Shades of Romantic #FBC094
Tints of Romantic #FBC094
RGB
CMYK
RGB Variations
Color information
#FBC094 (or 0xFBC094) is known color: Romantic. HEX triplet: FB, C0 and 94. RGB value is (251,192,148). Sum of RGB (Red+Green+Blue) = 251+192+148=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC094 is #043F6B. Grayscale: #CCCCCC. Windows color (decimal): -278380 or 9748731. OLE color: 9748731.
HSL color Cylindrical-coordinate representation of color #FBC094: hue angle of 25.63º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBC094 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 148 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.02 |
| HSL | 25.63º | 0.93% | 0.78% | - |
| HSV(B) | 25.63º | 0.41% | 0.98% | - |
| XYZ | 63.98 | 60.35 | 36.29 | - |
| YUV | 204.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 148 | 0 | 0.24 | 0.41 | 0.02 | 25.63 | 0.93 | 0.78 |
| Hex | FB | C0 | 94 | 0 | 18 | 29 | 2 | 1A | 5D | 4E |
| Octal | 373 | 300 | 224 | 0 | 30 | 51 | 2 | 32 | 135 | 116 |
| Binary | 11111011 | 11000000 | 10010100 | 0 | 11000 | 101001 | 10 | 11010 | 1011101 | 1001110 |
Color Harmonies of #FBC094
Complementary color
Monochromatic Colors of #FBC094
Black with #FBC094
Text Example
Text Example
White with #FBC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC094; }
p { color: rgb(251,192,148); }
H1.HeaderClassName
{
color: #FBC094;
}
.AnyTagClassName
{
color: #FBC094;
}
</style>
background-color css
<style>
a { background-color: #FBC094; }
a { background-color: rgb(251,192,148); }
div.DivClassName
{
background-color: #FBC094;
}
.BgClassName
{
background-color: #FBC094;
}
</style>
border-color css
<style>
span { border-color: #FBC094; }
span { border-color: rgb(251,192,148); }
td.TdClassName
{
border-color: #FBC094;
}
.TagClassName
{
border-color: #FBC094;
}
</style>