Shades of Cherub #F2DADE
Tints of Cherub #F2DADE
RGB
CMYK
RGB Variations
Color information
#F2DADE (or 0xF2DADE) is known color: Cherub. HEX triplet: F2, DA and DE. RGB value is (242,218,222). Sum of RGB (Red+Green+Blue) = 242+218+222=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADE is #0D2521. Grayscale: #E1E1E1. Windows color (decimal): -861474 or 14605042. OLE color: 14605042.
HSL color Cylindrical-coordinate representation of color #F2DADE: hue angle of 350º 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 #F2DADE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 218 | 222 | - |
CMYK | 0 | 0.10 | 0.08 | 0.05 |
HSL | 350º | 0.48% | 0.9% | - |
HSV(B) | 350º | 0.1% | 0.95% | - |
XYZ | 74.87 | 74.29 | 79.5 | - |
YUV | 225.63 | 125.95 | 139.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 218 | 222 | 0 | 0.10 | 0.08 | 0.05 | 350 | 0.48 | 0.9 |
Hex | F2 | DA | DE | 0 | A | 8 | 5 | 15E | 30 | 5A |
Octal | 362 | 332 | 336 | 0 | 12 | 10 | 5 | 536 | 60 | 132 |
Binary | 11110010 | 11011010 | 11011110 | 0 | 1010 | 1000 | 101 | 101011110 | 110000 | 1011010 |
Color Harmonies of #F2DADE
Complementary color
Monochromatic Colors of #F2DADE
Black with #F2DADE
Text Example
Text Example
White with #F2DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DADE; }
p { color: rgb(242,218,222); }
H1.HeaderClassName
{
color: #F2DADE;
}
.AnyTagClassName
{
color: #F2DADE;
}
</style>
background-color css
<style>
a { background-color: #F2DADE; }
a { background-color: rgb(242,218,222); }
div.DivClassName
{
background-color: #F2DADE;
}
.BgClassName
{
background-color: #F2DADE;
}
</style>
border-color css
<style>
span { border-color: #F2DADE; }
span { border-color: rgb(242,218,222); }
td.TdClassName
{
border-color: #F2DADE;
}
.TagClassName
{
border-color: #F2DADE;
}
</style>