Shades of Chardonnay #FBC16C
Tints of Chardonnay #FBC16C
RGB
CMYK
RGB Variations
Color information
#FBC16C (or 0xFBC16C) is known color: Chardonnay. HEX triplet: FB, C1 and 6C. RGB value is (251,193,108). Sum of RGB (Red+Green+Blue) = 251+193+108=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC16C is #043E93. Grayscale: #C9C9C9. Windows color (decimal): -278164 or 7127547. OLE color: 7127547.
HSL color Cylindrical-coordinate representation of color #FBC16C: hue angle of 35.66º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC16C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 108 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.02 |
| HSL | 35.66º | 0.95% | 0.7% | - |
| HSV(B) | 35.66º | 0.57% | 0.98% | - |
| XYZ | 61.56 | 59.73 | 22.47 | - |
| YUV | 200.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 108 | 0 | 0.23 | 0.57 | 0.02 | 35.66 | 0.95 | 0.7 |
| Hex | FB | C1 | 6C | 0 | 17 | 39 | 2 | 24 | 5F | 46 |
| Octal | 373 | 301 | 154 | 0 | 27 | 71 | 2 | 44 | 137 | 106 |
| Binary | 11111011 | 11000001 | 1101100 | 0 | 10111 | 111001 | 10 | 100100 | 1011111 | 1000110 |
Color Harmonies of #FBC16C
Complementary color
Monochromatic Colors of #FBC16C
Black with #FBC16C
Text Example
Text Example
White with #FBC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC16C; }
p { color: rgb(251,193,108); }
H1.HeaderClassName
{
color: #FBC16C;
}
.AnyTagClassName
{
color: #FBC16C;
}
</style>
background-color css
<style>
a { background-color: #FBC16C; }
a { background-color: rgb(251,193,108); }
div.DivClassName
{
background-color: #FBC16C;
}
.BgClassName
{
background-color: #FBC16C;
}
</style>
border-color css
<style>
span { border-color: #FBC16C; }
span { border-color: rgb(251,193,108); }
td.TdClassName
{
border-color: #FBC16C;
}
.TagClassName
{
border-color: #FBC16C;
}
</style>