Shades of Cinderella #FAD9CE
Tints of Cinderella #FAD9CE
RGB
CMYK
RGB Variations
Color information
#FAD9CE (or 0xFAD9CE) is known color: Cinderella. HEX triplet: FA, D9 and CE. RGB value is (250,217,206). Sum of RGB (Red+Green+Blue) = 250+217+206=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9CE is #052631. Grayscale: #E1E1E1. Windows color (decimal): -337458 or 13556218. OLE color: 13556218.
HSL color Cylindrical-coordinate representation of color #FAD9CE: hue angle of 15º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAD9CE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 206 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 15º | 0.81% | 0.89% | - |
| HSV(B) | 15º | 0.18% | 0.98% | - |
| XYZ | 75.38 | 74.41 | 68.78 | - |
| YUV | 225.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 206 | 0 | 0.13 | 0.18 | 0.02 | 15 | 0.81 | 0.89 |
| Hex | FA | D9 | CE | 0 | D | 12 | 2 | F | 51 | 59 |
| Octal | 372 | 331 | 316 | 0 | 15 | 22 | 2 | 17 | 121 | 131 |
| Binary | 11111010 | 11011001 | 11001110 | 0 | 1101 | 10010 | 10 | 1111 | 1010001 | 1011001 |
Color Harmonies of #FAD9CE
Complementary color
Monochromatic Colors of #FAD9CE
Black with #FAD9CE
Text Example
Text Example
White with #FAD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9CE; }
p { color: rgb(250,217,206); }
H1.HeaderClassName
{
color: #FAD9CE;
}
.AnyTagClassName
{
color: #FAD9CE;
}
</style>
background-color css
<style>
a { background-color: #FAD9CE; }
a { background-color: rgb(250,217,206); }
div.DivClassName
{
background-color: #FAD9CE;
}
.BgClassName
{
background-color: #FAD9CE;
}
</style>
border-color css
<style>
span { border-color: #FAD9CE; }
span { border-color: rgb(250,217,206); }
td.TdClassName
{
border-color: #FAD9CE;
}
.TagClassName
{
border-color: #FAD9CE;
}
</style>