#FCD5DB

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

Shades of Cherub #FCD5DB

Tints of Cherub #FCD5DB

Color information

#FCD5DB (or 0xFCD5DB) is unknown color: approx Cherub. HEX triplet: FC, D5 and DB. RGB value is (252,213,219). Sum of RGB (Red+Green+Blue) = 252+213+219=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DB is #032A24. Grayscale: #E1E1E1. Windows color (decimal): -207397 or 14407164. OLE color: 14407164.

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

Color convert

RGB252213219-
CMYK00.150.130.01
HSL350.77º86.67%91.18%-
HSV(B)350.77º15.48%98.82%-
XYZ76.7373.477.14-
YUV225.34124.42147.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=36.84%
G=31.14%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221321900.150.130.01350.7786.6791.18
HexFCD5DB0FD115f575b
Octal374325333017151537127133
Binary111111001101010111011011011111101110101111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5DB; }

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

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

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

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

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

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

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

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