#F9D4DC

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

Shades of Cherub #F9D4DC

Tints of Cherub #F9D4DC

Color information

#F9D4DC (or 0xF9D4DC) is unknown color: approx Cherub. HEX triplet: F9, D4 and DC. RGB value is (249,212,220). Sum of RGB (Red+Green+Blue) = 249+212+220=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D4DC is #062B23. Grayscale: #DFDFDF. Windows color (decimal): -404260 or 14472441. OLE color: 14472441.

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

Color convert

RGB249212220-
CMYK00.150.120.02
HSL347.03º75.51%90.39%-
HSV(B)347.03º14.86%97.65%-
XYZ75.5372.3977.7-
YUV223.98125.76145.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.56%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=36.56%
G=31.13%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921222000.150.120.02347.0375.5190.39
HexF9D4DC0FC215b4c5a
Octal371324334017142533114132
Binary1111100111010100110111000111111001010101101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D4DC; }

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

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

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

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

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

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

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

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