Shades of Cinderella #FAD8CA
Tints of Cinderella #FAD8CA
RGB
CMYK
RGB Variations
Color information
#FAD8CA (or 0xFAD8CA) is known color: Cinderella. HEX triplet: FA, D8 and CA. RGB value is (250,216,202). Sum of RGB (Red+Green+Blue) = 250+216+202=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8CA is #052735. Grayscale: #E0E0E0. Windows color (decimal): -337718 or 13293818. OLE color: 13293818.
HSL color Cylindrical-coordinate representation of color #FAD8CA: hue angle of 17.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAD8CA is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 202 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.02 |
| HSL | 17.5º | 0.83% | 0.89% | - |
| HSV(B) | 17.5º | 0.19% | 0.98% | - |
| XYZ | 74.64 | 73.7 | 66.17 | - |
| YUV | 224.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 202 | 0 | 0.14 | 0.19 | 0.02 | 17.5 | 0.83 | 0.89 |
| Hex | FA | D8 | CA | 0 | E | 13 | 2 | 12 | 53 | 59 |
| Octal | 372 | 330 | 312 | 0 | 16 | 23 | 2 | 22 | 123 | 131 |
| Binary | 11111010 | 11011000 | 11001010 | 0 | 1110 | 10011 | 10 | 10010 | 1010011 | 1011001 |
Color Harmonies of #FAD8CA
Complementary color
Monochromatic Colors of #FAD8CA
Black with #FAD8CA
Text Example
Text Example
White with #FAD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8CA; }
p { color: rgb(250,216,202); }
H1.HeaderClassName
{
color: #FAD8CA;
}
.AnyTagClassName
{
color: #FAD8CA;
}
</style>
background-color css
<style>
a { background-color: #FAD8CA; }
a { background-color: rgb(250,216,202); }
div.DivClassName
{
background-color: #FAD8CA;
}
.BgClassName
{
background-color: #FAD8CA;
}
</style>
border-color css
<style>
span { border-color: #FAD8CA; }
span { border-color: rgb(250,216,202); }
td.TdClassName
{
border-color: #FAD8CA;
}
.TagClassName
{
border-color: #FAD8CA;
}
</style>