Shades of Romantic #FBC89F
Tints of Romantic #FBC89F
RGB
CMYK
RGB Variations
Color information
#FBC89F (or 0xFBC89F) is known color: Romantic. HEX triplet: FB, C8 and 9F. RGB value is (251,200,159). Sum of RGB (Red+Green+Blue) = 251+200+159=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC89F is #043760. Grayscale: #D2D2D2. Windows color (decimal): -276321 or 10471675. OLE color: 10471675.
HSL color Cylindrical-coordinate representation of color #FBC89F: hue angle of 26.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBC89F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 159 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.02 |
| HSL | 26.74º | 0.92% | 0.8% | - |
| HSV(B) | 26.74º | 0.37% | 0.98% | - |
| XYZ | 66.7 | 64.32 | 41.7 | - |
| YUV | 210.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 159 | 0 | 0.20 | 0.37 | 0.02 | 26.74 | 0.92 | 0.8 |
| Hex | FB | C8 | 9F | 0 | 14 | 25 | 2 | 1B | 5C | 50 |
| Octal | 373 | 310 | 237 | 0 | 24 | 45 | 2 | 33 | 134 | 120 |
| Binary | 11111011 | 11001000 | 10011111 | 0 | 10100 | 100101 | 10 | 11011 | 1011100 | 1010000 |
Color Harmonies of #FBC89F
Complementary color
Monochromatic Colors of #FBC89F
Black with #FBC89F
Text Example
Text Example
White with #FBC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC89F; }
p { color: rgb(251,200,159); }
H1.HeaderClassName
{
color: #FBC89F;
}
.AnyTagClassName
{
color: #FBC89F;
}
</style>
background-color css
<style>
a { background-color: #FBC89F; }
a { background-color: rgb(251,200,159); }
div.DivClassName
{
background-color: #FBC89F;
}
.BgClassName
{
background-color: #FBC89F;
}
</style>
border-color css
<style>
span { border-color: #FBC89F; }
span { border-color: rgb(251,200,159); }
td.TdClassName
{
border-color: #FBC89F;
}
.TagClassName
{
border-color: #FBC89F;
}
</style>