Shades of Cinderella #FFD8CB
Tints of Cinderella #FFD8CB
RGB
CMYK
RGB Variations
Color information
#FFD8CB (or 0xFFD8CB) is known color: Cinderella. HEX triplet: FF, D8 and CB. RGB value is (255,216,203). Sum of RGB (Red+Green+Blue) = 255+216+203=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8CB is #002734. Grayscale: #E2E2E2. Windows color (decimal): -10037 or 13359359. OLE color: 13359359.
HSL color Cylindrical-coordinate representation of color #FFD8CB: hue angle of 15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD8CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 203 | - |
| CMYK | 0 | 0.15 | 0.20 | 0 |
| HSL | 15º | 1% | 0.9% | - |
| HSV(B) | 15º | 0.2% | 1% | - |
| XYZ | 76.58 | 74.68 | 66.88 | - |
| YUV | 226.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 203 | 0 | 0.15 | 0.20 | 0 | 15 | 1 | 0.9 |
| Hex | FF | D8 | CB | 0 | F | 14 | 0 | F | 64 | 5A |
| Octal | 377 | 330 | 313 | 0 | 17 | 24 | 0 | 17 | 144 | 132 |
| Binary | 11111111 | 11011000 | 11001011 | 0 | 1111 | 10100 | 0 | 1111 | 1100100 | 1011010 |
Color Harmonies of #FFD8CB
Complementary color
Monochromatic Colors of #FFD8CB
Black with #FFD8CB
Text Example
Text Example
White with #FFD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8CB; }
p { color: rgb(255,216,203); }
H1.HeaderClassName
{
color: #FFD8CB;
}
.AnyTagClassName
{
color: #FFD8CB;
}
</style>
background-color css
<style>
a { background-color: #FFD8CB; }
a { background-color: rgb(255,216,203); }
div.DivClassName
{
background-color: #FFD8CB;
}
.BgClassName
{
background-color: #FFD8CB;
}
</style>
border-color css
<style>
span { border-color: #FFD8CB; }
span { border-color: rgb(255,216,203); }
td.TdClassName
{
border-color: #FFD8CB;
}
.TagClassName
{
border-color: #FFD8CB;
}
</style>