Shades of Cinderella #FDD8CB
Tints of Cinderella #FDD8CB
RGB
CMYK
RGB Variations
Color information
#FDD8CB (or 0xFDD8CB) is known color: Cinderella. HEX triplet: FD, D8 and CB. RGB value is (253,216,203). Sum of RGB (Red+Green+Blue) = 253+216+203=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CB is #022734. Grayscale: #E1E1E1. Windows color (decimal): -141109 or 13359357. OLE color: 13359357.
HSL color Cylindrical-coordinate representation of color #FDD8CB: hue angle of 15.6º 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 #FDD8CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 203 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 15.6º | 0.93% | 0.89% | - |
| HSV(B) | 15.6º | 0.2% | 0.99% | - |
| XYZ | 75.84 | 74.31 | 66.85 | - |
| YUV | 225.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 203 | 0 | 0.15 | 0.20 | 0.01 | 15.6 | 0.93 | 0.89 |
| Hex | FD | D8 | CB | 0 | F | 14 | 1 | 10 | 5D | 59 |
| Octal | 375 | 330 | 313 | 0 | 17 | 24 | 1 | 20 | 135 | 131 |
| Binary | 11111101 | 11011000 | 11001011 | 0 | 1111 | 10100 | 1 | 10000 | 1011101 | 1011001 |
Color Harmonies of #FDD8CB
Complementary color
Monochromatic Colors of #FDD8CB
Black with #FDD8CB
Text Example
Text Example
White with #FDD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8CB; }
p { color: rgb(253,216,203); }
H1.HeaderClassName
{
color: #FDD8CB;
}
.AnyTagClassName
{
color: #FDD8CB;
}
</style>
background-color css
<style>
a { background-color: #FDD8CB; }
a { background-color: rgb(253,216,203); }
div.DivClassName
{
background-color: #FDD8CB;
}
.BgClassName
{
background-color: #FDD8CB;
}
</style>
border-color css
<style>
span { border-color: #FDD8CB; }
span { border-color: rgb(253,216,203); }
td.TdClassName
{
border-color: #FDD8CB;
}
.TagClassName
{
border-color: #FDD8CB;
}
</style>