#F2DADD

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

Shades of Cherub #F2DADD

Tints of Cherub #F2DADD

Color information

#F2DADD (or 0xF2DADD) is unknown color: approx Cherub. HEX triplet: F2, DA and DD. RGB value is (242,218,221). Sum of RGB (Red+Green+Blue) = 242+218+221=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADD is #0D2522. Grayscale: #E1E1E1. Windows color (decimal): -861475 or 14539506. OLE color: 14539506.

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

Color convert

RGB242218221-
CMYK00.100.090.05
HSL352.5º48%90.2%-
HSV(B)352.5º9.92%94.9%-
XYZ74.7474.2478.8-
YUV225.52125.45139.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=35.54%
G=32.01%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221822100.100.090.05352.54890.2
HexF2DADD0A95160305a
Octal36233233501211554060132
Binary1111001011011010110111010101010011011011000001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DADD; }

 p { color: rgb(242,218,221); }

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

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

 a { background-color: rgb(242,218,221); }

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

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

 span { border-color: rgb(242,218,221); }

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