Shades of Romantic #FBC79C
Tints of Romantic #FBC79C
RGB
CMYK
RGB Variations
Color information
#FBC79C (or 0xFBC79C) is known color: Romantic. HEX triplet: FB, C7 and 9C. RGB value is (251,199,156). Sum of RGB (Red+Green+Blue) = 251+199+156=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC79C is #043863. Grayscale: #D1D1D1. Windows color (decimal): -276580 or 10274811. OLE color: 10274811.
HSL color Cylindrical-coordinate representation of color #FBC79C: hue angle of 27.16º 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 #FBC79C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 156 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.02 |
| HSL | 27.16º | 0.92% | 0.8% | - |
| HSV(B) | 27.16º | 0.38% | 0.98% | - |
| XYZ | 66.21 | 63.76 | 40.27 | - |
| YUV | 209.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 156 | 0 | 0.21 | 0.38 | 0.02 | 27.16 | 0.92 | 0.8 |
| Hex | FB | C7 | 9C | 0 | 15 | 26 | 2 | 1B | 5C | 50 |
| Octal | 373 | 307 | 234 | 0 | 25 | 46 | 2 | 33 | 134 | 120 |
| Binary | 11111011 | 11000111 | 10011100 | 0 | 10101 | 100110 | 10 | 11011 | 1011100 | 1010000 |
Color Harmonies of #FBC79C
Complementary color
Monochromatic Colors of #FBC79C
Black with #FBC79C
Text Example
Text Example
White with #FBC79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC79C; }
p { color: rgb(251,199,156); }
H1.HeaderClassName
{
color: #FBC79C;
}
.AnyTagClassName
{
color: #FBC79C;
}
</style>
background-color css
<style>
a { background-color: #FBC79C; }
a { background-color: rgb(251,199,156); }
div.DivClassName
{
background-color: #FBC79C;
}
.BgClassName
{
background-color: #FBC79C;
}
</style>
border-color css
<style>
span { border-color: #FBC79C; }
span { border-color: rgb(251,199,156); }
td.TdClassName
{
border-color: #FBC79C;
}
.TagClassName
{
border-color: #FBC79C;
}
</style>