Shades of Chardonnay #FECD7E
Tints of Chardonnay #FECD7E
RGB
CMYK
RGB Variations
Color information
#FECD7E (or 0xFECD7E) is known color: Chardonnay. HEX triplet: FE, CD and 7E. RGB value is (254,205,126). Sum of RGB (Red+Green+Blue) = 254+205+126=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD7E is #013281. Grayscale: #D3D3D3. Windows color (decimal): -78466 or 8310270. OLE color: 8310270.
HSL color Cylindrical-coordinate representation of color #FECD7E: hue angle of 37.03º 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 #FECD7E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 126 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.00 |
| HSL | 37.03º | 0.98% | 0.75% | - |
| HSV(B) | 37.03º | 0.5% | 1% | - |
| XYZ | 66.47 | 66.24 | 29.02 | - |
| YUV | 210.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 126 | 0 | 0.19 | 0.50 | 0.00 | 37.03 | 0.98 | 0.75 |
| Hex | FE | CD | 7E | 0 | 13 | 32 | 0 | 25 | 62 | 4B |
| Octal | 376 | 315 | 176 | 0 | 23 | 62 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001101 | 1111110 | 0 | 10011 | 110010 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECD7E
Complementary color
Monochromatic Colors of #FECD7E
Black with #FECD7E
Text Example
Text Example
White with #FECD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD7E; }
p { color: rgb(254,205,126); }
H1.HeaderClassName
{
color: #FECD7E;
}
.AnyTagClassName
{
color: #FECD7E;
}
</style>
background-color css
<style>
a { background-color: #FECD7E; }
a { background-color: rgb(254,205,126); }
div.DivClassName
{
background-color: #FECD7E;
}
.BgClassName
{
background-color: #FECD7E;
}
</style>
border-color css
<style>
span { border-color: #FECD7E; }
span { border-color: rgb(254,205,126); }
td.TdClassName
{
border-color: #FECD7E;
}
.TagClassName
{
border-color: #FECD7E;
}
</style>