Shades of Chardonnay #FEC585
Tints of Chardonnay #FEC585
RGB
CMYK
RGB Variations
Color information
#FEC585 (or 0xFEC585) is known color: Chardonnay. HEX triplet: FE, C5 and 85. RGB value is (254,197,133). Sum of RGB (Red+Green+Blue) = 254+197+133=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC585 is #013A7A. Grayscale: #CFCFCF. Windows color (decimal): -80507 or 8766974. OLE color: 8766974.
HSL color Cylindrical-coordinate representation of color #FEC585: hue angle of 31.74º 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 #FEC585 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 133 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.00 |
| HSL | 31.74º | 0.98% | 0.76% | - |
| HSV(B) | 31.74º | 0.48% | 1% | - |
| XYZ | 65.07 | 62.7 | 30.86 | - |
| YUV | 206.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 133 | 0 | 0.22 | 0.48 | 0.00 | 31.74 | 0.98 | 0.76 |
| Hex | FE | C5 | 85 | 0 | 16 | 30 | 0 | 20 | 62 | 4C |
| Octal | 376 | 305 | 205 | 0 | 26 | 60 | 0 | 40 | 142 | 114 |
| Binary | 11111110 | 11000101 | 10000101 | 0 | 10110 | 110000 | 0 | 100000 | 1100010 | 1001100 |
Color Harmonies of #FEC585
Complementary color
Monochromatic Colors of #FEC585
Black with #FEC585
Text Example
Text Example
White with #FEC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC585; }
p { color: rgb(254,197,133); }
H1.HeaderClassName
{
color: #FEC585;
}
.AnyTagClassName
{
color: #FEC585;
}
</style>
background-color css
<style>
a { background-color: #FEC585; }
a { background-color: rgb(254,197,133); }
div.DivClassName
{
background-color: #FEC585;
}
.BgClassName
{
background-color: #FEC585;
}
</style>
border-color css
<style>
span { border-color: #FEC585; }
span { border-color: rgb(254,197,133); }
td.TdClassName
{
border-color: #FEC585;
}
.TagClassName
{
border-color: #FEC585;
}
</style>