#F2D5DC

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

Shades of Cherub #F2D5DC

Tints of Cherub #F2D5DC

Color information

#F2D5DC (or 0xF2D5DC) is unknown color: approx Cherub. HEX triplet: F2, D5 and DC. RGB value is (242,213,220). Sum of RGB (Red+Green+Blue) = 242+213+220=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5DC is #0D2A23. Grayscale: #DEDEDE. Windows color (decimal): -862756 or 14472690. OLE color: 14472690.

HSL color Cylindrical-coordinate representation of color #F2D5DC: hue angle of 345.52º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D5DC is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242213220-
CMYK00.120.090.05
HSL345.52º52.73%89.22%-
HSV(B)345.52º11.98%94.9%-
XYZ73.3371.6377.67-
YUV222.47126.61141.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.85%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=35.85%
G=31.56%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221322000.120.090.05345.5252.7389.22
HexF2D5DC0C9515a3559
Octal36232533401411553265131
Binary1111001011010101110111000110010011011010110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D5DC; }

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

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

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

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

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

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

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

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