Shades of Romantic #FBC192
Tints of Romantic #FBC192
RGB
CMYK
RGB Variations
Color information
#FBC192 (or 0xFBC192) is known color: Romantic. HEX triplet: FB, C1 and 92. RGB value is (251,193,146). Sum of RGB (Red+Green+Blue) = 251+193+146=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC192 is #043E6D. Grayscale: #CDCDCD. Windows color (decimal): -278126 or 9617915. OLE color: 9617915.
HSL color Cylindrical-coordinate representation of color #FBC192: hue angle of 26.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBC192 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 146 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.02 |
| HSL | 26.86º | 0.93% | 0.78% | - |
| HSV(B) | 26.86º | 0.42% | 0.98% | - |
| XYZ | 64.04 | 60.72 | 35.54 | - |
| YUV | 204.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 146 | 0 | 0.23 | 0.42 | 0.02 | 26.86 | 0.93 | 0.78 |
| Hex | FB | C1 | 92 | 0 | 17 | 2A | 2 | 1B | 5D | 4E |
| Octal | 373 | 301 | 222 | 0 | 27 | 52 | 2 | 33 | 135 | 116 |
| Binary | 11111011 | 11000001 | 10010010 | 0 | 10111 | 101010 | 10 | 11011 | 1011101 | 1001110 |
Color Harmonies of #FBC192
Complementary color
Monochromatic Colors of #FBC192
Black with #FBC192
Text Example
Text Example
White with #FBC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC192; }
p { color: rgb(251,193,146); }
H1.HeaderClassName
{
color: #FBC192;
}
.AnyTagClassName
{
color: #FBC192;
}
</style>
background-color css
<style>
a { background-color: #FBC192; }
a { background-color: rgb(251,193,146); }
div.DivClassName
{
background-color: #FBC192;
}
.BgClassName
{
background-color: #FBC192;
}
</style>
border-color css
<style>
span { border-color: #FBC192; }
span { border-color: rgb(251,193,146); }
td.TdClassName
{
border-color: #FBC192;
}
.TagClassName
{
border-color: #FBC192;
}
</style>