#F5D9DE

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

Shades of Cherub #F5D9DE

Tints of Cherub #F5D9DE

Color information

#F5D9DE (or 0xF5D9DE) is unknown color: approx Cherub. HEX triplet: F5, D9 and DE. RGB value is (245,217,222). Sum of RGB (Red+Green+Blue) = 245+217+222=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D9DE is #0A2621. Grayscale: #E1E1E1. Windows color (decimal): -665122 or 14604789. OLE color: 14604789.

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

Color convert

RGB245217222-
CMYK00.110.090.04
HSL349.29º58.33%90.59%-
HSV(B)349.29º11.43%96.08%-
XYZ75.6574.3179.46-
YUV225.94125.78141.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=35.82%
G=31.73%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521722200.110.090.04349.2958.3390.59
HexF5D9DE0B9415d3a5b
Octal36533133601311453572133
Binary1111010111011001110111100101110011001010111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D9DE; }

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

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

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

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

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

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

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

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