Shades of Romantic #FBC297
Tints of Romantic #FBC297
RGB
CMYK
RGB Variations
Color information
#FBC297 (or 0xFBC297) is known color: Romantic. HEX triplet: FB, C2 and 97. RGB value is (251,194,151). Sum of RGB (Red+Green+Blue) = 251+194+151=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC297 is #043D68. Grayscale: #CECECE. Windows color (decimal): -277865 or 9945851. OLE color: 9945851.
HSL color Cylindrical-coordinate representation of color #FBC297: hue angle of 25.8º 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 #FBC297 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 151 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.02 |
| HSL | 25.8º | 0.93% | 0.79% | - |
| HSV(B) | 25.8º | 0.4% | 0.98% | - |
| XYZ | 64.66 | 61.33 | 37.71 | - |
| YUV | 206.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 151 | 0 | 0.23 | 0.40 | 0.02 | 25.8 | 0.93 | 0.79 |
| Hex | FB | C2 | 97 | 0 | 17 | 28 | 2 | 1A | 5D | 4F |
| Octal | 373 | 302 | 227 | 0 | 27 | 50 | 2 | 32 | 135 | 117 |
| Binary | 11111011 | 11000010 | 10010111 | 0 | 10111 | 101000 | 10 | 11010 | 1011101 | 1001111 |
Color Harmonies of #FBC297
Complementary color
Monochromatic Colors of #FBC297
Black with #FBC297
Text Example
Text Example
White with #FBC297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC297; }
p { color: rgb(251,194,151); }
H1.HeaderClassName
{
color: #FBC297;
}
.AnyTagClassName
{
color: #FBC297;
}
</style>
background-color css
<style>
a { background-color: #FBC297; }
a { background-color: rgb(251,194,151); }
div.DivClassName
{
background-color: #FBC297;
}
.BgClassName
{
background-color: #FBC297;
}
</style>
border-color css
<style>
span { border-color: #FBC297; }
span { border-color: rgb(251,194,151); }
td.TdClassName
{
border-color: #FBC297;
}
.TagClassName
{
border-color: #FBC297;
}
</style>