Shades of Cinderella #FFD2C5
Tints of Cinderella #FFD2C5
RGB
CMYK
RGB Variations
Color information
#FFD2C5 (or 0xFFD2C5) is known color: Cinderella. HEX triplet: FF, D2 and C5. RGB value is (255,210,197). Sum of RGB (Red+Green+Blue) = 255+210+197=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C5 is #002D3A. Grayscale: #DEDEDE. Windows color (decimal): -11579 or 12964607. OLE color: 12964607.
HSL color Cylindrical-coordinate representation of color #FFD2C5: hue angle of 13.45º 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 #FFD2C5 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 197 | - |
| CMYK | 0 | 0.18 | 0.23 | 0 |
| HSL | 13.45º | 1% | 0.89% | - |
| HSV(B) | 13.45º | 0.23% | 1% | - |
| XYZ | 74.36 | 71.38 | 62.68 | - |
| YUV | 221.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 197 | 0 | 0.18 | 0.23 | 0 | 13.45 | 1 | 0.89 |
| Hex | FF | D2 | C5 | 0 | 12 | 17 | 0 | D | 64 | 59 |
| Octal | 377 | 322 | 305 | 0 | 22 | 27 | 0 | 15 | 144 | 131 |
| Binary | 11111111 | 11010010 | 11000101 | 0 | 10010 | 10111 | 0 | 1101 | 1100100 | 1011001 |
Color Harmonies of #FFD2C5
Complementary color
Monochromatic Colors of #FFD2C5
Black with #FFD2C5
Text Example
Text Example
White with #FFD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2C5; }
p { color: rgb(255,210,197); }
H1.HeaderClassName
{
color: #FFD2C5;
}
.AnyTagClassName
{
color: #FFD2C5;
}
</style>
background-color css
<style>
a { background-color: #FFD2C5; }
a { background-color: rgb(255,210,197); }
div.DivClassName
{
background-color: #FFD2C5;
}
.BgClassName
{
background-color: #FFD2C5;
}
</style>
border-color css
<style>
span { border-color: #FFD2C5; }
span { border-color: rgb(255,210,197); }
td.TdClassName
{
border-color: #FFD2C5;
}
.TagClassName
{
border-color: #FFD2C5;
}
</style>