Shades of Cinderella #FBDCCB
Tints of Cinderella #FBDCCB
RGB
CMYK
RGB Variations
Color information
#FBDCCB (or 0xFBDCCB) is known color: Cinderella. HEX triplet: FB, DC and CB. RGB value is (251,220,203). Sum of RGB (Red+Green+Blue) = 251+220+203=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCCB is #042334. Grayscale: #E3E3E3. Windows color (decimal): -271157 or 13360379. OLE color: 13360379.
HSL color Cylindrical-coordinate representation of color #FBDCCB: hue angle of 21.25º 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 #FBDCCB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 203 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.02 |
| HSL | 21.25º | 0.86% | 0.89% | - |
| HSV(B) | 21.25º | 0.19% | 0.98% | - |
| XYZ | 76.16 | 76.01 | 67.16 | - |
| YUV | 227.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 203 | 0 | 0.12 | 0.19 | 0.02 | 21.25 | 0.86 | 0.89 |
| Hex | FB | DC | CB | 0 | C | 13 | 2 | 15 | 56 | 59 |
| Octal | 373 | 334 | 313 | 0 | 14 | 23 | 2 | 25 | 126 | 131 |
| Binary | 11111011 | 11011100 | 11001011 | 0 | 1100 | 10011 | 10 | 10101 | 1010110 | 1011001 |
Color Harmonies of #FBDCCB
Complementary color
Monochromatic Colors of #FBDCCB
Black with #FBDCCB
Text Example
Text Example
White with #FBDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCCB; }
p { color: rgb(251,220,203); }
H1.HeaderClassName
{
color: #FBDCCB;
}
.AnyTagClassName
{
color: #FBDCCB;
}
</style>
background-color css
<style>
a { background-color: #FBDCCB; }
a { background-color: rgb(251,220,203); }
div.DivClassName
{
background-color: #FBDCCB;
}
.BgClassName
{
background-color: #FBDCCB;
}
</style>
border-color css
<style>
span { border-color: #FBDCCB; }
span { border-color: rgb(251,220,203); }
td.TdClassName
{
border-color: #FBDCCB;
}
.TagClassName
{
border-color: #FBDCCB;
}
</style>