Shades of Cinderella #FDD4C5
Tints of Cinderella #FDD4C5
RGB
CMYK
RGB Variations
Color information
#FDD4C5 (or 0xFDD4C5) is known color: Cinderella. HEX triplet: FD, D4 and C5. RGB value is (253,212,197). Sum of RGB (Red+Green+Blue) = 253+212+197=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4C5 is #022B3A. Grayscale: #DEDEDE. Windows color (decimal): -142139 or 12965117. OLE color: 12965117.
HSL color Cylindrical-coordinate representation of color #FDD4C5: hue angle of 16.07º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDD4C5 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 212 | 197 | - |
CMYK | 0 | 0.16 | 0.22 | 0.01 |
HSL | 16.07º | 0.93% | 0.88% | - |
HSV(B) | 16.07º | 0.22% | 0.99% | - |
XYZ | 74.13 | 72 | 62.81 | - |
YUV | 222.55 | 113.58 | 149.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 212 | 197 | 0 | 0.16 | 0.22 | 0.01 | 16.07 | 0.93 | 0.88 |
Hex | FD | D4 | C5 | 0 | 10 | 16 | 1 | 10 | 5D | 58 |
Octal | 375 | 324 | 305 | 0 | 20 | 26 | 1 | 20 | 135 | 130 |
Binary | 11111101 | 11010100 | 11000101 | 0 | 10000 | 10110 | 1 | 10000 | 1011101 | 1011000 |
Color Harmonies of #FDD4C5
Complementary color
Monochromatic Colors of #FDD4C5
Black with #FDD4C5
Text Example
Text Example
White with #FDD4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4C5; }
p { color: rgb(253,212,197); }
H1.HeaderClassName
{
color: #FDD4C5;
}
.AnyTagClassName
{
color: #FDD4C5;
}
</style>
background-color css
<style>
a { background-color: #FDD4C5; }
a { background-color: rgb(253,212,197); }
div.DivClassName
{
background-color: #FDD4C5;
}
.BgClassName
{
background-color: #FDD4C5;
}
</style>
border-color css
<style>
span { border-color: #FDD4C5; }
span { border-color: rgb(253,212,197); }
td.TdClassName
{
border-color: #FDD4C5;
}
.TagClassName
{
border-color: #FDD4C5;
}
</style>