Shades of Cinderella #FBDDCD
Tints of Cinderella #FBDDCD
RGB
CMYK
RGB Variations
Color information
#FBDDCD (or 0xFBDDCD) is known color: Cinderella. HEX triplet: FB, DD and CD. RGB value is (251,221,205). Sum of RGB (Red+Green+Blue) = 251+221+205=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCD is #042232. Grayscale: #E4E4E4. Windows color (decimal): -270899 or 13491707. OLE color: 13491707.
HSL color Cylindrical-coordinate representation of color #FBDDCD: hue angle of 20.87º 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 #FBDDCD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 205 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 20.87º | 0.85% | 0.89% | - |
| HSV(B) | 20.87º | 0.18% | 0.98% | - |
| XYZ | 76.66 | 76.63 | 68.51 | - |
| YUV | 228.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 205 | 0 | 0.12 | 0.18 | 0.02 | 20.87 | 0.85 | 0.89 |
| Hex | FB | DD | CD | 0 | C | 12 | 2 | 15 | 55 | 59 |
| Octal | 373 | 335 | 315 | 0 | 14 | 22 | 2 | 25 | 125 | 131 |
| Binary | 11111011 | 11011101 | 11001101 | 0 | 1100 | 10010 | 10 | 10101 | 1010101 | 1011001 |
Color Harmonies of #FBDDCD
Complementary color
Monochromatic Colors of #FBDDCD
Black with #FBDDCD
Text Example
Text Example
White with #FBDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDCD; }
p { color: rgb(251,221,205); }
H1.HeaderClassName
{
color: #FBDDCD;
}
.AnyTagClassName
{
color: #FBDDCD;
}
</style>
background-color css
<style>
a { background-color: #FBDDCD; }
a { background-color: rgb(251,221,205); }
div.DivClassName
{
background-color: #FBDDCD;
}
.BgClassName
{
background-color: #FBDDCD;
}
</style>
border-color css
<style>
span { border-color: #FBDDCD; }
span { border-color: rgb(251,221,205); }
td.TdClassName
{
border-color: #FBDDCD;
}
.TagClassName
{
border-color: #FBDDCD;
}
</style>