Shades of Classic Rose #FBC5D9
Tints of Classic Rose #FBC5D9
RGB
CMYK
RGB Variations
Color information
#FBC5D9 (or 0xFBC5D9) is known color: Classic Rose. HEX triplet: FB, C5 and D9. RGB value is (251,197,217). Sum of RGB (Red+Green+Blue) = 251+197+217=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5D9 is #043A26. Grayscale: #D7D7D7. Windows color (decimal): -277031 or 14271995. OLE color: 14271995.
HSL color Cylindrical-coordinate representation of color #FBC5D9: hue angle of 337.78º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5D9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 217 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.02 |
| HSL | 337.78º | 0.87% | 0.88% | - |
| HSV(B) | 337.78º | 0.22% | 0.98% | - |
| XYZ | 72.27 | 65.45 | 74.47 | - |
| YUV | 215.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 217 | 0 | 0.22 | 0.14 | 0.02 | 337.78 | 0.87 | 0.88 |
| Hex | FB | C5 | D9 | 0 | 16 | E | 2 | 152 | 57 | 58 |
| Octal | 373 | 305 | 331 | 0 | 26 | 16 | 2 | 522 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11011001 | 0 | 10110 | 1110 | 10 | 101010010 | 1010111 | 1011000 |
Color Harmonies of #FBC5D9
Complementary color
Monochromatic Colors of #FBC5D9
Black with #FBC5D9
Text Example
Text Example
White with #FBC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5D9; }
p { color: rgb(251,197,217); }
H1.HeaderClassName
{
color: #FBC5D9;
}
.AnyTagClassName
{
color: #FBC5D9;
}
</style>
background-color css
<style>
a { background-color: #FBC5D9; }
a { background-color: rgb(251,197,217); }
div.DivClassName
{
background-color: #FBC5D9;
}
.BgClassName
{
background-color: #FBC5D9;
}
</style>
border-color css
<style>
span { border-color: #FBC5D9; }
span { border-color: rgb(251,197,217); }
td.TdClassName
{
border-color: #FBC5D9;
}
.TagClassName
{
border-color: #FBC5D9;
}
</style>