#F4D5DE

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

Shades of Cherub #F4D5DE

Tints of Cherub #F4D5DE

Color information

#F4D5DE (or 0xF4D5DE) is unknown color: approx Cherub. HEX triplet: F4, D5 and DE. RGB value is (244,213,222). Sum of RGB (Red+Green+Blue) = 244+213+222=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D5DE is #0B2A21. Grayscale: #DFDFDF. Windows color (decimal): -731682 or 14603764. OLE color: 14603764.

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

Color convert

RGB244213222-
CMYK00.130.090.04
HSL342.58º58.49%89.61%-
HSV(B)342.58º12.7%95.69%-
XYZ74.2972.179.11-
YUV223.3127.27142.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.94%
GREEN value IS 213 (83.59% from 255) = 31.37%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=35.94%
G=31.37%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421322200.130.090.04342.5858.4989.61
HexF4D5DE0D941573a5a
Octal36432533601511452772132
Binary1111010011010101110111100110110011001010101111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D5DE; }

 p { color: rgb(244,213,222); }

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

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

 a { background-color: rgb(244,213,222); }

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

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

 span { border-color: rgb(244,213,222); }

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