Shades of Cinderella #FFD6C8
Tints of Cinderella #FFD6C8
RGB
CMYK
RGB Variations
Color information
#FFD6C8 (or 0xFFD6C8) is known color: Cinderella. HEX triplet: FF, D6 and C8. RGB value is (255,214,200). Sum of RGB (Red+Green+Blue) = 255+214+200=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C8 is #002937. Grayscale: #E0E0E0. Windows color (decimal): -10552 or 13162239. OLE color: 13162239.
HSL color Cylindrical-coordinate representation of color #FFD6C8: hue angle of 15.27º 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 #FFD6C8 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 200 | - |
| CMYK | 0 | 0.16 | 0.22 | 0 |
| HSL | 15.27º | 1% | 0.89% | - |
| HSV(B) | 15.27º | 0.22% | 1% | - |
| XYZ | 75.71 | 73.52 | 64.84 | - |
| YUV | 224.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 200 | 0 | 0.16 | 0.22 | 0 | 15.27 | 1 | 0.89 |
| Hex | FF | D6 | C8 | 0 | 10 | 16 | 0 | F | 64 | 59 |
| Octal | 377 | 326 | 310 | 0 | 20 | 26 | 0 | 17 | 144 | 131 |
| Binary | 11111111 | 11010110 | 11001000 | 0 | 10000 | 10110 | 0 | 1111 | 1100100 | 1011001 |
Color Harmonies of #FFD6C8
Complementary color
Monochromatic Colors of #FFD6C8
Black with #FFD6C8
Text Example
Text Example
White with #FFD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6C8; }
p { color: rgb(255,214,200); }
H1.HeaderClassName
{
color: #FFD6C8;
}
.AnyTagClassName
{
color: #FFD6C8;
}
</style>
background-color css
<style>
a { background-color: #FFD6C8; }
a { background-color: rgb(255,214,200); }
div.DivClassName
{
background-color: #FFD6C8;
}
.BgClassName
{
background-color: #FFD6C8;
}
</style>
border-color css
<style>
span { border-color: #FFD6C8; }
span { border-color: rgb(255,214,200); }
td.TdClassName
{
border-color: #FFD6C8;
}
.TagClassName
{
border-color: #FFD6C8;
}
</style>