#F2D9E0

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

Shades of Cherub #F2D9E0

Tints of Cherub #F2D9E0

Color information

#F2D9E0 (or 0xF2D9E0) is unknown color: approx Cherub. HEX triplet: F2, D9 and E0. RGB value is (242,217,224). Sum of RGB (Red+Green+Blue) = 242+217+224=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9E0 is #0D261F. Grayscale: #E1E1E1. Windows color (decimal): -861728 or 14735858. OLE color: 14735858.

HSL color Cylindrical-coordinate representation of color #F2D9E0: hue angle of 343.2º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9E0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242217224-
CMYK00.100.070.05
HSL343.2º49.02%90%-
HSV(B)343.2º10.33%94.9%-
XYZ74.8973.8880.84-
YUV225.27127.28139.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 31.77%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=35.43%
G=31.77%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221722400.100.070.05343.249.0290
HexF2D9E00A75157315a
Octal3623313400127552761132
Binary111100101101100111100000010101111011010101111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D9E0; }

 p { color: rgb(242,217,224); }

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

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

 a { background-color: rgb(242,217,224); }

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

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

 span { border-color: rgb(242,217,224); }

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