Shades of Cinderella #FFD6C5
Tints of Cinderella #FFD6C5
RGB
CMYK
RGB Variations
Color information
#FFD6C5 (or 0xFFD6C5) is known color: Cinderella. HEX triplet: FF, D6 and C5. RGB value is (255,214,197). Sum of RGB (Red+Green+Blue) = 255+214+197=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C5 is #00293A. Grayscale: #E0E0E0. Windows color (decimal): -10555 or 12965631. OLE color: 12965631.
HSL color Cylindrical-coordinate representation of color #FFD6C5: hue angle of 17.59º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD6C5 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 197 | - |
| CMYK | 0 | 0.16 | 0.23 | 0 |
| HSL | 17.59º | 1% | 0.89% | - |
| HSV(B) | 17.59º | 0.23% | 1% | - |
| XYZ | 75.36 | 73.38 | 63.02 | - |
| YUV | 224.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 197 | 0 | 0.16 | 0.23 | 0 | 17.59 | 1 | 0.89 |
| Hex | FF | D6 | C5 | 0 | 10 | 17 | 0 | 12 | 64 | 59 |
| Octal | 377 | 326 | 305 | 0 | 20 | 27 | 0 | 22 | 144 | 131 |
| Binary | 11111111 | 11010110 | 11000101 | 0 | 10000 | 10111 | 0 | 10010 | 1100100 | 1011001 |
Color Harmonies of #FFD6C5
Complementary color
Monochromatic Colors of #FFD6C5
Black with #FFD6C5
Text Example
Text Example
White with #FFD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6C5; }
p { color: rgb(255,214,197); }
H1.HeaderClassName
{
color: #FFD6C5;
}
.AnyTagClassName
{
color: #FFD6C5;
}
</style>
background-color css
<style>
a { background-color: #FFD6C5; }
a { background-color: rgb(255,214,197); }
div.DivClassName
{
background-color: #FFD6C5;
}
.BgClassName
{
background-color: #FFD6C5;
}
</style>
border-color css
<style>
span { border-color: #FFD6C5; }
span { border-color: rgb(255,214,197); }
td.TdClassName
{
border-color: #FFD6C5;
}
.TagClassName
{
border-color: #FFD6C5;
}
</style>