Shades of Chardonnay #FEC882
Tints of Chardonnay #FEC882
RGB
CMYK
RGB Variations
Color information
#FEC882 (or 0xFEC882) is known color: Chardonnay. HEX triplet: FE, C8 and 82. RGB value is (254,200,130). Sum of RGB (Red+Green+Blue) = 254+200+130=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC882 is #01377D. Grayscale: #D0D0D0. Windows color (decimal): -79742 or 8571134. OLE color: 8571134.
HSL color Cylindrical-coordinate representation of color #FEC882: hue angle of 33.87º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEC882 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 130 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.00 |
| HSL | 33.87º | 0.98% | 0.75% | - |
| HSV(B) | 33.87º | 0.49% | 1% | - |
| XYZ | 65.56 | 63.99 | 30.02 | - |
| YUV | 208.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 130 | 0 | 0.21 | 0.49 | 0.00 | 33.87 | 0.98 | 0.75 |
| Hex | FE | C8 | 82 | 0 | 15 | 31 | 0 | 22 | 62 | 4B |
| Octal | 376 | 310 | 202 | 0 | 25 | 61 | 0 | 42 | 142 | 113 |
| Binary | 11111110 | 11001000 | 10000010 | 0 | 10101 | 110001 | 0 | 100010 | 1100010 | 1001011 |
Color Harmonies of #FEC882
Complementary color
Monochromatic Colors of #FEC882
Black with #FEC882
Text Example
Text Example
White with #FEC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC882; }
p { color: rgb(254,200,130); }
H1.HeaderClassName
{
color: #FEC882;
}
.AnyTagClassName
{
color: #FEC882;
}
</style>
background-color css
<style>
a { background-color: #FEC882; }
a { background-color: rgb(254,200,130); }
div.DivClassName
{
background-color: #FEC882;
}
.BgClassName
{
background-color: #FEC882;
}
</style>
border-color css
<style>
span { border-color: #FEC882; }
span { border-color: rgb(254,200,130); }
td.TdClassName
{
border-color: #FEC882;
}
.TagClassName
{
border-color: #FEC882;
}
</style>