#F0D9E0

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

Shades of Cherub #F0D9E0

Tints of Cherub #F0D9E0

Color information

#F0D9E0 (or 0xF0D9E0) is unknown color: approx Cherub. HEX triplet: F0, D9 and E0. RGB value is (240,217,224). Sum of RGB (Red+Green+Blue) = 240+217+224=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9E0 is #0F261F. Grayscale: #E0E0E0. Windows color (decimal): -992800 or 14735856. OLE color: 14735856.

HSL color Cylindrical-coordinate representation of color #F0D9E0: hue angle of 341.74º 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 #F0D9E0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240217224-
CMYK00.100.070.06
HSL341.74º43.4%89.61%-
HSV(B)341.74º9.58%94.12%-
XYZ74.273.5380.8-
YUV224.68127.62138.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=35.24%
G=31.86%
B=32.89%

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
Decimal24021722400.100.070.06341.7443.489.61
HexF0D9E00A761562b5a
Octal3603313400127652653132
Binary111100001101100111100000010101111101010101101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9E0; }

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

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

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

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

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

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

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

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