Shades of Romantic #FBC89C
Tints of Romantic #FBC89C
RGB
CMYK
RGB Variations
Color information
#FBC89C (or 0xFBC89C) is known color: Romantic. HEX triplet: FB, C8 and 9C. RGB value is (251,200,156). Sum of RGB (Red+Green+Blue) = 251+200+156=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC89C is #043763. Grayscale: #D2D2D2. Windows color (decimal): -276324 or 10275067. OLE color: 10275067.
HSL color Cylindrical-coordinate representation of color #FBC89C: hue angle of 27.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBC89C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 156 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.02 |
| HSL | 27.79º | 0.92% | 0.8% | - |
| HSV(B) | 27.79º | 0.38% | 0.98% | - |
| XYZ | 66.44 | 64.22 | 40.35 | - |
| YUV | 210.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 156 | 0 | 0.20 | 0.38 | 0.02 | 27.79 | 0.92 | 0.8 |
| Hex | FB | C8 | 9C | 0 | 14 | 26 | 2 | 1C | 5C | 50 |
| Octal | 373 | 310 | 234 | 0 | 24 | 46 | 2 | 34 | 134 | 120 |
| Binary | 11111011 | 11001000 | 10011100 | 0 | 10100 | 100110 | 10 | 11100 | 1011100 | 1010000 |
Color Harmonies of #FBC89C
Complementary color
Monochromatic Colors of #FBC89C
Black with #FBC89C
Text Example
Text Example
White with #FBC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC89C; }
p { color: rgb(251,200,156); }
H1.HeaderClassName
{
color: #FBC89C;
}
.AnyTagClassName
{
color: #FBC89C;
}
</style>
background-color css
<style>
a { background-color: #FBC89C; }
a { background-color: rgb(251,200,156); }
div.DivClassName
{
background-color: #FBC89C;
}
.BgClassName
{
background-color: #FBC89C;
}
</style>
border-color css
<style>
span { border-color: #FBC89C; }
span { border-color: rgb(251,200,156); }
td.TdClassName
{
border-color: #FBC89C;
}
.TagClassName
{
border-color: #FBC89C;
}
</style>