Shades of Cherub #FAD3DA
Tints of Cherub #FAD3DA
RGB
CMYK
RGB Variations
Color information
#FAD3DA (or 0xFAD3DA) is known color: Cherub. HEX triplet: FA, D3 and DA. RGB value is (250,211,218). Sum of RGB (Red+Green+Blue) = 250+211+218=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3DA is #052C25. Grayscale: #DFDFDF. Windows color (decimal): -338982 or 14341114. OLE color: 14341114.
HSL color Cylindrical-coordinate representation of color #FAD3DA: hue angle of 349.23º 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 #FAD3DA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 211 | 218 | - |
CMYK | 0 | 0.16 | 0.13 | 0.02 |
HSL | 349.23º | 0.8% | 0.9% | - |
HSV(B) | 349.23º | 0.16% | 0.98% | - |
XYZ | 75.37 | 71.97 | 76.25 | - |
YUV | 223.46 | 124.92 | 146.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 211 | 218 | 0 | 0.16 | 0.13 | 0.02 | 349.23 | 0.8 | 0.9 |
Hex | FA | D3 | DA | 0 | 10 | D | 2 | 15D | 50 | 5A |
Octal | 372 | 323 | 332 | 0 | 20 | 15 | 2 | 535 | 120 | 132 |
Binary | 11111010 | 11010011 | 11011010 | 0 | 10000 | 1101 | 10 | 101011101 | 1010000 | 1011010 |
Color Harmonies of #FAD3DA
Complementary color
Monochromatic Colors of #FAD3DA
Black with #FAD3DA
Text Example
Text Example
White with #FAD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3DA; }
p { color: rgb(250,211,218); }
H1.HeaderClassName
{
color: #FAD3DA;
}
.AnyTagClassName
{
color: #FAD3DA;
}
</style>
background-color css
<style>
a { background-color: #FAD3DA; }
a { background-color: rgb(250,211,218); }
div.DivClassName
{
background-color: #FAD3DA;
}
.BgClassName
{
background-color: #FAD3DA;
}
</style>
border-color css
<style>
span { border-color: #FAD3DA; }
span { border-color: rgb(250,211,218); }
td.TdClassName
{
border-color: #FAD3DA;
}
.TagClassName
{
border-color: #FAD3DA;
}
</style>