#F5D7DE

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

Shades of Cherub #F5D7DE

Tints of Cherub #F5D7DE

Color information

#F5D7DE (or 0xF5D7DE) is unknown color: approx Cherub. HEX triplet: F5, D7 and DE. RGB value is (245,215,222). Sum of RGB (Red+Green+Blue) = 245+215+222=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D7DE is #0A2821. Grayscale: #E0E0E0. Windows color (decimal): -665634 or 14604277. OLE color: 14604277.

HSL color Cylindrical-coordinate representation of color #F5D7DE: hue angle of 346º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7DE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245215222-
CMYK00.120.090.04
HSL346º60%90.2%-
HSV(B)346º12.24%96.08%-
XYZ75.1473.2979.29-
YUV224.77126.44142.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.92%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=35.92%
G=31.52%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521522200.120.090.043466090.2
HexF5D7DE0C9415a3c5a
Octal36532733601411453274132
Binary1111010111010111110111100110010011001010110101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D7DE; }

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

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

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

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

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

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

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

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