Shades of Cinderella #FBDCCE
Tints of Cinderella #FBDCCE
RGB
CMYK
RGB Variations
Color information
#FBDCCE (or 0xFBDCCE) is known color: Cinderella. HEX triplet: FB, DC and CE. RGB value is (251,220,206). Sum of RGB (Red+Green+Blue) = 251+220+206=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCCE is #042331. Grayscale: #E3E3E3. Windows color (decimal): -271154 or 13556987. OLE color: 13556987.
HSL color Cylindrical-coordinate representation of color #FBDCCE: hue angle of 18.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDCCE is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 206 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 18.67º | 0.85% | 0.9% | - |
| HSV(B) | 18.67º | 0.18% | 0.98% | - |
| XYZ | 76.52 | 76.15 | 69.06 | - |
| YUV | 227.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 206 | 0 | 0.12 | 0.18 | 0.02 | 18.67 | 0.85 | 0.9 |
| Hex | FB | DC | CE | 0 | C | 12 | 2 | 13 | 55 | 5A |
| Octal | 373 | 334 | 316 | 0 | 14 | 22 | 2 | 23 | 125 | 132 |
| Binary | 11111011 | 11011100 | 11001110 | 0 | 1100 | 10010 | 10 | 10011 | 1010101 | 1011010 |
Color Harmonies of #FBDCCE
Complementary color
Monochromatic Colors of #FBDCCE
Black with #FBDCCE
Text Example
Text Example
White with #FBDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCCE; }
p { color: rgb(251,220,206); }
H1.HeaderClassName
{
color: #FBDCCE;
}
.AnyTagClassName
{
color: #FBDCCE;
}
</style>
background-color css
<style>
a { background-color: #FBDCCE; }
a { background-color: rgb(251,220,206); }
div.DivClassName
{
background-color: #FBDCCE;
}
.BgClassName
{
background-color: #FBDCCE;
}
</style>
border-color css
<style>
span { border-color: #FBDCCE; }
span { border-color: rgb(251,220,206); }
td.TdClassName
{
border-color: #FBDCCE;
}
.TagClassName
{
border-color: #FBDCCE;
}
</style>