Shades of Chardonnay #FECE7F
Tints of Chardonnay #FECE7F
RGB
CMYK
RGB Variations
Color information
#FECE7F (or 0xFECE7F) is known color: Chardonnay. HEX triplet: FE, CE and 7F. RGB value is (254,206,127). Sum of RGB (Red+Green+Blue) = 254+206+127=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE7F is #013180. Grayscale: #D3D3D3. Windows color (decimal): -78209 or 8376062. OLE color: 8376062.
HSL color Cylindrical-coordinate representation of color #FECE7F: hue angle of 37.32º 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 #FECE7F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 127 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.00 |
| HSL | 37.32º | 0.98% | 0.75% | - |
| HSV(B) | 37.32º | 0.5% | 1% | - |
| XYZ | 66.78 | 66.75 | 29.44 | - |
| YUV | 211.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 127 | 0 | 0.19 | 0.50 | 0.00 | 37.32 | 0.98 | 0.75 |
| Hex | FE | CE | 7F | 0 | 13 | 32 | 0 | 25 | 62 | 4B |
| Octal | 376 | 316 | 177 | 0 | 23 | 62 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001110 | 1111111 | 0 | 10011 | 110010 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECE7F
Complementary color
Monochromatic Colors of #FECE7F
Black with #FECE7F
Text Example
Text Example
White with #FECE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE7F; }
p { color: rgb(254,206,127); }
H1.HeaderClassName
{
color: #FECE7F;
}
.AnyTagClassName
{
color: #FECE7F;
}
</style>
background-color css
<style>
a { background-color: #FECE7F; }
a { background-color: rgb(254,206,127); }
div.DivClassName
{
background-color: #FECE7F;
}
.BgClassName
{
background-color: #FECE7F;
}
</style>
border-color css
<style>
span { border-color: #FECE7F; }
span { border-color: rgb(254,206,127); }
td.TdClassName
{
border-color: #FECE7F;
}
.TagClassName
{
border-color: #FECE7F;
}
</style>