Shades of Romantic #FBC59B
Tints of Romantic #FBC59B
RGB
CMYK
RGB Variations
Color information
#FBC59B (or 0xFBC59B) is known color: Romantic. HEX triplet: FB, C5 and 9B. RGB value is (251,197,155). Sum of RGB (Red+Green+Blue) = 251+197+155=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC59B is #043A64. Grayscale: #D0D0D0. Windows color (decimal): -277093 or 10208763. OLE color: 10208763.
HSL color Cylindrical-coordinate representation of color #FBC59B: hue angle of 26.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBC59B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 155 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.02 |
| HSL | 26.25º | 0.92% | 0.8% | - |
| HSV(B) | 26.25º | 0.38% | 0.98% | - |
| XYZ | 65.67 | 62.81 | 39.67 | - |
| YUV | 208.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 155 | 0 | 0.22 | 0.38 | 0.02 | 26.25 | 0.92 | 0.8 |
| Hex | FB | C5 | 9B | 0 | 16 | 26 | 2 | 1A | 5C | 50 |
| Octal | 373 | 305 | 233 | 0 | 26 | 46 | 2 | 32 | 134 | 120 |
| Binary | 11111011 | 11000101 | 10011011 | 0 | 10110 | 100110 | 10 | 11010 | 1011100 | 1010000 |
Color Harmonies of #FBC59B
Complementary color
Monochromatic Colors of #FBC59B
Black with #FBC59B
Text Example
Text Example
White with #FBC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC59B; }
p { color: rgb(251,197,155); }
H1.HeaderClassName
{
color: #FBC59B;
}
.AnyTagClassName
{
color: #FBC59B;
}
</style>
background-color css
<style>
a { background-color: #FBC59B; }
a { background-color: rgb(251,197,155); }
div.DivClassName
{
background-color: #FBC59B;
}
.BgClassName
{
background-color: #FBC59B;
}
</style>
border-color css
<style>
span { border-color: #FBC59B; }
span { border-color: rgb(251,197,155); }
td.TdClassName
{
border-color: #FBC59B;
}
.TagClassName
{
border-color: #FBC59B;
}
</style>