#FEC9E9

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

Shades of Classic Rose #FEC9E9

Tints of Classic Rose #FEC9E9

Color information

#FEC9E9 (or 0xFEC9E9) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and E9. RGB value is (254,201,233). Sum of RGB (Red+Green+Blue) = 254+201+233=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9E9 is #013616. Grayscale: #DCDCDC. Windows color (decimal): -79383 or 15321598. OLE color: 15321598.

HSL color Cylindrical-coordinate representation of color #FEC9E9: hue angle of 323.77º 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 #FEC9E9 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254201233-
CMYK00.210.080.00
HSL323.77º96.36%89.22%-
HSV(B)323.77º20.87%99.61%-
XYZ76.4768.7386.33-
YUV220.5135.06151.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 201 (78.91% from 255) = 29.22%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=36.92%
G=29.22%
B=33.87%

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
Decimal25420123300.210.080.00323.7796.3689.22
HexFEC9E9015801446059
Octal376311351025100504140131
Binary1111111011001001111010010101011000010100010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9E9; }

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

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

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

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

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

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

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

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