Shades of Cinderella #FFD7C8
Tints of Cinderella #FFD7C8
RGB
CMYK
RGB Variations
Color information
#FFD7C8 (or 0xFFD7C8) is known color: Cinderella. HEX triplet: FF, D7 and C8. RGB value is (255,215,200). Sum of RGB (Red+Green+Blue) = 255+215+200=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C8 is #002837. Grayscale: #E1E1E1. Windows color (decimal): -10296 or 13162495. OLE color: 13162495.
HSL color Cylindrical-coordinate representation of color #FFD7C8: hue angle of 16.36º 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 #FFD7C8 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 200 | - |
| CMYK | 0 | 0.16 | 0.22 | 0 |
| HSL | 16.36º | 1% | 0.89% | - |
| HSV(B) | 16.36º | 0.22% | 1% | - |
| XYZ | 75.97 | 74.03 | 64.93 | - |
| YUV | 225.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 200 | 0 | 0.16 | 0.22 | 0 | 16.36 | 1 | 0.89 |
| Hex | FF | D7 | C8 | 0 | 10 | 16 | 0 | 10 | 64 | 59 |
| Octal | 377 | 327 | 310 | 0 | 20 | 26 | 0 | 20 | 144 | 131 |
| Binary | 11111111 | 11010111 | 11001000 | 0 | 10000 | 10110 | 0 | 10000 | 1100100 | 1011001 |
Color Harmonies of #FFD7C8
Complementary color
Monochromatic Colors of #FFD7C8
Black with #FFD7C8
Text Example
Text Example
White with #FFD7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7C8; }
p { color: rgb(255,215,200); }
H1.HeaderClassName
{
color: #FFD7C8;
}
.AnyTagClassName
{
color: #FFD7C8;
}
</style>
background-color css
<style>
a { background-color: #FFD7C8; }
a { background-color: rgb(255,215,200); }
div.DivClassName
{
background-color: #FFD7C8;
}
.BgClassName
{
background-color: #FFD7C8;
}
</style>
border-color css
<style>
span { border-color: #FFD7C8; }
span { border-color: rgb(255,215,200); }
td.TdClassName
{
border-color: #FFD7C8;
}
.TagClassName
{
border-color: #FFD7C8;
}
</style>