Shades of Classic Rose #FBC7DD
Tints of Classic Rose #FBC7DD
RGB
CMYK
RGB Variations
Color information
#FBC7DD (or 0xFBC7DD) is known color: Classic Rose. HEX triplet: FB, C7 and DD. RGB value is (251,199,221). Sum of RGB (Red+Green+Blue) = 251+199+221=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7DD is #043822. Grayscale: #D9D9D9. Windows color (decimal): -276515 or 14534651. OLE color: 14534651.
HSL color Cylindrical-coordinate representation of color #FBC7DD: hue angle of 334.62º 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 #FBC7DD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 221 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 334.62º | 0.87% | 0.88% | - |
| HSV(B) | 334.62º | 0.21% | 0.98% | - |
| XYZ | 73.26 | 66.58 | 77.4 | - |
| YUV | 217.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 221 | 0 | 0.21 | 0.12 | 0.02 | 334.62 | 0.87 | 0.88 |
| Hex | FB | C7 | DD | 0 | 15 | C | 2 | 14F | 57 | 58 |
| Octal | 373 | 307 | 335 | 0 | 25 | 14 | 2 | 517 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11011101 | 0 | 10101 | 1100 | 10 | 101001111 | 1010111 | 1011000 |
Color Harmonies of #FBC7DD
Complementary color
Monochromatic Colors of #FBC7DD
Black with #FBC7DD
Text Example
Text Example
White with #FBC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7DD; }
p { color: rgb(251,199,221); }
H1.HeaderClassName
{
color: #FBC7DD;
}
.AnyTagClassName
{
color: #FBC7DD;
}
</style>
background-color css
<style>
a { background-color: #FBC7DD; }
a { background-color: rgb(251,199,221); }
div.DivClassName
{
background-color: #FBC7DD;
}
.BgClassName
{
background-color: #FBC7DD;
}
</style>
border-color css
<style>
span { border-color: #FBC7DD; }
span { border-color: rgb(251,199,221); }
td.TdClassName
{
border-color: #FBC7DD;
}
.TagClassName
{
border-color: #FBC7DD;
}
</style>