#FCD5DD

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

Shades of Cherub #FCD5DD

Tints of Cherub #FCD5DD

Color information

#FCD5DD (or 0xFCD5DD) is unknown color: approx Cherub. HEX triplet: FC, D5 and DD. RGB value is (252,213,221). Sum of RGB (Red+Green+Blue) = 252+213+221=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DD is #032A22. Grayscale: #E1E1E1. Windows color (decimal): -207395 or 14538236. OLE color: 14538236.

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

Color convert

RGB252213221-
CMYK00.150.120.01
HSL347.69º86.67%91.18%-
HSV(B)347.69º15.48%98.82%-
XYZ76.9973.578.54-
YUV225.57125.42146.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 213 (83.59% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=36.73%
G=31.05%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221322100.150.120.01347.6986.6791.18
HexFCD5DD0FC115c575b
Octal374325335017141534127133
Binary111111001101010111011101011111100110101110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5DD; }

 p { color: rgb(252,213,221); }

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

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

 a { background-color: rgb(252,213,221); }

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

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

 span { border-color: rgb(252,213,221); }

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