Shades of Chardonnay #FEC486
Tints of Chardonnay #FEC486
RGB
CMYK
RGB Variations
Color information
#FEC486 (or 0xFEC486) is known color: Chardonnay. HEX triplet: FE, C4 and 86. RGB value is (254,196,134). Sum of RGB (Red+Green+Blue) = 254+196+134=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC486 is #013B79. Grayscale: #CECECE. Windows color (decimal): -80762 or 8832254. OLE color: 8832254.
HSL color Cylindrical-coordinate representation of color #FEC486: hue angle of 31º 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 #FEC486 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 134 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.00 |
| HSL | 31º | 0.98% | 0.76% | - |
| HSV(B) | 31º | 0.47% | 1% | - |
| XYZ | 64.92 | 62.27 | 31.15 | - |
| YUV | 206.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 134 | 0 | 0.23 | 0.47 | 0.00 | 31 | 0.98 | 0.76 |
| Hex | FE | C4 | 86 | 0 | 17 | 2F | 0 | 1F | 62 | 4C |
| Octal | 376 | 304 | 206 | 0 | 27 | 57 | 0 | 37 | 142 | 114 |
| Binary | 11111110 | 11000100 | 10000110 | 0 | 10111 | 101111 | 0 | 11111 | 1100010 | 1001100 |
Color Harmonies of #FEC486
Complementary color
Monochromatic Colors of #FEC486
Black with #FEC486
Text Example
Text Example
White with #FEC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC486; }
p { color: rgb(254,196,134); }
H1.HeaderClassName
{
color: #FEC486;
}
.AnyTagClassName
{
color: #FEC486;
}
</style>
background-color css
<style>
a { background-color: #FEC486; }
a { background-color: rgb(254,196,134); }
div.DivClassName
{
background-color: #FEC486;
}
.BgClassName
{
background-color: #FEC486;
}
</style>
border-color css
<style>
span { border-color: #FEC486; }
span { border-color: rgb(254,196,134); }
td.TdClassName
{
border-color: #FEC486;
}
.TagClassName
{
border-color: #FEC486;
}
</style>