Shades of Romantic #FBC09D
Tints of Romantic #FBC09D
RGB
CMYK
RGB Variations
Color information
#FBC09D (or 0xFBC09D) is known color: Romantic. HEX triplet: FB, C0 and 9D. RGB value is (251,192,157). Sum of RGB (Red+Green+Blue) = 251+192+157=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC09D is #043F62. Grayscale: #CDCDCD. Windows color (decimal): -278371 or 10338555. OLE color: 10338555.
HSL color Cylindrical-coordinate representation of color #FBC09D: hue angle of 22.34º 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 #FBC09D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 157 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.02 |
| HSL | 22.34º | 0.92% | 0.8% | - |
| HSV(B) | 22.34º | 0.37% | 0.98% | - |
| XYZ | 64.72 | 60.64 | 40.19 | - |
| YUV | 205.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 157 | 0 | 0.24 | 0.37 | 0.02 | 22.34 | 0.92 | 0.8 |
| Hex | FB | C0 | 9D | 0 | 18 | 25 | 2 | 16 | 5C | 50 |
| Octal | 373 | 300 | 235 | 0 | 30 | 45 | 2 | 26 | 134 | 120 |
| Binary | 11111011 | 11000000 | 10011101 | 0 | 11000 | 100101 | 10 | 10110 | 1011100 | 1010000 |
Color Harmonies of #FBC09D
Complementary color
Monochromatic Colors of #FBC09D
Black with #FBC09D
Text Example
Text Example
White with #FBC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC09D; }
p { color: rgb(251,192,157); }
H1.HeaderClassName
{
color: #FBC09D;
}
.AnyTagClassName
{
color: #FBC09D;
}
</style>
background-color css
<style>
a { background-color: #FBC09D; }
a { background-color: rgb(251,192,157); }
div.DivClassName
{
background-color: #FBC09D;
}
.BgClassName
{
background-color: #FBC09D;
}
</style>
border-color css
<style>
span { border-color: #FBC09D; }
span { border-color: rgb(251,192,157); }
td.TdClassName
{
border-color: #FBC09D;
}
.TagClassName
{
border-color: #FBC09D;
}
</style>