Shades of Cherub #F2DADF
Tints of Cherub #F2DADF
RGB
CMYK
RGB Variations
Color information
#F2DADF (or 0xF2DADF) is known color: Cherub. HEX triplet: F2, DA and DF. RGB value is (242,218,223). Sum of RGB (Red+Green+Blue) = 242+218+223=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADF is #0D2520. Grayscale: #E1E1E1. Windows color (decimal): -861473 or 14670578. OLE color: 14670578.
HSL color Cylindrical-coordinate representation of color #F2DADF: hue angle of 347.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 #F2DADF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 223 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.05 |
| HSL | 347.5º | 0.48% | 0.9% | - |
| HSV(B) | 347.5º | 0.1% | 0.95% | - |
| XYZ | 75.01 | 74.35 | 80.21 | - |
| YUV | 225.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 223 | 0 | 0.10 | 0.08 | 0.05 | 347.5 | 0.48 | 0.9 |
| Hex | F2 | DA | DF | 0 | A | 8 | 5 | 15C | 30 | 5A |
| Octal | 362 | 332 | 337 | 0 | 12 | 10 | 5 | 534 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11011111 | 0 | 1010 | 1000 | 101 | 101011100 | 110000 | 1011010 |
Color Harmonies of #F2DADF
Complementary color
Monochromatic Colors of #F2DADF
Black with #F2DADF
Text Example
Text Example
White with #F2DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DADF; }
p { color: rgb(242,218,223); }
H1.HeaderClassName
{
color: #F2DADF;
}
.AnyTagClassName
{
color: #F2DADF;
}
</style>
background-color css
<style>
a { background-color: #F2DADF; }
a { background-color: rgb(242,218,223); }
div.DivClassName
{
background-color: #F2DADF;
}
.BgClassName
{
background-color: #F2DADF;
}
</style>
border-color css
<style>
span { border-color: #F2DADF; }
span { border-color: rgb(242,218,223); }
td.TdClassName
{
border-color: #F2DADF;
}
.TagClassName
{
border-color: #F2DADF;
}
</style>