#F2D7DC

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

Shades of Cherub #F2D7DC

Tints of Cherub #F2D7DC

Color information

#F2D7DC (or 0xF2D7DC) is unknown color: approx Cherub. HEX triplet: F2, D7 and DC. RGB value is (242,215,220). Sum of RGB (Red+Green+Blue) = 242+215+220=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7DC is #0D2823. Grayscale: #DFDFDF. Windows color (decimal): -862244 or 14473202. OLE color: 14473202.

HSL color Cylindrical-coordinate representation of color #F2D7DC: hue angle of 348.89º 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 #F2D7DC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242215220-
CMYK00.110.090.05
HSL348.89º50.94%89.61%-
HSV(B)348.89º11.16%94.9%-
XYZ73.8472.6577.84-
YUV223.64125.95141.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=35.75%
G=31.76%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221522000.110.090.05348.8950.9489.61
HexF2D7DC0B9515d335a
Octal36232733401311553563132
Binary1111001011010111110111000101110011011010111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7DC; }

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

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

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

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

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

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

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

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