Shades of Cherub #FAD4DD
Tints of Cherub #FAD4DD
RGB
CMYK
RGB Variations
Color information
#FAD4DD (or 0xFAD4DD) is known color: Cherub. HEX triplet: FA, D4 and DD. RGB value is (250,212,221). Sum of RGB (Red+Green+Blue) = 250+212+221=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4DD is #052B22. Grayscale: #E0E0E0. Windows color (decimal): -338723 or 14537978. OLE color: 14537978.
HSL color Cylindrical-coordinate representation of color #FAD4DD: hue angle of 345.79º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4DD is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 221 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.02 |
| HSL | 345.79º | 0.79% | 0.91% | - |
| HSV(B) | 345.79º | 0.15% | 0.98% | - |
| XYZ | 76.02 | 72.63 | 78.42 | - |
| YUV | 224.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 221 | 0 | 0.15 | 0.12 | 0.02 | 345.79 | 0.79 | 0.91 |
| Hex | FA | D4 | DD | 0 | F | C | 2 | 15A | 4F | 5B |
| Octal | 372 | 324 | 335 | 0 | 17 | 14 | 2 | 532 | 117 | 133 |
| Binary | 11111010 | 11010100 | 11011101 | 0 | 1111 | 1100 | 10 | 101011010 | 1001111 | 1011011 |
Color Harmonies of #FAD4DD
Complementary color
Monochromatic Colors of #FAD4DD
Black with #FAD4DD
Text Example
Text Example
White with #FAD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4DD; }
p { color: rgb(250,212,221); }
H1.HeaderClassName
{
color: #FAD4DD;
}
.AnyTagClassName
{
color: #FAD4DD;
}
</style>
background-color css
<style>
a { background-color: #FAD4DD; }
a { background-color: rgb(250,212,221); }
div.DivClassName
{
background-color: #FAD4DD;
}
.BgClassName
{
background-color: #FAD4DD;
}
</style>
border-color css
<style>
span { border-color: #FAD4DD; }
span { border-color: rgb(250,212,221); }
td.TdClassName
{
border-color: #FAD4DD;
}
.TagClassName
{
border-color: #FAD4DD;
}
</style>