Shades of Cinderella #FBDBCB
Tints of Cinderella #FBDBCB
RGB
CMYK
RGB Variations
Color information
#FBDBCB (or 0xFBDBCB) is known color: Cinderella. HEX triplet: FB, DB and CB. RGB value is (251,219,203). Sum of RGB (Red+Green+Blue) = 251+219+203=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBCB is #042434. Grayscale: #E2E2E2. Windows color (decimal): -271413 or 13360123. OLE color: 13360123.
HSL color Cylindrical-coordinate representation of color #FBDBCB: hue angle of 20º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBDBCB is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 203 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.02 |
| HSL | 20º | 0.86% | 0.89% | - |
| HSV(B) | 20º | 0.19% | 0.98% | - |
| XYZ | 75.89 | 75.48 | 67.07 | - |
| YUV | 226.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 203 | 0 | 0.13 | 0.19 | 0.02 | 20 | 0.86 | 0.89 |
| Hex | FB | DB | CB | 0 | D | 13 | 2 | 14 | 56 | 59 |
| Octal | 373 | 333 | 313 | 0 | 15 | 23 | 2 | 24 | 126 | 131 |
| Binary | 11111011 | 11011011 | 11001011 | 0 | 1101 | 10011 | 10 | 10100 | 1010110 | 1011001 |
Color Harmonies of #FBDBCB
Complementary color
Monochromatic Colors of #FBDBCB
Black with #FBDBCB
Text Example
Text Example
White with #FBDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBCB; }
p { color: rgb(251,219,203); }
H1.HeaderClassName
{
color: #FBDBCB;
}
.AnyTagClassName
{
color: #FBDBCB;
}
</style>
background-color css
<style>
a { background-color: #FBDBCB; }
a { background-color: rgb(251,219,203); }
div.DivClassName
{
background-color: #FBDBCB;
}
.BgClassName
{
background-color: #FBDBCB;
}
</style>
border-color css
<style>
span { border-color: #FBDBCB; }
span { border-color: rgb(251,219,203); }
td.TdClassName
{
border-color: #FBDBCB;
}
.TagClassName
{
border-color: #FBDBCB;
}
</style>