Shades of Romantic #FBC09B
Tints of Romantic #FBC09B
RGB
CMYK
RGB Variations
Color information
#FBC09B (or 0xFBC09B) is known color: Romantic. HEX triplet: FB, C0 and 9B. RGB value is (251,192,155). Sum of RGB (Red+Green+Blue) = 251+192+155=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC09B is #043F64. Grayscale: #CDCDCD. Windows color (decimal): -278373 or 10207483. OLE color: 10207483.
HSL color Cylindrical-coordinate representation of color #FBC09B: hue angle of 23.12º 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 #FBC09B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 155 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.02 |
| HSL | 23.13º | 0.92% | 0.8% | - |
| HSV(B) | 23.13º | 0.38% | 0.98% | - |
| XYZ | 64.55 | 60.58 | 39.3 | - |
| YUV | 205.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 155 | 0 | 0.24 | 0.38 | 0.02 | 23.13 | 0.92 | 0.8 |
| Hex | FB | C0 | 9B | 0 | 18 | 26 | 2 | 17 | 5C | 50 |
| Octal | 373 | 300 | 233 | 0 | 30 | 46 | 2 | 27 | 134 | 120 |
| Binary | 11111011 | 11000000 | 10011011 | 0 | 11000 | 100110 | 10 | 10111 | 1011100 | 1010000 |
Color Harmonies of #FBC09B
Complementary color
Monochromatic Colors of #FBC09B
Black with #FBC09B
Text Example
Text Example
White with #FBC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC09B; }
p { color: rgb(251,192,155); }
H1.HeaderClassName
{
color: #FBC09B;
}
.AnyTagClassName
{
color: #FBC09B;
}
</style>
background-color css
<style>
a { background-color: #FBC09B; }
a { background-color: rgb(251,192,155); }
div.DivClassName
{
background-color: #FBC09B;
}
.BgClassName
{
background-color: #FBC09B;
}
</style>
border-color css
<style>
span { border-color: #FBC09B; }
span { border-color: rgb(251,192,155); }
td.TdClassName
{
border-color: #FBC09B;
}
.TagClassName
{
border-color: #FBC09B;
}
</style>