#FCCEEA

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

Shades of Classic Rose #FCCEEA

Tints of Classic Rose #FCCEEA

Color information

#FCCEEA (or 0xFCCEEA) is unknown color: approx Classic Rose. HEX triplet: FC, CE and EA. RGB value is (252,206,234). Sum of RGB (Red+Green+Blue) = 252+206+234=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEEA is #033115. Grayscale: #DEDEDE. Windows color (decimal): -209174 or 15388412. OLE color: 15388412.

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

Color convert

RGB252206234-
CMYK00.180.070.01
HSL323.48º88.46%89.8%-
HSV(B)323.48º18.25%98.82%-
XYZ77.0770.7887.44-
YUV222.95134.24148.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=36.42%
G=29.77%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220623400.180.070.01323.4888.4689.8
HexFCCEEA01271143585a
Octal37431635202271503130132
Binary111111001100111011101010010010111110100001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEEA; }

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

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

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

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

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

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

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

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