#FCD0D6

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

Shades of Cherub #FCD0D6

Tints of Cherub #FCD0D6

Color information

#FCD0D6 (or 0xFCD0D6) is unknown color: approx Cherub. HEX triplet: FC, D0 and D6. RGB value is (252,208,214). Sum of RGB (Red+Green+Blue) = 252+208+214=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0D6 is #032F29. Grayscale: #DDDDDD. Windows color (decimal): -208682 or 14078204. OLE color: 14078204.

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

Color convert

RGB252208214-
CMYK00.170.150.01
HSL351.82º88%90.2%-
HSV(B)351.82º17.46%98.82%-
XYZ74.8470.6673.31-
YUV221.84123.58149.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 208 (81.64% from 255) = 30.86%
BLUE value IS 214 (83.98% from 255) = 31.75%
R=37.39%
G=30.86%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220821400.170.150.01351.828890.2
HexFCD0D6011F1160585a
Octal374320326021171540130132
Binary1111110011010000110101100100011111110110000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0D6; }

 p { color: rgb(252,208,214); }

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

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

 a { background-color: rgb(252,208,214); }

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

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

 span { border-color: rgb(252,208,214); }

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