Shades of Romantic #FBC69E
Tints of Romantic #FBC69E
RGB
CMYK
RGB Variations
Color information
#FBC69E (or 0xFBC69E) is known color: Romantic. HEX triplet: FB, C6 and 9E. RGB value is (251,198,158). Sum of RGB (Red+Green+Blue) = 251+198+158=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC69E is #043961. Grayscale: #D1D1D1. Windows color (decimal): -276834 or 10405627. OLE color: 10405627.
HSL color Cylindrical-coordinate representation of color #FBC69E: hue angle of 25.81º 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 #FBC69E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 158 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.02 |
| HSL | 25.81º | 0.92% | 0.8% | - |
| HSV(B) | 25.81º | 0.37% | 0.98% | - |
| XYZ | 66.15 | 63.37 | 41.09 | - |
| YUV | 209.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 158 | 0 | 0.21 | 0.37 | 0.02 | 25.81 | 0.92 | 0.8 |
| Hex | FB | C6 | 9E | 0 | 15 | 25 | 2 | 1A | 5C | 50 |
| Octal | 373 | 306 | 236 | 0 | 25 | 45 | 2 | 32 | 134 | 120 |
| Binary | 11111011 | 11000110 | 10011110 | 0 | 10101 | 100101 | 10 | 11010 | 1011100 | 1010000 |
Color Harmonies of #FBC69E
Complementary color
Monochromatic Colors of #FBC69E
Black with #FBC69E
Text Example
Text Example
White with #FBC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC69E; }
p { color: rgb(251,198,158); }
H1.HeaderClassName
{
color: #FBC69E;
}
.AnyTagClassName
{
color: #FBC69E;
}
</style>
background-color css
<style>
a { background-color: #FBC69E; }
a { background-color: rgb(251,198,158); }
div.DivClassName
{
background-color: #FBC69E;
}
.BgClassName
{
background-color: #FBC69E;
}
</style>
border-color css
<style>
span { border-color: #FBC69E; }
span { border-color: rgb(251,198,158); }
td.TdClassName
{
border-color: #FBC69E;
}
.TagClassName
{
border-color: #FBC69E;
}
</style>