Shades of Cinderella #FFD4C7
Tints of Cinderella #FFD4C7
RGB
CMYK
RGB Variations
Color information
#FFD4C7 (or 0xFFD4C7) is known color: Cinderella. HEX triplet: FF, D4 and C7. RGB value is (255,212,199). Sum of RGB (Red+Green+Blue) = 255+212+199=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4C7 is #002B38. Grayscale: #DFDFDF. Windows color (decimal): -11065 or 13096191. OLE color: 13096191.
HSL color Cylindrical-coordinate representation of color #FFD4C7: hue angle of 13.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFD4C7 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 199 | - |
| CMYK | 0 | 0.17 | 0.22 | 0 |
| HSL | 13.93º | 1% | 0.89% | - |
| HSV(B) | 13.93º | 0.22% | 1% | - |
| XYZ | 75.09 | 72.47 | 64.06 | - |
| YUV | 223.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 199 | 0 | 0.17 | 0.22 | 0 | 13.93 | 1 | 0.89 |
| Hex | FF | D4 | C7 | 0 | 11 | 16 | 0 | E | 64 | 59 |
| Octal | 377 | 324 | 307 | 0 | 21 | 26 | 0 | 16 | 144 | 131 |
| Binary | 11111111 | 11010100 | 11000111 | 0 | 10001 | 10110 | 0 | 1110 | 1100100 | 1011001 |
Color Harmonies of #FFD4C7
Complementary color
Monochromatic Colors of #FFD4C7
Black with #FFD4C7
Text Example
Text Example
White with #FFD4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4C7; }
p { color: rgb(255,212,199); }
H1.HeaderClassName
{
color: #FFD4C7;
}
.AnyTagClassName
{
color: #FFD4C7;
}
</style>
background-color css
<style>
a { background-color: #FFD4C7; }
a { background-color: rgb(255,212,199); }
div.DivClassName
{
background-color: #FFD4C7;
}
.BgClassName
{
background-color: #FFD4C7;
}
</style>
border-color css
<style>
span { border-color: #FFD4C7; }
span { border-color: rgb(255,212,199); }
td.TdClassName
{
border-color: #FFD4C7;
}
.TagClassName
{
border-color: #FFD4C7;
}
</style>