#FCCEE4

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

Shades of Classic Rose #FCCEE4

Tints of Classic Rose #FCCEE4

Color information

#FCCEE4 (or 0xFCCEE4) is unknown color: approx Classic Rose. HEX triplet: FC, CE and E4. RGB value is (252,206,228). Sum of RGB (Red+Green+Blue) = 252+206+228=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE4 is #03311B. Grayscale: #DEDEDE. Windows color (decimal): -209180 or 14995196. OLE color: 14995196.

HSL color Cylindrical-coordinate representation of color #FCCEE4: hue angle of 331.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEE4 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252206228-
CMYK00.180.100.01
HSL331.3º88.46%89.8%-
HSV(B)331.3º18.25%98.82%-
XYZ76.2270.4482.98-
YUV222.26131.24149.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=36.73%
G=30.03%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220622800.180.100.01331.388.4689.8
HexFCCEE4012A114b585a
Octal374316344022121513130132
Binary1111110011001110111001000100101010110100101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEE4; }

 p { color: rgb(252,206,228); }

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

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

 a { background-color: rgb(252,206,228); }

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

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

 span { border-color: rgb(252,206,228); }

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