Shades of Cinderella #FBD7CC
Tints of Cinderella #FBD7CC
RGB
CMYK
RGB Variations
Color information
#FBD7CC (or 0xFBD7CC) is known color: Cinderella. HEX triplet: FB, D7 and CC. RGB value is (251,215,204). Sum of RGB (Red+Green+Blue) = 251+215+204=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7CC is #042833. Grayscale: #E0E0E0. Windows color (decimal): -272436 or 13424635. OLE color: 13424635.
HSL color Cylindrical-coordinate representation of color #FBD7CC: hue angle of 14.04º 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 #FBD7CC is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 215 | 204 | - |
CMYK | 0 | 0.14 | 0.19 | 0.02 |
HSL | 14.04º | 0.85% | 0.89% | - |
HSV(B) | 14.04º | 0.19% | 0.98% | - |
XYZ | 74.98 | 73.47 | 67.36 | - |
YUV | 224.51 | 116.43 | 146.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 215 | 204 | 0 | 0.14 | 0.19 | 0.02 | 14.04 | 0.85 | 0.89 |
Hex | FB | D7 | CC | 0 | E | 13 | 2 | E | 55 | 59 |
Octal | 373 | 327 | 314 | 0 | 16 | 23 | 2 | 16 | 125 | 131 |
Binary | 11111011 | 11010111 | 11001100 | 0 | 1110 | 10011 | 10 | 1110 | 1010101 | 1011001 |
Color Harmonies of #FBD7CC
Complementary color
Monochromatic Colors of #FBD7CC
Black with #FBD7CC
Text Example
Text Example
White with #FBD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD7CC; }
p { color: rgb(251,215,204); }
H1.HeaderClassName
{
color: #FBD7CC;
}
.AnyTagClassName
{
color: #FBD7CC;
}
</style>
background-color css
<style>
a { background-color: #FBD7CC; }
a { background-color: rgb(251,215,204); }
div.DivClassName
{
background-color: #FBD7CC;
}
.BgClassName
{
background-color: #FBD7CC;
}
</style>
border-color css
<style>
span { border-color: #FBD7CC; }
span { border-color: rgb(251,215,204); }
td.TdClassName
{
border-color: #FBD7CC;
}
.TagClassName
{
border-color: #FBD7CC;
}
</style>