#FCCEE6

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

Shades of Classic Rose #FCCEE6

Tints of Classic Rose #FCCEE6

Color information

#FCCEE6 (or 0xFCCEE6) is unknown color: approx Classic Rose. HEX triplet: FC, CE and E6. RGB value is (252,206,230). Sum of RGB (Red+Green+Blue) = 252+206+230=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEE6 is #033119. Grayscale: #DEDEDE. Windows color (decimal): -209178 or 15126268. OLE color: 15126268.

HSL color Cylindrical-coordinate representation of color #FCCEE6: hue angle of 328.7º 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 #FCCEE6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252206230-
CMYK00.180.090.01
HSL328.7º88.46%89.8%-
HSV(B)328.7º18.25%98.82%-
XYZ76.570.5584.45-
YUV222.49132.24149.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=36.63%
G=29.94%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220623000.180.090.01328.788.4689.8
HexFCCEE601291149585a
Octal374316346022111511130132
Binary1111110011001110111001100100101001110100100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEE6; }

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

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

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

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

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

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

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

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