#F2D7DE

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

Shades of Cherub #F2D7DE

Tints of Cherub #F2D7DE

Color information

#F2D7DE (or 0xF2D7DE) is unknown color: approx Cherub. HEX triplet: F2, D7 and DE. RGB value is (242,215,222). Sum of RGB (Red+Green+Blue) = 242+215+222=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7DE is #0D2821. Grayscale: #DFDFDF. Windows color (decimal): -862242 or 14604274. OLE color: 14604274.

HSL color Cylindrical-coordinate representation of color #F2D7DE: hue angle of 344.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7DE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242215222-
CMYK00.110.080.05
HSL344.44º50.94%89.61%-
HSV(B)344.44º11.16%94.9%-
XYZ74.172.7579.24-
YUV223.87126.95140.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=35.64%
G=31.66%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221522200.110.080.05344.4450.9489.61
HexF2D7DE0B85158335a
Octal36232733601310553063132
Binary1111001011010111110111100101110001011010110001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7DE; }

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

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

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

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

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

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

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

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