Shades of Cherub #F2D4DB
Tints of Cherub #F2D4DB
RGB
CMYK
RGB Variations
Color information
#F2D4DB (or 0xF2D4DB) is known color: Cherub. HEX triplet: F2, D4 and DB. RGB value is (242,212,219). Sum of RGB (Red+Green+Blue) = 242+212+219=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4DB is #0D2B24. Grayscale: #DDDDDD. Windows color (decimal): -863013 or 14406898. OLE color: 14406898.
HSL color Cylindrical-coordinate representation of color #F2D4DB: hue angle of 346º degrees, saturation: 0.54, 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 #F2D4DB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 212 | 219 | - |
CMYK | 0 | 0.12 | 0.10 | 0.05 |
HSL | 346º | 0.54% | 0.89% | - |
HSV(B) | 346º | 0.12% | 0.95% | - |
XYZ | 72.95 | 71.08 | 76.89 | - |
YUV | 221.77 | 126.44 | 142.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 212 | 219 | 0 | 0.12 | 0.10 | 0.05 | 346 | 0.54 | 0.89 |
Hex | F2 | D4 | DB | 0 | C | A | 5 | 15A | 36 | 59 |
Octal | 362 | 324 | 333 | 0 | 14 | 12 | 5 | 532 | 66 | 131 |
Binary | 11110010 | 11010100 | 11011011 | 0 | 1100 | 1010 | 101 | 101011010 | 110110 | 1011001 |
Color Harmonies of #F2D4DB
Complementary color
Monochromatic Colors of #F2D4DB
Black with #F2D4DB
Text Example
Text Example
White with #F2D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4DB; }
p { color: rgb(242,212,219); }
H1.HeaderClassName
{
color: #F2D4DB;
}
.AnyTagClassName
{
color: #F2D4DB;
}
</style>
background-color css
<style>
a { background-color: #F2D4DB; }
a { background-color: rgb(242,212,219); }
div.DivClassName
{
background-color: #F2D4DB;
}
.BgClassName
{
background-color: #F2D4DB;
}
</style>
border-color css
<style>
span { border-color: #F2D4DB; }
span { border-color: rgb(242,212,219); }
td.TdClassName
{
border-color: #F2D4DB;
}
.TagClassName
{
border-color: #F2D4DB;
}
</style>