Shades of Cinderella #FBDACE
Tints of Cinderella #FBDACE
RGB
CMYK
RGB Variations
Color information
#FBDACE (or 0xFBDACE) is known color: Cinderella. HEX triplet: FB, DA and CE. RGB value is (251,218,206). Sum of RGB (Red+Green+Blue) = 251+218+206=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACE is #042531. Grayscale: #E2E2E2. Windows color (decimal): -271666 or 13556475. OLE color: 13556475.
HSL color Cylindrical-coordinate representation of color #FBDACE: hue angle of 16º 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 #FBDACE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 206 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 16º | 0.85% | 0.9% | - |
| HSV(B) | 16º | 0.18% | 0.98% | - |
| XYZ | 76 | 75.11 | 68.88 | - |
| YUV | 226.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 206 | 0 | 0.13 | 0.18 | 0.02 | 16 | 0.85 | 0.9 |
| Hex | FB | DA | CE | 0 | D | 12 | 2 | 10 | 55 | 5A |
| Octal | 373 | 332 | 316 | 0 | 15 | 22 | 2 | 20 | 125 | 132 |
| Binary | 11111011 | 11011010 | 11001110 | 0 | 1101 | 10010 | 10 | 10000 | 1010101 | 1011010 |
Color Harmonies of #FBDACE
Complementary color
Monochromatic Colors of #FBDACE
Black with #FBDACE
Text Example
Text Example
White with #FBDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDACE; }
p { color: rgb(251,218,206); }
H1.HeaderClassName
{
color: #FBDACE;
}
.AnyTagClassName
{
color: #FBDACE;
}
</style>
background-color css
<style>
a { background-color: #FBDACE; }
a { background-color: rgb(251,218,206); }
div.DivClassName
{
background-color: #FBDACE;
}
.BgClassName
{
background-color: #FBDACE;
}
</style>
border-color css
<style>
span { border-color: #FBDACE; }
span { border-color: rgb(251,218,206); }
td.TdClassName
{
border-color: #FBDACE;
}
.TagClassName
{
border-color: #FBDACE;
}
</style>