Shades of Cherub #FAD0D6
Tints of Cherub #FAD0D6
RGB
CMYK
RGB Variations
Color information
#FAD0D6 (or 0xFAD0D6) is known color: Cherub. HEX triplet: FA, D0 and D6. RGB value is (250,208,214). Sum of RGB (Red+Green+Blue) = 250+208+214=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0D6 is #052F29. Grayscale: #DDDDDD. Windows color (decimal): -339754 or 14078202. OLE color: 14078202.
HSL color Cylindrical-coordinate representation of color #FAD0D6: hue angle of 351.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0D6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 214 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.02 |
| HSL | 351.43º | 0.81% | 0.9% | - |
| HSV(B) | 351.43º | 0.17% | 0.98% | - |
| XYZ | 74.12 | 70.29 | 73.28 | - |
| YUV | 221.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 214 | 0 | 0.17 | 0.14 | 0.02 | 351.43 | 0.81 | 0.9 |
| Hex | FA | D0 | D6 | 0 | 11 | E | 2 | 15F | 51 | 5A |
| Octal | 372 | 320 | 326 | 0 | 21 | 16 | 2 | 537 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11010110 | 0 | 10001 | 1110 | 10 | 101011111 | 1010001 | 1011010 |
Color Harmonies of #FAD0D6
Complementary color
Monochromatic Colors of #FAD0D6
Black with #FAD0D6
Text Example
Text Example
White with #FAD0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0D6; }
p { color: rgb(250,208,214); }
H1.HeaderClassName
{
color: #FAD0D6;
}
.AnyTagClassName
{
color: #FAD0D6;
}
</style>
background-color css
<style>
a { background-color: #FAD0D6; }
a { background-color: rgb(250,208,214); }
div.DivClassName
{
background-color: #FAD0D6;
}
.BgClassName
{
background-color: #FAD0D6;
}
</style>
border-color css
<style>
span { border-color: #FAD0D6; }
span { border-color: rgb(250,208,214); }
td.TdClassName
{
border-color: #FAD0D6;
}
.TagClassName
{
border-color: #FAD0D6;
}
</style>