Shades of Romantic #FBC09E
Tints of Romantic #FBC09E
RGB
CMYK
RGB Variations
Color information
#FBC09E (or 0xFBC09E) is known color: Romantic. HEX triplet: FB, C0 and 9E. RGB value is (251,192,158). Sum of RGB (Red+Green+Blue) = 251+192+158=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC09E is #043F61. Grayscale: #CDCDCD. Windows color (decimal): -278370 or 10404091. OLE color: 10404091.
HSL color Cylindrical-coordinate representation of color #FBC09E: hue angle of 21.94º 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 #FBC09E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 158 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.02 |
| HSL | 21.94º | 0.92% | 0.8% | - |
| HSV(B) | 21.94º | 0.37% | 0.98% | - |
| XYZ | 64.8 | 60.68 | 40.64 | - |
| YUV | 205.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 158 | 0 | 0.24 | 0.37 | 0.02 | 21.94 | 0.92 | 0.8 |
| Hex | FB | C0 | 9E | 0 | 18 | 25 | 2 | 16 | 5C | 50 |
| Octal | 373 | 300 | 236 | 0 | 30 | 45 | 2 | 26 | 134 | 120 |
| Binary | 11111011 | 11000000 | 10011110 | 0 | 11000 | 100101 | 10 | 10110 | 1011100 | 1010000 |
Color Harmonies of #FBC09E
Complementary color
Monochromatic Colors of #FBC09E
Black with #FBC09E
Text Example
Text Example
White with #FBC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC09E; }
p { color: rgb(251,192,158); }
H1.HeaderClassName
{
color: #FBC09E;
}
.AnyTagClassName
{
color: #FBC09E;
}
</style>
background-color css
<style>
a { background-color: #FBC09E; }
a { background-color: rgb(251,192,158); }
div.DivClassName
{
background-color: #FBC09E;
}
.BgClassName
{
background-color: #FBC09E;
}
</style>
border-color css
<style>
span { border-color: #FBC09E; }
span { border-color: rgb(251,192,158); }
td.TdClassName
{
border-color: #FBC09E;
}
.TagClassName
{
border-color: #FBC09E;
}
</style>