Shades of Chardonnay #FEC686
Tints of Chardonnay #FEC686
RGB
CMYK
RGB Variations
Color information
#FEC686 (or 0xFEC686) is known color: Chardonnay. HEX triplet: FE, C6 and 86. RGB value is (254,198,134). Sum of RGB (Red+Green+Blue) = 254+198+134=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC686 is #013979. Grayscale: #CFCFCF. Windows color (decimal): -80250 or 8832766. OLE color: 8832766.
HSL color Cylindrical-coordinate representation of color #FEC686: hue angle of 32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEC686 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 134 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.00 |
| HSL | 32º | 0.98% | 0.76% | - |
| HSV(B) | 32º | 0.47% | 1% | - |
| XYZ | 65.37 | 63.18 | 31.3 | - |
| YUV | 207.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 134 | 0 | 0.22 | 0.47 | 0.00 | 32 | 0.98 | 0.76 |
| Hex | FE | C6 | 86 | 0 | 16 | 2F | 0 | 20 | 62 | 4C |
| Octal | 376 | 306 | 206 | 0 | 26 | 57 | 0 | 40 | 142 | 114 |
| Binary | 11111110 | 11000110 | 10000110 | 0 | 10110 | 101111 | 0 | 100000 | 1100010 | 1001100 |
Color Harmonies of #FEC686
Complementary color
Monochromatic Colors of #FEC686
Black with #FEC686
Text Example
Text Example
White with #FEC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC686; }
p { color: rgb(254,198,134); }
H1.HeaderClassName
{
color: #FEC686;
}
.AnyTagClassName
{
color: #FEC686;
}
</style>
background-color css
<style>
a { background-color: #FEC686; }
a { background-color: rgb(254,198,134); }
div.DivClassName
{
background-color: #FEC686;
}
.BgClassName
{
background-color: #FEC686;
}
</style>
border-color css
<style>
span { border-color: #FEC686; }
span { border-color: rgb(254,198,134); }
td.TdClassName
{
border-color: #FEC686;
}
.TagClassName
{
border-color: #FEC686;
}
</style>