Shades of Chardonnay #FEC885
Tints of Chardonnay #FEC885
RGB
CMYK
RGB Variations
Color information
#FEC885 (or 0xFEC885) is known color: Chardonnay. HEX triplet: FE, C8 and 85. RGB value is (254,200,133). Sum of RGB (Red+Green+Blue) = 254+200+133=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC885 is #01377A. Grayscale: #D0D0D0. Windows color (decimal): -79739 or 8767742. OLE color: 8767742.
HSL color Cylindrical-coordinate representation of color #FEC885: hue angle of 33.22º 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 #FEC885 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 133 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.00 |
| HSL | 33.22º | 0.98% | 0.76% | - |
| HSV(B) | 33.22º | 0.48% | 1% | - |
| XYZ | 65.76 | 64.07 | 31.09 | - |
| YUV | 208.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 133 | 0 | 0.21 | 0.48 | 0.00 | 33.22 | 0.98 | 0.76 |
| Hex | FE | C8 | 85 | 0 | 15 | 30 | 0 | 21 | 62 | 4C |
| Octal | 376 | 310 | 205 | 0 | 25 | 60 | 0 | 41 | 142 | 114 |
| Binary | 11111110 | 11001000 | 10000101 | 0 | 10101 | 110000 | 0 | 100001 | 1100010 | 1001100 |
Color Harmonies of #FEC885
Complementary color
Monochromatic Colors of #FEC885
Black with #FEC885
Text Example
Text Example
White with #FEC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC885; }
p { color: rgb(254,200,133); }
H1.HeaderClassName
{
color: #FEC885;
}
.AnyTagClassName
{
color: #FEC885;
}
</style>
background-color css
<style>
a { background-color: #FEC885; }
a { background-color: rgb(254,200,133); }
div.DivClassName
{
background-color: #FEC885;
}
.BgClassName
{
background-color: #FEC885;
}
</style>
border-color css
<style>
span { border-color: #FEC885; }
span { border-color: rgb(254,200,133); }
td.TdClassName
{
border-color: #FEC885;
}
.TagClassName
{
border-color: #FEC885;
}
</style>