Shades of Chardonnay #FBC06C
Tints of Chardonnay #FBC06C
RGB
CMYK
RGB Variations
Color information
#FBC06C (or 0xFBC06C) is known color: Chardonnay. HEX triplet: FB, C0 and 6C. RGB value is (251,192,108). Sum of RGB (Red+Green+Blue) = 251+192+108=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC06C is #043F93. Grayscale: #C8C8C8. Windows color (decimal): -278420 or 7127291. OLE color: 7127291.
HSL color Cylindrical-coordinate representation of color #FBC06C: hue angle of 35.24º 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 #FBC06C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 108 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.02 |
| HSL | 35.24º | 0.95% | 0.7% | - |
| HSV(B) | 35.24º | 0.57% | 0.98% | - |
| XYZ | 61.34 | 59.29 | 22.4 | - |
| YUV | 200.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 108 | 0 | 0.24 | 0.57 | 0.02 | 35.24 | 0.95 | 0.7 |
| Hex | FB | C0 | 6C | 0 | 18 | 39 | 2 | 23 | 5F | 46 |
| Octal | 373 | 300 | 154 | 0 | 30 | 71 | 2 | 43 | 137 | 106 |
| Binary | 11111011 | 11000000 | 1101100 | 0 | 11000 | 111001 | 10 | 100011 | 1011111 | 1000110 |
Color Harmonies of #FBC06C
Complementary color
Monochromatic Colors of #FBC06C
Black with #FBC06C
Text Example
Text Example
White with #FBC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC06C; }
p { color: rgb(251,192,108); }
H1.HeaderClassName
{
color: #FBC06C;
}
.AnyTagClassName
{
color: #FBC06C;
}
</style>
background-color css
<style>
a { background-color: #FBC06C; }
a { background-color: rgb(251,192,108); }
div.DivClassName
{
background-color: #FBC06C;
}
.BgClassName
{
background-color: #FBC06C;
}
</style>
border-color css
<style>
span { border-color: #FBC06C; }
span { border-color: rgb(251,192,108); }
td.TdClassName
{
border-color: #FBC06C;
}
.TagClassName
{
border-color: #FBC06C;
}
</style>