Shades of Cinderella #FBDBCD
Tints of Cinderella #FBDBCD
RGB
CMYK
RGB Variations
Color information
#FBDBCD (or 0xFBDBCD) is known color: Cinderella. HEX triplet: FB, DB and CD. RGB value is (251,219,205). Sum of RGB (Red+Green+Blue) = 251+219+205=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBCD is #042432. Grayscale: #E3E3E3. Windows color (decimal): -271411 or 13491195. OLE color: 13491195.
HSL color Cylindrical-coordinate representation of color #FBDBCD: hue angle of 18.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDBCD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 205 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 18.26º | 0.85% | 0.89% | - |
| HSV(B) | 18.26º | 0.18% | 0.98% | - |
| XYZ | 76.13 | 75.58 | 68.33 | - |
| YUV | 226.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 205 | 0 | 0.13 | 0.18 | 0.02 | 18.26 | 0.85 | 0.89 |
| Hex | FB | DB | CD | 0 | D | 12 | 2 | 12 | 55 | 59 |
| Octal | 373 | 333 | 315 | 0 | 15 | 22 | 2 | 22 | 125 | 131 |
| Binary | 11111011 | 11011011 | 11001101 | 0 | 1101 | 10010 | 10 | 10010 | 1010101 | 1011001 |
Color Harmonies of #FBDBCD
Complementary color
Monochromatic Colors of #FBDBCD
Black with #FBDBCD
Text Example
Text Example
White with #FBDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBCD; }
p { color: rgb(251,219,205); }
H1.HeaderClassName
{
color: #FBDBCD;
}
.AnyTagClassName
{
color: #FBDBCD;
}
</style>
background-color css
<style>
a { background-color: #FBDBCD; }
a { background-color: rgb(251,219,205); }
div.DivClassName
{
background-color: #FBDBCD;
}
.BgClassName
{
background-color: #FBDBCD;
}
</style>
border-color css
<style>
span { border-color: #FBDBCD; }
span { border-color: rgb(251,219,205); }
td.TdClassName
{
border-color: #FBDBCD;
}
.TagClassName
{
border-color: #FBDBCD;
}
</style>