Shades of Romantic #FBC69D
Tints of Romantic #FBC69D
RGB
CMYK
RGB Variations
Color information
#FBC69D (or 0xFBC69D) is known color: Romantic. HEX triplet: FB, C6 and 9D. RGB value is (251,198,157). Sum of RGB (Red+Green+Blue) = 251+198+157=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC69D is #043962. Grayscale: #D1D1D1. Windows color (decimal): -276835 or 10340091. OLE color: 10340091.
HSL color Cylindrical-coordinate representation of color #FBC69D: hue angle of 26.17º 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 #FBC69D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 157 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.02 |
| HSL | 26.17º | 0.92% | 0.8% | - |
| HSV(B) | 26.17º | 0.37% | 0.98% | - |
| XYZ | 66.06 | 63.33 | 40.64 | - |
| YUV | 209.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 157 | 0 | 0.21 | 0.37 | 0.02 | 26.17 | 0.92 | 0.8 |
| Hex | FB | C6 | 9D | 0 | 15 | 25 | 2 | 1A | 5C | 50 |
| Octal | 373 | 306 | 235 | 0 | 25 | 45 | 2 | 32 | 134 | 120 |
| Binary | 11111011 | 11000110 | 10011101 | 0 | 10101 | 100101 | 10 | 11010 | 1011100 | 1010000 |
Color Harmonies of #FBC69D
Complementary color
Monochromatic Colors of #FBC69D
Black with #FBC69D
Text Example
Text Example
White with #FBC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC69D; }
p { color: rgb(251,198,157); }
H1.HeaderClassName
{
color: #FBC69D;
}
.AnyTagClassName
{
color: #FBC69D;
}
</style>
background-color css
<style>
a { background-color: #FBC69D; }
a { background-color: rgb(251,198,157); }
div.DivClassName
{
background-color: #FBC69D;
}
.BgClassName
{
background-color: #FBC69D;
}
</style>
border-color css
<style>
span { border-color: #FBC69D; }
span { border-color: rgb(251,198,157); }
td.TdClassName
{
border-color: #FBC69D;
}
.TagClassName
{
border-color: #FBC69D;
}
</style>