Shades of Romantic #FBC098
Tints of Romantic #FBC098
RGB
CMYK
RGB Variations
Color information
#FBC098 (or 0xFBC098) is known color: Romantic. HEX triplet: FB, C0 and 98. RGB value is (251,192,152). Sum of RGB (Red+Green+Blue) = 251+192+152=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC098 is #043F67. Grayscale: #CDCDCD. Windows color (decimal): -278376 or 10010875. OLE color: 10010875.
HSL color Cylindrical-coordinate representation of color #FBC098: hue angle of 24.24º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBC098 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 152 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.02 |
| HSL | 24.24º | 0.93% | 0.79% | - |
| HSV(B) | 24.24º | 0.39% | 0.98% | - |
| XYZ | 64.3 | 60.48 | 37.99 | - |
| YUV | 205.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 152 | 0 | 0.24 | 0.39 | 0.02 | 24.24 | 0.93 | 0.79 |
| Hex | FB | C0 | 98 | 0 | 18 | 27 | 2 | 18 | 5D | 4F |
| Octal | 373 | 300 | 230 | 0 | 30 | 47 | 2 | 30 | 135 | 117 |
| Binary | 11111011 | 11000000 | 10011000 | 0 | 11000 | 100111 | 10 | 11000 | 1011101 | 1001111 |
Color Harmonies of #FBC098
Complementary color
Monochromatic Colors of #FBC098
Black with #FBC098
Text Example
Text Example
White with #FBC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC098; }
p { color: rgb(251,192,152); }
H1.HeaderClassName
{
color: #FBC098;
}
.AnyTagClassName
{
color: #FBC098;
}
</style>
background-color css
<style>
a { background-color: #FBC098; }
a { background-color: rgb(251,192,152); }
div.DivClassName
{
background-color: #FBC098;
}
.BgClassName
{
background-color: #FBC098;
}
</style>
border-color css
<style>
span { border-color: #FBC098; }
span { border-color: rgb(251,192,152); }
td.TdClassName
{
border-color: #FBC098;
}
.TagClassName
{
border-color: #FBC098;
}
</style>