Shades of Chardonnay #FECD80
Tints of Chardonnay #FECD80
RGB
CMYK
RGB Variations
Color information
#FECD80 (or 0xFECD80) is known color: Chardonnay. HEX triplet: FE, CD and 80. RGB value is (254,205,128). Sum of RGB (Red+Green+Blue) = 254+205+128=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD80 is #01327F. Grayscale: #D3D3D3. Windows color (decimal): -78464 or 8441342. OLE color: 8441342.
HSL color Cylindrical-coordinate representation of color #FECD80: hue angle of 36.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FECD80 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 128 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.00 |
| HSL | 36.67º | 0.98% | 0.75% | - |
| HSV(B) | 36.67º | 0.5% | 1% | - |
| XYZ | 66.6 | 66.29 | 29.71 | - |
| YUV | 210.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 128 | 0 | 0.19 | 0.50 | 0.00 | 36.67 | 0.98 | 0.75 |
| Hex | FE | CD | 80 | 0 | 13 | 32 | 0 | 25 | 62 | 4B |
| Octal | 376 | 315 | 200 | 0 | 23 | 62 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001101 | 10000000 | 0 | 10011 | 110010 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECD80
Complementary color
Monochromatic Colors of #FECD80
Black with #FECD80
Text Example
Text Example
White with #FECD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD80; }
p { color: rgb(254,205,128); }
H1.HeaderClassName
{
color: #FECD80;
}
.AnyTagClassName
{
color: #FECD80;
}
</style>
background-color css
<style>
a { background-color: #FECD80; }
a { background-color: rgb(254,205,128); }
div.DivClassName
{
background-color: #FECD80;
}
.BgClassName
{
background-color: #FECD80;
}
</style>
border-color css
<style>
span { border-color: #FECD80; }
span { border-color: rgb(254,205,128); }
td.TdClassName
{
border-color: #FECD80;
}
.TagClassName
{
border-color: #FECD80;
}
</style>