Shades of Cherub #FAD1D9
Tints of Cherub #FAD1D9
RGB
CMYK
RGB Variations
Color information
#FAD1D9 (or 0xFAD1D9) is known color: Cherub. HEX triplet: FA, D1 and D9. RGB value is (250,209,217). Sum of RGB (Red+Green+Blue) = 250+209+217=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1D9 is #052E26. Grayscale: #DEDEDE. Windows color (decimal): -339495 or 14275066. OLE color: 14275066.
HSL color Cylindrical-coordinate representation of color #FAD1D9: hue angle of 348.29º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD1D9 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 217 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.02 |
| HSL | 348.29º | 0.8% | 0.9% | - |
| HSV(B) | 348.29º | 0.16% | 0.98% | - |
| XYZ | 74.75 | 70.93 | 75.4 | - |
| YUV | 222.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 217 | 0 | 0.16 | 0.13 | 0.02 | 348.29 | 0.8 | 0.9 |
| Hex | FA | D1 | D9 | 0 | 10 | D | 2 | 15C | 50 | 5A |
| Octal | 372 | 321 | 331 | 0 | 20 | 15 | 2 | 534 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11011001 | 0 | 10000 | 1101 | 10 | 101011100 | 1010000 | 1011010 |
Color Harmonies of #FAD1D9
Complementary color
Monochromatic Colors of #FAD1D9
Black with #FAD1D9
Text Example
Text Example
White with #FAD1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1D9; }
p { color: rgb(250,209,217); }
H1.HeaderClassName
{
color: #FAD1D9;
}
.AnyTagClassName
{
color: #FAD1D9;
}
</style>
background-color css
<style>
a { background-color: #FAD1D9; }
a { background-color: rgb(250,209,217); }
div.DivClassName
{
background-color: #FAD1D9;
}
.BgClassName
{
background-color: #FAD1D9;
}
</style>
border-color css
<style>
span { border-color: #FAD1D9; }
span { border-color: rgb(250,209,217); }
td.TdClassName
{
border-color: #FAD1D9;
}
.TagClassName
{
border-color: #FAD1D9;
}
</style>