Shades of Cinderella #FFD4C8
Tints of Cinderella #FFD4C8
RGB
CMYK
RGB Variations
Color information
#FFD4C8 (or 0xFFD4C8) is known color: Cinderella. HEX triplet: FF, D4 and C8. RGB value is (255,212,200). Sum of RGB (Red+Green+Blue) = 255+212+200=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4C8 is #002B37. Grayscale: #DFDFDF. Windows color (decimal): -11064 or 13161727. OLE color: 13161727.
HSL color Cylindrical-coordinate representation of color #FFD4C8: hue angle of 13.09º 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 #FFD4C8 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 200 | - |
| CMYK | 0 | 0.17 | 0.22 | 0 |
| HSL | 13.09º | 1% | 0.89% | - |
| HSV(B) | 13.09º | 0.22% | 1% | - |
| XYZ | 75.21 | 72.52 | 64.68 | - |
| YUV | 223.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 200 | 0 | 0.17 | 0.22 | 0 | 13.09 | 1 | 0.89 |
| Hex | FF | D4 | C8 | 0 | 11 | 16 | 0 | D | 64 | 59 |
| Octal | 377 | 324 | 310 | 0 | 21 | 26 | 0 | 15 | 144 | 131 |
| Binary | 11111111 | 11010100 | 11001000 | 0 | 10001 | 10110 | 0 | 1101 | 1100100 | 1011001 |
Color Harmonies of #FFD4C8
Complementary color
Monochromatic Colors of #FFD4C8
Black with #FFD4C8
Text Example
Text Example
White with #FFD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4C8; }
p { color: rgb(255,212,200); }
H1.HeaderClassName
{
color: #FFD4C8;
}
.AnyTagClassName
{
color: #FFD4C8;
}
</style>
background-color css
<style>
a { background-color: #FFD4C8; }
a { background-color: rgb(255,212,200); }
div.DivClassName
{
background-color: #FFD4C8;
}
.BgClassName
{
background-color: #FFD4C8;
}
</style>
border-color css
<style>
span { border-color: #FFD4C8; }
span { border-color: rgb(255,212,200); }
td.TdClassName
{
border-color: #FFD4C8;
}
.TagClassName
{
border-color: #FFD4C8;
}
</style>