#FEC9EA

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

Shades of Classic Rose #FEC9EA

Tints of Classic Rose #FEC9EA

Color information

#FEC9EA (or 0xFEC9EA) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and EA. RGB value is (254,201,234). Sum of RGB (Red+Green+Blue) = 254+201+234=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9EA is #013615. Grayscale: #DCDCDC. Windows color (decimal): -79382 or 15387134. OLE color: 15387134.

HSL color Cylindrical-coordinate representation of color #FEC9EA: hue angle of 322.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9EA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254201234-
CMYK00.210.080.00
HSL322.64º96.36%89.22%-
HSV(B)322.64º20.87%99.61%-
XYZ76.6168.7887.08-
YUV220.61135.56151.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 201 (78.91% from 255) = 29.17%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=36.87%
G=29.17%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420123400.210.080.00322.6496.3689.22
HexFEC9EA015801436059
Octal376311352025100503140131
Binary1111111011001001111010100101011000010100001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9EA; }

 p { color: rgb(254,201,234); }

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

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

 a { background-color: rgb(254,201,234); }

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

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

 span { border-color: rgb(254,201,234); }

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