Shades of Cherub #FAD6DC
Tints of Cherub #FAD6DC
RGB
CMYK
RGB Variations
Color information
#FAD6DC (or 0xFAD6DC) is known color: Cherub. HEX triplet: FA, D6 and DC. RGB value is (250,214,220). Sum of RGB (Red+Green+Blue) = 250+214+220=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DC is #052923. Grayscale: #E1E1E1. Windows color (decimal): -338212 or 14472954. OLE color: 14472954.
HSL color Cylindrical-coordinate representation of color #FAD6DC: hue angle of 350º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD6DC is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 220 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.02 |
| HSL | 350º | 0.78% | 0.91% | - |
| HSV(B) | 350º | 0.14% | 0.98% | - |
| XYZ | 76.39 | 73.58 | 77.89 | - |
| YUV | 225.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 220 | 0 | 0.14 | 0.12 | 0.02 | 350 | 0.78 | 0.91 |
| Hex | FA | D6 | DC | 0 | E | C | 2 | 15E | 4E | 5B |
| Octal | 372 | 326 | 334 | 0 | 16 | 14 | 2 | 536 | 116 | 133 |
| Binary | 11111010 | 11010110 | 11011100 | 0 | 1110 | 1100 | 10 | 101011110 | 1001110 | 1011011 |
Color Harmonies of #FAD6DC
Complementary color
Monochromatic Colors of #FAD6DC
Black with #FAD6DC
Text Example
Text Example
White with #FAD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6DC; }
p { color: rgb(250,214,220); }
H1.HeaderClassName
{
color: #FAD6DC;
}
.AnyTagClassName
{
color: #FAD6DC;
}
</style>
background-color css
<style>
a { background-color: #FAD6DC; }
a { background-color: rgb(250,214,220); }
div.DivClassName
{
background-color: #FAD6DC;
}
.BgClassName
{
background-color: #FAD6DC;
}
</style>
border-color css
<style>
span { border-color: #FAD6DC; }
span { border-color: rgb(250,214,220); }
td.TdClassName
{
border-color: #FAD6DC;
}
.TagClassName
{
border-color: #FAD6DC;
}
</style>