Shades of Cinderella #FDD6C7
Tints of Cinderella #FDD6C7
RGB
CMYK
RGB Variations
Color information
#FDD6C7 (or 0xFDD6C7) is known color: Cinderella. HEX triplet: FD, D6 and C7. RGB value is (253,214,199). Sum of RGB (Red+Green+Blue) = 253+214+199=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6C7 is #022938. Grayscale: #E0E0E0. Windows color (decimal): -141625 or 13096701. OLE color: 13096701.
HSL color Cylindrical-coordinate representation of color #FDD6C7: hue angle of 16.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDD6C7 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 199 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.01 |
| HSL | 16.67º | 0.93% | 0.89% | - |
| HSV(B) | 16.67º | 0.21% | 0.99% | - |
| XYZ | 74.86 | 73.1 | 64.2 | - |
| YUV | 223.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 199 | 0 | 0.15 | 0.21 | 0.01 | 16.67 | 0.93 | 0.89 |
| Hex | FD | D6 | C7 | 0 | F | 15 | 1 | 11 | 5D | 59 |
| Octal | 375 | 326 | 307 | 0 | 17 | 25 | 1 | 21 | 135 | 131 |
| Binary | 11111101 | 11010110 | 11000111 | 0 | 1111 | 10101 | 1 | 10001 | 1011101 | 1011001 |
Color Harmonies of #FDD6C7
Complementary color
Monochromatic Colors of #FDD6C7
Black with #FDD6C7
Text Example
Text Example
White with #FDD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6C7; }
p { color: rgb(253,214,199); }
H1.HeaderClassName
{
color: #FDD6C7;
}
.AnyTagClassName
{
color: #FDD6C7;
}
</style>
background-color css
<style>
a { background-color: #FDD6C7; }
a { background-color: rgb(253,214,199); }
div.DivClassName
{
background-color: #FDD6C7;
}
.BgClassName
{
background-color: #FDD6C7;
}
</style>
border-color css
<style>
span { border-color: #FDD6C7; }
span { border-color: rgb(253,214,199); }
td.TdClassName
{
border-color: #FDD6C7;
}
.TagClassName
{
border-color: #FDD6C7;
}
</style>