Shades of Cherub #FAD3DD
Tints of Cherub #FAD3DD
RGB
CMYK
RGB Variations
Color information
#FAD3DD (or 0xFAD3DD) is known color: Cherub. HEX triplet: FA, D3 and DD. RGB value is (250,211,221). Sum of RGB (Red+Green+Blue) = 250+211+221=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3DD is #052C22. Grayscale: #DFDFDF. Windows color (decimal): -338979 or 14537722. OLE color: 14537722.
HSL color Cylindrical-coordinate representation of color #FAD3DD: hue angle of 344.62º 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 #FAD3DD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 221 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.02 |
| HSL | 344.62º | 0.8% | 0.9% | - |
| HSV(B) | 344.62º | 0.16% | 0.98% | - |
| XYZ | 75.77 | 72.13 | 78.34 | - |
| YUV | 223.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 221 | 0 | 0.16 | 0.12 | 0.02 | 344.62 | 0.8 | 0.9 |
| Hex | FA | D3 | DD | 0 | 10 | C | 2 | 159 | 50 | 5A |
| Octal | 372 | 323 | 335 | 0 | 20 | 14 | 2 | 531 | 120 | 132 |
| Binary | 11111010 | 11010011 | 11011101 | 0 | 10000 | 1100 | 10 | 101011001 | 1010000 | 1011010 |
Color Harmonies of #FAD3DD
Complementary color
Monochromatic Colors of #FAD3DD
Black with #FAD3DD
Text Example
Text Example
White with #FAD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3DD; }
p { color: rgb(250,211,221); }
H1.HeaderClassName
{
color: #FAD3DD;
}
.AnyTagClassName
{
color: #FAD3DD;
}
</style>
background-color css
<style>
a { background-color: #FAD3DD; }
a { background-color: rgb(250,211,221); }
div.DivClassName
{
background-color: #FAD3DD;
}
.BgClassName
{
background-color: #FAD3DD;
}
</style>
border-color css
<style>
span { border-color: #FAD3DD; }
span { border-color: rgb(250,211,221); }
td.TdClassName
{
border-color: #FAD3DD;
}
.TagClassName
{
border-color: #FAD3DD;
}
</style>