#F5D8DE

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

Shades of Cherub #F5D8DE

Tints of Cherub #F5D8DE

Color information

#F5D8DE (or 0xF5D8DE) is unknown color: approx Cherub. HEX triplet: F5, D8 and DE. RGB value is (245,216,222). Sum of RGB (Red+Green+Blue) = 245+216+222=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D8DE is #0A2721. Grayscale: #E1E1E1. Windows color (decimal): -665378 or 14604533. OLE color: 14604533.

HSL color Cylindrical-coordinate representation of color #F5D8DE: hue angle of 347.59º degrees, saturation: 0.59, 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 #F5D8DE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245216222-
CMYK00.120.090.04
HSL347.59º59.18%90.39%-
HSV(B)347.59º11.84%96.08%-
XYZ75.473.879.38-
YUV225.35126.11142.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.87%
GREEN value IS 216 (84.77% from 255) = 31.63%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=35.87%
G=31.63%
B=32.50%

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
Decimal24521622200.120.090.04347.5959.1890.39
HexF5D8DE0C9415c3b5a
Octal36533033601411453473132
Binary1111010111011000110111100110010011001010111001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D8DE; }

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

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

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

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

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

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

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

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