Shades of Cinderella #FBDACC
Tints of Cinderella #FBDACC
RGB
CMYK
RGB Variations
Color information
#FBDACC (or 0xFBDACC) is known color: Cinderella. HEX triplet: FB, DA and CC. RGB value is (251,218,204). Sum of RGB (Red+Green+Blue) = 251+218+204=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACC is #042533. Grayscale: #E2E2E2. Windows color (decimal): -271668 or 13425403. OLE color: 13425403.
HSL color Cylindrical-coordinate representation of color #FBDACC: hue angle of 17.87º degrees, saturation: 0.85, 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 #FBDACC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 204 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.02 |
| HSL | 17.87º | 0.85% | 0.89% | - |
| HSV(B) | 17.87º | 0.19% | 0.98% | - |
| XYZ | 75.75 | 75.01 | 67.61 | - |
| YUV | 226.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 204 | 0 | 0.13 | 0.19 | 0.02 | 17.87 | 0.85 | 0.89 |
| Hex | FB | DA | CC | 0 | D | 13 | 2 | 12 | 55 | 59 |
| Octal | 373 | 332 | 314 | 0 | 15 | 23 | 2 | 22 | 125 | 131 |
| Binary | 11111011 | 11011010 | 11001100 | 0 | 1101 | 10011 | 10 | 10010 | 1010101 | 1011001 |
Color Harmonies of #FBDACC
Complementary color
Monochromatic Colors of #FBDACC
Black with #FBDACC
Text Example
Text Example
White with #FBDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDACC; }
p { color: rgb(251,218,204); }
H1.HeaderClassName
{
color: #FBDACC;
}
.AnyTagClassName
{
color: #FBDACC;
}
</style>
background-color css
<style>
a { background-color: #FBDACC; }
a { background-color: rgb(251,218,204); }
div.DivClassName
{
background-color: #FBDACC;
}
.BgClassName
{
background-color: #FBDACC;
}
</style>
border-color css
<style>
span { border-color: #FBDACC; }
span { border-color: rgb(251,218,204); }
td.TdClassName
{
border-color: #FBDACC;
}
.TagClassName
{
border-color: #FBDACC;
}
</style>