Shades of Cinderella #FDD3C7
Tints of Cinderella #FDD3C7
RGB
CMYK
RGB Variations
Color information
#FDD3C7 (or 0xFDD3C7) is known color: Cinderella. HEX triplet: FD, D3 and C7. RGB value is (253,211,199). Sum of RGB (Red+Green+Blue) = 253+211+199=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3C7 is #022C38. Grayscale: #DEDEDE. Windows color (decimal): -142393 or 13095933. OLE color: 13095933.
HSL color Cylindrical-coordinate representation of color #FDD3C7: hue angle of 13.33º 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 #FDD3C7 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 211 | 199 | - |
CMYK | 0 | 0.17 | 0.21 | 0.01 |
HSL | 13.33º | 0.93% | 0.89% | - |
HSV(B) | 13.33º | 0.21% | 0.99% | - |
XYZ | 74.11 | 71.59 | 63.95 | - |
YUV | 222.19 | 114.91 | 149.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 211 | 199 | 0 | 0.17 | 0.21 | 0.01 | 13.33 | 0.93 | 0.89 |
Hex | FD | D3 | C7 | 0 | 11 | 15 | 1 | D | 5D | 59 |
Octal | 375 | 323 | 307 | 0 | 21 | 25 | 1 | 15 | 135 | 131 |
Binary | 11111101 | 11010011 | 11000111 | 0 | 10001 | 10101 | 1 | 1101 | 1011101 | 1011001 |
Color Harmonies of #FDD3C7
Complementary color
Monochromatic Colors of #FDD3C7
Black with #FDD3C7
Text Example
Text Example
White with #FDD3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3C7; }
p { color: rgb(253,211,199); }
H1.HeaderClassName
{
color: #FDD3C7;
}
.AnyTagClassName
{
color: #FDD3C7;
}
</style>
background-color css
<style>
a { background-color: #FDD3C7; }
a { background-color: rgb(253,211,199); }
div.DivClassName
{
background-color: #FDD3C7;
}
.BgClassName
{
background-color: #FDD3C7;
}
</style>
border-color css
<style>
span { border-color: #FDD3C7; }
span { border-color: rgb(253,211,199); }
td.TdClassName
{
border-color: #FDD3C7;
}
.TagClassName
{
border-color: #FDD3C7;
}
</style>