Shades of Cinderella #FAD8C8
Tints of Cinderella #FAD8C8
RGB
CMYK
RGB Variations
Color information
#FAD8C8 (or 0xFAD8C8) is known color: Cinderella. HEX triplet: FA, D8 and C8. RGB value is (250,216,200). Sum of RGB (Red+Green+Blue) = 250+216+200=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8C8 is #052737. Grayscale: #E0E0E0. Windows color (decimal): -337720 or 13162746. OLE color: 13162746.
HSL color Cylindrical-coordinate representation of color #FAD8C8: hue angle of 19.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAD8C8 is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 200 | - |
| CMYK | 0 | 0.14 | 0.2 | 0.02 |
| HSL | 19.2º | 0.83% | 0.88% | - |
| HSV(B) | 19.2º | 0.2% | 0.98% | - |
| XYZ | 74.41 | 73.61 | 64.93 | - |
| YUV | 224.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 200 | 0 | 0.14 | 0.2 | 0.02 | 19.2 | 0.83 | 0.88 |
| Hex | FA | D8 | C8 | 0 | E | 14 | 2 | 13 | 53 | 58 |
| Octal | 372 | 330 | 310 | 0 | 16 | 24 | 2 | 23 | 123 | 130 |
| Binary | 11111010 | 11011000 | 11001000 | 0 | 1110 | 10100 | 10 | 10011 | 1010011 | 1011000 |
Color Harmonies of #FAD8C8
Complementary color
Monochromatic Colors of #FAD8C8
Black with #FAD8C8
Text Example
Text Example
White with #FAD8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8C8; }
p { color: rgb(250,216,200); }
H1.HeaderClassName
{
color: #FAD8C8;
}
.AnyTagClassName
{
color: #FAD8C8;
}
</style>
background-color css
<style>
a { background-color: #FAD8C8; }
a { background-color: rgb(250,216,200); }
div.DivClassName
{
background-color: #FAD8C8;
}
.BgClassName
{
background-color: #FAD8C8;
}
</style>
border-color css
<style>
span { border-color: #FAD8C8; }
span { border-color: rgb(250,216,200); }
td.TdClassName
{
border-color: #FAD8C8;
}
.TagClassName
{
border-color: #FAD8C8;
}
</style>