Shades of Chardonnay #FEC786
Tints of Chardonnay #FEC786
RGB
CMYK
RGB Variations
Color information
#FEC786 (or 0xFEC786) is known color: Chardonnay. HEX triplet: FE, C7 and 86. RGB value is (254,199,134). Sum of RGB (Red+Green+Blue) = 254+199+134=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC786 is #013879. Grayscale: #D0D0D0. Windows color (decimal): -79994 or 8833022. OLE color: 8833022.
HSL color Cylindrical-coordinate representation of color #FEC786: hue angle of 32.5º 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 #FEC786 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 134 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.00 |
| HSL | 32.5º | 0.98% | 0.76% | - |
| HSV(B) | 32.5º | 0.47% | 1% | - |
| XYZ | 65.6 | 63.64 | 31.38 | - |
| YUV | 208.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 134 | 0 | 0.22 | 0.47 | 0.00 | 32.5 | 0.98 | 0.76 |
| Hex | FE | C7 | 86 | 0 | 16 | 2F | 0 | 20 | 62 | 4C |
| Octal | 376 | 307 | 206 | 0 | 26 | 57 | 0 | 40 | 142 | 114 |
| Binary | 11111110 | 11000111 | 10000110 | 0 | 10110 | 101111 | 0 | 100000 | 1100010 | 1001100 |
Color Harmonies of #FEC786
Complementary color
Monochromatic Colors of #FEC786
Black with #FEC786
Text Example
Text Example
White with #FEC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC786; }
p { color: rgb(254,199,134); }
H1.HeaderClassName
{
color: #FEC786;
}
.AnyTagClassName
{
color: #FEC786;
}
</style>
background-color css
<style>
a { background-color: #FEC786; }
a { background-color: rgb(254,199,134); }
div.DivClassName
{
background-color: #FEC786;
}
.BgClassName
{
background-color: #FEC786;
}
</style>
border-color css
<style>
span { border-color: #FEC786; }
span { border-color: rgb(254,199,134); }
td.TdClassName
{
border-color: #FEC786;
}
.TagClassName
{
border-color: #FEC786;
}
</style>