Shades of Cinderella #FDD6CB
Tints of Cinderella #FDD6CB
RGB
CMYK
RGB Variations
Color information
#FDD6CB (or 0xFDD6CB) is known color: Cinderella. HEX triplet: FD, D6 and CB. RGB value is (253,214,203). Sum of RGB (Red+Green+Blue) = 253+214+203=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CB is #022934. Grayscale: #E0E0E0. Windows color (decimal): -141621 or 13358845. OLE color: 13358845.
HSL color Cylindrical-coordinate representation of color #FDD6CB: hue angle of 13.2º 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 #FDD6CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 203 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 13.2º | 0.93% | 0.89% | - |
| HSV(B) | 13.2º | 0.2% | 0.99% | - |
| XYZ | 75.33 | 73.29 | 66.68 | - |
| YUV | 224.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 203 | 0 | 0.15 | 0.20 | 0.01 | 13.2 | 0.93 | 0.89 |
| Hex | FD | D6 | CB | 0 | F | 14 | 1 | D | 5D | 59 |
| Octal | 375 | 326 | 313 | 0 | 17 | 24 | 1 | 15 | 135 | 131 |
| Binary | 11111101 | 11010110 | 11001011 | 0 | 1111 | 10100 | 1 | 1101 | 1011101 | 1011001 |
Color Harmonies of #FDD6CB
Complementary color
Monochromatic Colors of #FDD6CB
Black with #FDD6CB
Text Example
Text Example
White with #FDD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6CB; }
p { color: rgb(253,214,203); }
H1.HeaderClassName
{
color: #FDD6CB;
}
.AnyTagClassName
{
color: #FDD6CB;
}
</style>
background-color css
<style>
a { background-color: #FDD6CB; }
a { background-color: rgb(253,214,203); }
div.DivClassName
{
background-color: #FDD6CB;
}
.BgClassName
{
background-color: #FDD6CB;
}
</style>
border-color css
<style>
span { border-color: #FDD6CB; }
span { border-color: rgb(253,214,203); }
td.TdClassName
{
border-color: #FDD6CB;
}
.TagClassName
{
border-color: #FDD6CB;
}
</style>