Shades of Cinderella #FDD8CD
Tints of Cinderella #FDD8CD
RGB
CMYK
RGB Variations
Color information
#FDD8CD (or 0xFDD8CD) is known color: Cinderella. HEX triplet: FD, D8 and CD. RGB value is (253,216,205). Sum of RGB (Red+Green+Blue) = 253+216+205=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CD is #022732. Grayscale: #E1E1E1. Windows color (decimal): -141107 or 13490429. OLE color: 13490429.
HSL color Cylindrical-coordinate representation of color #FDD8CD: hue angle of 13.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDD8CD is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 205 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.01 |
| HSL | 13.75º | 0.92% | 0.9% | - |
| HSV(B) | 13.75º | 0.19% | 0.99% | - |
| XYZ | 76.08 | 74.4 | 68.11 | - |
| YUV | 225.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 205 | 0 | 0.15 | 0.19 | 0.01 | 13.75 | 0.92 | 0.9 |
| Hex | FD | D8 | CD | 0 | F | 13 | 1 | E | 5C | 5A |
| Octal | 375 | 330 | 315 | 0 | 17 | 23 | 1 | 16 | 134 | 132 |
| Binary | 11111101 | 11011000 | 11001101 | 0 | 1111 | 10011 | 1 | 1110 | 1011100 | 1011010 |
Color Harmonies of #FDD8CD
Complementary color
Monochromatic Colors of #FDD8CD
Black with #FDD8CD
Text Example
Text Example
White with #FDD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8CD; }
p { color: rgb(253,216,205); }
H1.HeaderClassName
{
color: #FDD8CD;
}
.AnyTagClassName
{
color: #FDD8CD;
}
</style>
background-color css
<style>
a { background-color: #FDD8CD; }
a { background-color: rgb(253,216,205); }
div.DivClassName
{
background-color: #FDD8CD;
}
.BgClassName
{
background-color: #FDD8CD;
}
</style>
border-color css
<style>
span { border-color: #FDD8CD; }
span { border-color: rgb(253,216,205); }
td.TdClassName
{
border-color: #FDD8CD;
}
.TagClassName
{
border-color: #FDD8CD;
}
</style>