Shades of Cinderella #FFD5C9
Tints of Cinderella #FFD5C9
RGB
CMYK
RGB Variations
Color information
#FFD5C9 (or 0xFFD5C9) is known color: Cinderella. HEX triplet: FF, D5 and C9. RGB value is (255,213,201). Sum of RGB (Red+Green+Blue) = 255+213+201=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5C9 is #002A36. Grayscale: #E0E0E0. Windows color (decimal): -10807 or 13227519. OLE color: 13227519.
HSL color Cylindrical-coordinate representation of color #FFD5C9: hue angle of 13.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFD5C9 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 201 | - |
| CMYK | 0 | 0.16 | 0.21 | 0 |
| HSL | 13.33º | 1% | 0.89% | - |
| HSV(B) | 13.33º | 0.21% | 1% | - |
| XYZ | 75.58 | 73.07 | 65.38 | - |
| YUV | 224.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 201 | 0 | 0.16 | 0.21 | 0 | 13.33 | 1 | 0.89 |
| Hex | FF | D5 | C9 | 0 | 10 | 15 | 0 | D | 64 | 59 |
| Octal | 377 | 325 | 311 | 0 | 20 | 25 | 0 | 15 | 144 | 131 |
| Binary | 11111111 | 11010101 | 11001001 | 0 | 10000 | 10101 | 0 | 1101 | 1100100 | 1011001 |
Color Harmonies of #FFD5C9
Complementary color
Monochromatic Colors of #FFD5C9
Black with #FFD5C9
Text Example
Text Example
White with #FFD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5C9; }
p { color: rgb(255,213,201); }
H1.HeaderClassName
{
color: #FFD5C9;
}
.AnyTagClassName
{
color: #FFD5C9;
}
</style>
background-color css
<style>
a { background-color: #FFD5C9; }
a { background-color: rgb(255,213,201); }
div.DivClassName
{
background-color: #FFD5C9;
}
.BgClassName
{
background-color: #FFD5C9;
}
</style>
border-color css
<style>
span { border-color: #FFD5C9; }
span { border-color: rgb(255,213,201); }
td.TdClassName
{
border-color: #FFD5C9;
}
.TagClassName
{
border-color: #FFD5C9;
}
</style>