Shades of Romantic #FBC99F
Tints of Romantic #FBC99F
RGB
CMYK
RGB Variations
Color information
#FBC99F (or 0xFBC99F) is known color: Romantic. HEX triplet: FB, C9 and 9F. RGB value is (251,201,159). Sum of RGB (Red+Green+Blue) = 251+201+159=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99F is #043660. Grayscale: #D3D3D3. Windows color (decimal): -276065 or 10471931. OLE color: 10471931.
HSL color Cylindrical-coordinate representation of color #FBC99F: hue angle of 27.39º 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 #FBC99F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 159 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.02 |
| HSL | 27.39º | 0.92% | 0.8% | - |
| HSV(B) | 27.39º | 0.37% | 0.98% | - |
| XYZ | 66.93 | 64.79 | 41.78 | - |
| YUV | 211.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 159 | 0 | 0.20 | 0.37 | 0.02 | 27.39 | 0.92 | 0.8 |
| Hex | FB | C9 | 9F | 0 | 14 | 25 | 2 | 1B | 5C | 50 |
| Octal | 373 | 311 | 237 | 0 | 24 | 45 | 2 | 33 | 134 | 120 |
| Binary | 11111011 | 11001001 | 10011111 | 0 | 10100 | 100101 | 10 | 11011 | 1011100 | 1010000 |
Color Harmonies of #FBC99F
Complementary color
Monochromatic Colors of #FBC99F
Black with #FBC99F
Text Example
Text Example
White with #FBC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC99F; }
p { color: rgb(251,201,159); }
H1.HeaderClassName
{
color: #FBC99F;
}
.AnyTagClassName
{
color: #FBC99F;
}
</style>
background-color css
<style>
a { background-color: #FBC99F; }
a { background-color: rgb(251,201,159); }
div.DivClassName
{
background-color: #FBC99F;
}
.BgClassName
{
background-color: #FBC99F;
}
</style>
border-color css
<style>
span { border-color: #FBC99F; }
span { border-color: rgb(251,201,159); }
td.TdClassName
{
border-color: #FBC99F;
}
.TagClassName
{
border-color: #FBC99F;
}
</style>