Shades of Cinderella #F5D9CF
Tints of Cinderella #F5D9CF
RGB
CMYK
RGB Variations
Color information
#F5D9CF (or 0xF5D9CF) is known color: Cinderella. HEX triplet: F5, D9 and CF. RGB value is (245,217,207). Sum of RGB (Red+Green+Blue) = 245+217+207=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D9CF is #0A2630. Grayscale: #E0E0E0. Windows color (decimal): -665137 or 13621749. OLE color: 13621749.
HSL color Cylindrical-coordinate representation of color #F5D9CF: hue angle of 15.79º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D9CF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 207 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.04 |
| HSL | 15.79º | 0.66% | 0.89% | - |
| HSV(B) | 15.79º | 0.16% | 0.96% | - |
| XYZ | 73.73 | 73.54 | 69.34 | - |
| YUV | 224.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 207 | 0 | 0.11 | 0.16 | 0.04 | 15.79 | 0.66 | 0.89 |
| Hex | F5 | D9 | CF | 0 | B | 10 | 4 | 10 | 42 | 59 |
| Octal | 365 | 331 | 317 | 0 | 13 | 20 | 4 | 20 | 102 | 131 |
| Binary | 11110101 | 11011001 | 11001111 | 0 | 1011 | 10000 | 100 | 10000 | 1000010 | 1011001 |
Color Harmonies of #F5D9CF
Complementary color
Monochromatic Colors of #F5D9CF
Black with #F5D9CF
Text Example
Text Example
White with #F5D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D9CF; }
p { color: rgb(245,217,207); }
H1.HeaderClassName
{
color: #F5D9CF;
}
.AnyTagClassName
{
color: #F5D9CF;
}
</style>
background-color css
<style>
a { background-color: #F5D9CF; }
a { background-color: rgb(245,217,207); }
div.DivClassName
{
background-color: #F5D9CF;
}
.BgClassName
{
background-color: #F5D9CF;
}
</style>
border-color css
<style>
span { border-color: #F5D9CF; }
span { border-color: rgb(245,217,207); }
td.TdClassName
{
border-color: #F5D9CF;
}
.TagClassName
{
border-color: #F5D9CF;
}
</style>