#FE90CE

Color #FE90CE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FE90CE

Tints of Tea Rose #FE90CE

Color information

#FE90CE (or 0xFE90CE) is unknown color: approx Tea Rose. HEX triplet: FE, 90 and CE. RGB value is (254,144,206). Sum of RGB (Red+Green+Blue) = 254+144+206=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90CE is #016F31. Grayscale: #B7B7B7. Windows color (decimal): -94002 or 13537534. OLE color: 13537534.

HSL color Cylindrical-coordinate representation of color #FE90CE: hue angle of 326.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90CE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254144206-
CMYK00.430.190.00
HSL326.18º98.21%78.04%-
HSV(B)326.18º43.31%99.61%-
XYZ61.9945.4763.9-
YUV183.96140.44177.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=42.05%
G=23.84%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414420600.430.190.00326.1898.2178.04
HexFE90CE02B130146624e
Octal376220316053230506142116
Binary111111101001000011001110010101110011010100011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90CE; }

 p { color: rgb(254,144,206); }

 H1.HeaderClassName
 {
   color: #FE90CE;
 }
 .AnyTagClassName
 {
   color: #FE90CE;
 }
</style>
background-color css

<style>
 a { background-color: #FE90CE; }

 a { background-color: rgb(254,144,206); }

 div.DivClassName
 {
   background-color: #FE90CE;
 }
 .BgClassName
 {
   background-color: #FE90CE;
 }
</style>
border-color css

<style>
 span { border-color: #FE90CE; }

 span { border-color: rgb(254,144,206); }

 td.TdClassName
 {
   border-color: #FE90CE;
 }
 .TagClassName
 {
   border-color: #FE90CE;
 }
</style>