#F0D9DF

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

Shades of Cherub #F0D9DF

Tints of Cherub #F0D9DF

Color information

#F0D9DF (or 0xF0D9DF) is unknown color: approx Cherub. HEX triplet: F0, D9 and DF. RGB value is (240,217,223). Sum of RGB (Red+Green+Blue) = 240+217+223=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9DF is #0F2620. Grayscale: #E0E0E0. Windows color (decimal): -992801 or 14670320. OLE color: 14670320.

HSL color Cylindrical-coordinate representation of color #F0D9DF: hue angle of 344.35º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240217223-
CMYK00.100.070.06
HSL344.35º43.4%89.61%-
HSV(B)344.35º9.58%94.12%-
XYZ74.0773.4880.09-
YUV224.56127.12139.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 217 (85.16% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=35.29%
G=31.91%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021722300.100.070.06344.3543.489.61
HexF0D9DF0A761582b5a
Octal3603313370127653053132
Binary111100001101100111011111010101111101010110001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9DF; }

 p { color: rgb(240,217,223); }

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

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

 a { background-color: rgb(240,217,223); }

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

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

 span { border-color: rgb(240,217,223); }

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