Shades of Classic Rose #FBC5DB
Tints of Classic Rose #FBC5DB
RGB
CMYK
RGB Variations
Color information
#FBC5DB (or 0xFBC5DB) is known color: Classic Rose. HEX triplet: FB, C5 and DB. RGB value is (251,197,219). Sum of RGB (Red+Green+Blue) = 251+197+219=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5DB is #043A24. Grayscale: #D7D7D7. Windows color (decimal): -277029 or 14403067. OLE color: 14403067.
HSL color Cylindrical-coordinate representation of color #FBC5DB: hue angle of 335.56º 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 #FBC5DB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 197 | 219 | - |
CMYK | 0 | 0.22 | 0.13 | 0.02 |
HSL | 335.56º | 0.87% | 0.88% | - |
HSV(B) | 335.56º | 0.22% | 0.98% | - |
XYZ | 72.54 | 65.56 | 75.85 | - |
YUV | 215.65 | 129.89 | 153.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 197 | 219 | 0 | 0.22 | 0.13 | 0.02 | 335.56 | 0.87 | 0.88 |
Hex | FB | C5 | DB | 0 | 16 | D | 2 | 150 | 57 | 58 |
Octal | 373 | 305 | 333 | 0 | 26 | 15 | 2 | 520 | 127 | 130 |
Binary | 11111011 | 11000101 | 11011011 | 0 | 10110 | 1101 | 10 | 101010000 | 1010111 | 1011000 |
Color Harmonies of #FBC5DB
Complementary color
Monochromatic Colors of #FBC5DB
Black with #FBC5DB
Text Example
Text Example
White with #FBC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5DB; }
p { color: rgb(251,197,219); }
H1.HeaderClassName
{
color: #FBC5DB;
}
.AnyTagClassName
{
color: #FBC5DB;
}
</style>
background-color css
<style>
a { background-color: #FBC5DB; }
a { background-color: rgb(251,197,219); }
div.DivClassName
{
background-color: #FBC5DB;
}
.BgClassName
{
background-color: #FBC5DB;
}
</style>
border-color css
<style>
span { border-color: #FBC5DB; }
span { border-color: rgb(251,197,219); }
td.TdClassName
{
border-color: #FBC5DB;
}
.TagClassName
{
border-color: #FBC5DB;
}
</style>