Shades of Cinderella #FFD7C6
Tints of Cinderella #FFD7C6
RGB
CMYK
RGB Variations
Color information
#FFD7C6 (or 0xFFD7C6) is known color: Cinderella. HEX triplet: FF, D7 and C6. RGB value is (255,215,198). Sum of RGB (Red+Green+Blue) = 255+215+198=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C6 is #002839. Grayscale: #E1E1E1. Windows color (decimal): -10298 or 13031423. OLE color: 13031423.
HSL color Cylindrical-coordinate representation of color #FFD7C6: hue angle of 17.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFD7C6 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 198 | - |
| CMYK | 0 | 0.16 | 0.22 | 0 |
| HSL | 17.89º | 1% | 0.89% | - |
| HSV(B) | 17.89º | 0.22% | 1% | - |
| XYZ | 75.73 | 73.94 | 63.71 | - |
| YUV | 225.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 198 | 0 | 0.16 | 0.22 | 0 | 17.89 | 1 | 0.89 |
| Hex | FF | D7 | C6 | 0 | 10 | 16 | 0 | 12 | 64 | 59 |
| Octal | 377 | 327 | 306 | 0 | 20 | 26 | 0 | 22 | 144 | 131 |
| Binary | 11111111 | 11010111 | 11000110 | 0 | 10000 | 10110 | 0 | 10010 | 1100100 | 1011001 |
Color Harmonies of #FFD7C6
Complementary color
Monochromatic Colors of #FFD7C6
Black with #FFD7C6
Text Example
Text Example
White with #FFD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7C6; }
p { color: rgb(255,215,198); }
H1.HeaderClassName
{
color: #FFD7C6;
}
.AnyTagClassName
{
color: #FFD7C6;
}
</style>
background-color css
<style>
a { background-color: #FFD7C6; }
a { background-color: rgb(255,215,198); }
div.DivClassName
{
background-color: #FFD7C6;
}
.BgClassName
{
background-color: #FFD7C6;
}
</style>
border-color css
<style>
span { border-color: #FFD7C6; }
span { border-color: rgb(255,215,198); }
td.TdClassName
{
border-color: #FFD7C6;
}
.TagClassName
{
border-color: #FFD7C6;
}
</style>