#F9D5DC

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

Shades of Cherub #F9D5DC

Tints of Cherub #F9D5DC

Color information

#F9D5DC (or 0xF9D5DC) is unknown color: approx Cherub. HEX triplet: F9, D5 and DC. RGB value is (249,213,220). Sum of RGB (Red+Green+Blue) = 249+213+220=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5DC is #062A23. Grayscale: #E0E0E0. Windows color (decimal): -404004 or 14472697. OLE color: 14472697.

HSL color Cylindrical-coordinate representation of color #F9D5DC: hue angle of 348.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D5DC is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249213220-
CMYK00.140.120.02
HSL348.33º75%90.59%-
HSV(B)348.33º14.46%97.65%-
XYZ75.7872.977.79-
YUV224.56125.43145.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=36.51%
G=31.23%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921322000.140.120.02348.337590.59
HexF9D5DC0EC215c4b5b
Octal371325334016142534113133
Binary1111100111010101110111000111011001010101110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D5DC; }

 p { color: rgb(249,213,220); }

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

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

 a { background-color: rgb(249,213,220); }

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

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

 span { border-color: rgb(249,213,220); }

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