Shades of Cinderella #FFD5C4
Tints of Cinderella #FFD5C4
RGB
CMYK
RGB Variations
Color information
#FFD5C4 (or 0xFFD5C4) is known color: Cinderella. HEX triplet: FF, D5 and C4. RGB value is (255,213,196). Sum of RGB (Red+Green+Blue) = 255+213+196=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 196 (76.95% from 255 or 29.52% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5C4 is #002A3B. Grayscale: #DFDFDF. Windows color (decimal): -10812 or 12899839. OLE color: 12899839.
HSL color Cylindrical-coordinate representation of color #FFD5C4: hue angle of 17.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD5C4 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 196 | - |
| CMYK | 0 | 0.16 | 0.23 | 0 |
| HSL | 17.29º | 1% | 0.88% | - |
| HSV(B) | 17.29º | 0.23% | 1% | - |
| XYZ | 75 | 72.83 | 62.33 | - |
| YUV | 223.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 196 | 0 | 0.16 | 0.23 | 0 | 17.29 | 1 | 0.88 |
| Hex | FF | D5 | C4 | 0 | 10 | 17 | 0 | 11 | 64 | 58 |
| Octal | 377 | 325 | 304 | 0 | 20 | 27 | 0 | 21 | 144 | 130 |
| Binary | 11111111 | 11010101 | 11000100 | 0 | 10000 | 10111 | 0 | 10001 | 1100100 | 1011000 |
Color Harmonies of #FFD5C4
Complementary color
Monochromatic Colors of #FFD5C4
Black with #FFD5C4
Text Example
Text Example
White with #FFD5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5C4; }
p { color: rgb(255,213,196); }
H1.HeaderClassName
{
color: #FFD5C4;
}
.AnyTagClassName
{
color: #FFD5C4;
}
</style>
background-color css
<style>
a { background-color: #FFD5C4; }
a { background-color: rgb(255,213,196); }
div.DivClassName
{
background-color: #FFD5C4;
}
.BgClassName
{
background-color: #FFD5C4;
}
</style>
border-color css
<style>
span { border-color: #FFD5C4; }
span { border-color: rgb(255,213,196); }
td.TdClassName
{
border-color: #FFD5C4;
}
.TagClassName
{
border-color: #FFD5C4;
}
</style>