Shades of Cinderella #FBDACD
Tints of Cinderella #FBDACD
RGB
CMYK
RGB Variations
Color information
#FBDACD (or 0xFBDACD) is known color: Cinderella. HEX triplet: FB, DA and CD. RGB value is (251,218,205). Sum of RGB (Red+Green+Blue) = 251+218+205=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACD is #042532. Grayscale: #E2E2E2. Windows color (decimal): -271667 or 13490939. OLE color: 13490939.
HSL color Cylindrical-coordinate representation of color #FBDACD: hue angle of 16.96º 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 #FBDACD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 205 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 16.96º | 0.85% | 0.89% | - |
| HSV(B) | 16.96º | 0.18% | 0.98% | - |
| XYZ | 75.87 | 75.06 | 68.25 | - |
| YUV | 226.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 205 | 0 | 0.13 | 0.18 | 0.02 | 16.96 | 0.85 | 0.89 |
| Hex | FB | DA | CD | 0 | D | 12 | 2 | 11 | 55 | 59 |
| Octal | 373 | 332 | 315 | 0 | 15 | 22 | 2 | 21 | 125 | 131 |
| Binary | 11111011 | 11011010 | 11001101 | 0 | 1101 | 10010 | 10 | 10001 | 1010101 | 1011001 |
Color Harmonies of #FBDACD
Complementary color
Monochromatic Colors of #FBDACD
Black with #FBDACD
Text Example
Text Example
White with #FBDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDACD; }
p { color: rgb(251,218,205); }
H1.HeaderClassName
{
color: #FBDACD;
}
.AnyTagClassName
{
color: #FBDACD;
}
</style>
background-color css
<style>
a { background-color: #FBDACD; }
a { background-color: rgb(251,218,205); }
div.DivClassName
{
background-color: #FBDACD;
}
.BgClassName
{
background-color: #FBDACD;
}
</style>
border-color css
<style>
span { border-color: #FBDACD; }
span { border-color: rgb(251,218,205); }
td.TdClassName
{
border-color: #FBDACD;
}
.TagClassName
{
border-color: #FBDACD;
}
</style>