Shades of Cinderella #FDD7CB
Tints of Cinderella #FDD7CB
RGB
CMYK
RGB Variations
Color information
#FDD7CB (or 0xFDD7CB) is known color: Cinderella. HEX triplet: FD, D7 and CB. RGB value is (253,215,203). Sum of RGB (Red+Green+Blue) = 253+215+203=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7CB is #022834. Grayscale: #E1E1E1. Windows color (decimal): -141365 or 13359101. OLE color: 13359101.
HSL color Cylindrical-coordinate representation of color #FDD7CB: hue angle of 14.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDD7CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 203 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 14.4º | 0.93% | 0.89% | - |
| HSV(B) | 14.4º | 0.2% | 0.99% | - |
| XYZ | 75.59 | 73.8 | 66.76 | - |
| YUV | 224.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 203 | 0 | 0.15 | 0.20 | 0.01 | 14.4 | 0.93 | 0.89 |
| Hex | FD | D7 | CB | 0 | F | 14 | 1 | E | 5D | 59 |
| Octal | 375 | 327 | 313 | 0 | 17 | 24 | 1 | 16 | 135 | 131 |
| Binary | 11111101 | 11010111 | 11001011 | 0 | 1111 | 10100 | 1 | 1110 | 1011101 | 1011001 |
Color Harmonies of #FDD7CB
Complementary color
Monochromatic Colors of #FDD7CB
Black with #FDD7CB
Text Example
Text Example
White with #FDD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7CB; }
p { color: rgb(253,215,203); }
H1.HeaderClassName
{
color: #FDD7CB;
}
.AnyTagClassName
{
color: #FDD7CB;
}
</style>
background-color css
<style>
a { background-color: #FDD7CB; }
a { background-color: rgb(253,215,203); }
div.DivClassName
{
background-color: #FDD7CB;
}
.BgClassName
{
background-color: #FDD7CB;
}
</style>
border-color css
<style>
span { border-color: #FDD7CB; }
span { border-color: rgb(253,215,203); }
td.TdClassName
{
border-color: #FDD7CB;
}
.TagClassName
{
border-color: #FDD7CB;
}
</style>