#F0D7DE

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

Shades of Cherub #F0D7DE

Tints of Cherub #F0D7DE

Color information

#F0D7DE (or 0xF0D7DE) is unknown color: approx Cherub. HEX triplet: F0, D7 and DE. RGB value is (240,215,222). Sum of RGB (Red+Green+Blue) = 240+215+222=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7DE is #0F2821. Grayscale: #DFDFDF. Windows color (decimal): -993314 or 14604272. OLE color: 14604272.

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

Color convert

RGB240215222-
CMYK00.100.080.06
HSL343.2º45.45%89.22%-
HSV(B)343.2º10.42%94.12%-
XYZ73.4272.479.21-
YUV223.27127.28139.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=35.45%
G=31.76%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021522200.100.080.06343.245.4589.22
HexF0D7DE0A861572d59
Octal36032733601210652755131
Binary1111000011010111110111100101010001101010101111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7DE; }

 p { color: rgb(240,215,222); }

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

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

 a { background-color: rgb(240,215,222); }

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

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

 span { border-color: rgb(240,215,222); }

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