Shades of Cinderella #FBD2C7
Tints of Cinderella #FBD2C7
RGB
CMYK
RGB Variations
Color information
#FBD2C7 (or 0xFBD2C7) is known color: Cinderella. HEX triplet: FB, D2 and C7. RGB value is (251,210,199). Sum of RGB (Red+Green+Blue) = 251+210+199=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2C7 is #042D38. Grayscale: #DDDDDD. Windows color (decimal): -273721 or 13095675. OLE color: 13095675.
HSL color Cylindrical-coordinate representation of color #FBD2C7: hue angle of 12.69º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBD2C7 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 199 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.02 |
| HSL | 12.69º | 0.87% | 0.88% | - |
| HSV(B) | 12.69º | 0.21% | 0.98% | - |
| XYZ | 73.14 | 70.73 | 63.83 | - |
| YUV | 221.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 199 | 0 | 0.16 | 0.21 | 0.02 | 12.69 | 0.87 | 0.88 |
| Hex | FB | D2 | C7 | 0 | 10 | 15 | 2 | D | 57 | 58 |
| Octal | 373 | 322 | 307 | 0 | 20 | 25 | 2 | 15 | 127 | 130 |
| Binary | 11111011 | 11010010 | 11000111 | 0 | 10000 | 10101 | 10 | 1101 | 1010111 | 1011000 |
Color Harmonies of #FBD2C7
Complementary color
Monochromatic Colors of #FBD2C7
Black with #FBD2C7
Text Example
Text Example
White with #FBD2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2C7; }
p { color: rgb(251,210,199); }
H1.HeaderClassName
{
color: #FBD2C7;
}
.AnyTagClassName
{
color: #FBD2C7;
}
</style>
background-color css
<style>
a { background-color: #FBD2C7; }
a { background-color: rgb(251,210,199); }
div.DivClassName
{
background-color: #FBD2C7;
}
.BgClassName
{
background-color: #FBD2C7;
}
</style>
border-color css
<style>
span { border-color: #FBD2C7; }
span { border-color: rgb(251,210,199); }
td.TdClassName
{
border-color: #FBD2C7;
}
.TagClassName
{
border-color: #FBD2C7;
}
</style>