Shades of Cinderella #FAD7CF
Tints of Cinderella #FAD7CF
RGB
CMYK
RGB Variations
Color information
#FAD7CF (or 0xFAD7CF) is known color: Cinderella. HEX triplet: FA, D7 and CF. RGB value is (250,215,207). Sum of RGB (Red+Green+Blue) = 250+215+207=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7CF is #052830. Grayscale: #E0E0E0. Windows color (decimal): -337969 or 13621242. OLE color: 13621242.
HSL color Cylindrical-coordinate representation of color #FAD7CF: hue angle of 11.16º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD7CF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 207 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.02 |
| HSL | 11.16º | 0.81% | 0.9% | - |
| HSV(B) | 11.16º | 0.17% | 0.98% | - |
| XYZ | 74.99 | 73.43 | 69.25 | - |
| YUV | 224.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 207 | 0 | 0.14 | 0.17 | 0.02 | 11.16 | 0.81 | 0.9 |
| Hex | FA | D7 | CF | 0 | E | 11 | 2 | B | 51 | 5A |
| Octal | 372 | 327 | 317 | 0 | 16 | 21 | 2 | 13 | 121 | 132 |
| Binary | 11111010 | 11010111 | 11001111 | 0 | 1110 | 10001 | 10 | 1011 | 1010001 | 1011010 |
Color Harmonies of #FAD7CF
Complementary color
Monochromatic Colors of #FAD7CF
Black with #FAD7CF
Text Example
Text Example
White with #FAD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7CF; }
p { color: rgb(250,215,207); }
H1.HeaderClassName
{
color: #FAD7CF;
}
.AnyTagClassName
{
color: #FAD7CF;
}
</style>
background-color css
<style>
a { background-color: #FAD7CF; }
a { background-color: rgb(250,215,207); }
div.DivClassName
{
background-color: #FAD7CF;
}
.BgClassName
{
background-color: #FAD7CF;
}
</style>
border-color css
<style>
span { border-color: #FAD7CF; }
span { border-color: rgb(250,215,207); }
td.TdClassName
{
border-color: #FAD7CF;
}
.TagClassName
{
border-color: #FAD7CF;
}
</style>