Shades of Romantic #FBC197
Tints of Romantic #FBC197
RGB
CMYK
RGB Variations
Color information
#FBC197 (or 0xFBC197) is known color: Romantic. HEX triplet: FB, C1 and 97. RGB value is (251,193,151). Sum of RGB (Red+Green+Blue) = 251+193+151=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC197 is #043E68. Grayscale: #CDCDCD. Windows color (decimal): -278121 or 9945595. OLE color: 9945595.
HSL color Cylindrical-coordinate representation of color #FBC197: hue angle of 25.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBC197 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 151 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.02 |
| HSL | 25.2º | 0.93% | 0.79% | - |
| HSV(B) | 25.2º | 0.4% | 0.98% | - |
| XYZ | 64.44 | 60.88 | 37.63 | - |
| YUV | 205.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 151 | 0 | 0.23 | 0.40 | 0.02 | 25.2 | 0.93 | 0.79 |
| Hex | FB | C1 | 97 | 0 | 17 | 28 | 2 | 19 | 5D | 4F |
| Octal | 373 | 301 | 227 | 0 | 27 | 50 | 2 | 31 | 135 | 117 |
| Binary | 11111011 | 11000001 | 10010111 | 0 | 10111 | 101000 | 10 | 11001 | 1011101 | 1001111 |
Color Harmonies of #FBC197
Complementary color
Monochromatic Colors of #FBC197
Black with #FBC197
Text Example
Text Example
White with #FBC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC197; }
p { color: rgb(251,193,151); }
H1.HeaderClassName
{
color: #FBC197;
}
.AnyTagClassName
{
color: #FBC197;
}
</style>
background-color css
<style>
a { background-color: #FBC197; }
a { background-color: rgb(251,193,151); }
div.DivClassName
{
background-color: #FBC197;
}
.BgClassName
{
background-color: #FBC197;
}
</style>
border-color css
<style>
span { border-color: #FBC197; }
span { border-color: rgb(251,193,151); }
td.TdClassName
{
border-color: #FBC197;
}
.TagClassName
{
border-color: #FBC197;
}
</style>