Shades of Classic Rose #FBC5D8
Tints of Classic Rose #FBC5D8
RGB
CMYK
RGB Variations
Color information
#FBC5D8 (or 0xFBC5D8) is known color: Classic Rose. HEX triplet: FB, C5 and D8. RGB value is (251,197,216). Sum of RGB (Red+Green+Blue) = 251+197+216=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5D8 is #043A27. Grayscale: #D7D7D7. Windows color (decimal): -277032 or 14206459. OLE color: 14206459.
HSL color Cylindrical-coordinate representation of color #FBC5D8: hue angle of 338.89º 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 #FBC5D8 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 216 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.02 |
| HSL | 338.89º | 0.87% | 0.88% | - |
| HSV(B) | 338.89º | 0.22% | 0.98% | - |
| XYZ | 72.14 | 65.4 | 73.79 | - |
| YUV | 215.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 216 | 0 | 0.22 | 0.14 | 0.02 | 338.89 | 0.87 | 0.88 |
| Hex | FB | C5 | D8 | 0 | 16 | E | 2 | 153 | 57 | 58 |
| Octal | 373 | 305 | 330 | 0 | 26 | 16 | 2 | 523 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11011000 | 0 | 10110 | 1110 | 10 | 101010011 | 1010111 | 1011000 |
Color Harmonies of #FBC5D8
Complementary color
Monochromatic Colors of #FBC5D8
Black with #FBC5D8
Text Example
Text Example
White with #FBC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5D8; }
p { color: rgb(251,197,216); }
H1.HeaderClassName
{
color: #FBC5D8;
}
.AnyTagClassName
{
color: #FBC5D8;
}
</style>
background-color css
<style>
a { background-color: #FBC5D8; }
a { background-color: rgb(251,197,216); }
div.DivClassName
{
background-color: #FBC5D8;
}
.BgClassName
{
background-color: #FBC5D8;
}
</style>
border-color css
<style>
span { border-color: #FBC5D8; }
span { border-color: rgb(251,197,216); }
td.TdClassName
{
border-color: #FBC5D8;
}
.TagClassName
{
border-color: #FBC5D8;
}
</style>