Shades of Cinderella #FBD7C8
Tints of Cinderella #FBD7C8
RGB
CMYK
RGB Variations
Color information
#FBD7C8 (or 0xFBD7C8) is known color: Cinderella. HEX triplet: FB, D7 and C8. RGB value is (251,215,200). Sum of RGB (Red+Green+Blue) = 251+215+200=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7C8 is #042837. Grayscale: #E0E0E0. Windows color (decimal): -272440 or 13162491. OLE color: 13162491.
HSL color Cylindrical-coordinate representation of color #FBD7C8: hue angle of 17.65º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBD7C8 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 200 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.02 |
| HSL | 17.65º | 0.86% | 0.88% | - |
| HSV(B) | 17.65º | 0.2% | 0.98% | - |
| XYZ | 74.51 | 73.28 | 64.86 | - |
| YUV | 224.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 200 | 0 | 0.14 | 0.20 | 0.02 | 17.65 | 0.86 | 0.88 |
| Hex | FB | D7 | C8 | 0 | E | 14 | 2 | 12 | 56 | 58 |
| Octal | 373 | 327 | 310 | 0 | 16 | 24 | 2 | 22 | 126 | 130 |
| Binary | 11111011 | 11010111 | 11001000 | 0 | 1110 | 10100 | 10 | 10010 | 1010110 | 1011000 |
Color Harmonies of #FBD7C8
Complementary color
Monochromatic Colors of #FBD7C8
Black with #FBD7C8
Text Example
Text Example
White with #FBD7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD7C8; }
p { color: rgb(251,215,200); }
H1.HeaderClassName
{
color: #FBD7C8;
}
.AnyTagClassName
{
color: #FBD7C8;
}
</style>
background-color css
<style>
a { background-color: #FBD7C8; }
a { background-color: rgb(251,215,200); }
div.DivClassName
{
background-color: #FBD7C8;
}
.BgClassName
{
background-color: #FBD7C8;
}
</style>
border-color css
<style>
span { border-color: #FBD7C8; }
span { border-color: rgb(251,215,200); }
td.TdClassName
{
border-color: #FBD7C8;
}
.TagClassName
{
border-color: #FBD7C8;
}
</style>