Shades of Chardonnay #FEC785
Tints of Chardonnay #FEC785
RGB
CMYK
RGB Variations
Color information
#FEC785 (or 0xFEC785) is known color: Chardonnay. HEX triplet: FE, C7 and 85. RGB value is (254,199,133). Sum of RGB (Red+Green+Blue) = 254+199+133=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC785 is #01387A. Grayscale: #D0D0D0. Windows color (decimal): -79995 or 8767486. OLE color: 8767486.
HSL color Cylindrical-coordinate representation of color #FEC785: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEC785 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 133 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.00 |
| HSL | 32.73º | 0.98% | 0.76% | - |
| HSV(B) | 32.73º | 0.48% | 1% | - |
| XYZ | 65.53 | 63.61 | 31.01 | - |
| YUV | 207.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 133 | 0 | 0.22 | 0.48 | 0.00 | 32.73 | 0.98 | 0.76 |
| Hex | FE | C7 | 85 | 0 | 16 | 30 | 0 | 21 | 62 | 4C |
| Octal | 376 | 307 | 205 | 0 | 26 | 60 | 0 | 41 | 142 | 114 |
| Binary | 11111110 | 11000111 | 10000101 | 0 | 10110 | 110000 | 0 | 100001 | 1100010 | 1001100 |
Color Harmonies of #FEC785
Complementary color
Monochromatic Colors of #FEC785
Black with #FEC785
Text Example
Text Example
White with #FEC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC785; }
p { color: rgb(254,199,133); }
H1.HeaderClassName
{
color: #FEC785;
}
.AnyTagClassName
{
color: #FEC785;
}
</style>
background-color css
<style>
a { background-color: #FEC785; }
a { background-color: rgb(254,199,133); }
div.DivClassName
{
background-color: #FEC785;
}
.BgClassName
{
background-color: #FEC785;
}
</style>
border-color css
<style>
span { border-color: #FEC785; }
span { border-color: rgb(254,199,133); }
td.TdClassName
{
border-color: #FEC785;
}
.TagClassName
{
border-color: #FEC785;
}
</style>