Shades of Chardonnay #FECD7B
Tints of Chardonnay #FECD7B
RGB
CMYK
RGB Variations
Color information
#FECD7B (or 0xFECD7B) is known color: Chardonnay. HEX triplet: FE, CD and 7B. RGB value is (254,205,123). Sum of RGB (Red+Green+Blue) = 254+205+123=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD7B is #013284. Grayscale: #D2D2D2. Windows color (decimal): -78469 or 8113662. OLE color: 8113662.
HSL color Cylindrical-coordinate representation of color #FECD7B: hue angle of 37.56º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FECD7B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 123 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.00 |
| HSL | 37.56º | 0.98% | 0.74% | - |
| HSV(B) | 37.56º | 0.52% | 1% | - |
| XYZ | 66.28 | 66.16 | 28.02 | - |
| YUV | 210.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 123 | 0 | 0.19 | 0.52 | 0.00 | 37.56 | 0.98 | 0.74 |
| Hex | FE | CD | 7B | 0 | 13 | 34 | 0 | 26 | 62 | 4A |
| Octal | 376 | 315 | 173 | 0 | 23 | 64 | 0 | 46 | 142 | 112 |
| Binary | 11111110 | 11001101 | 1111011 | 0 | 10011 | 110100 | 0 | 100110 | 1100010 | 1001010 |
Color Harmonies of #FECD7B
Complementary color
Monochromatic Colors of #FECD7B
Black with #FECD7B
Text Example
Text Example
White with #FECD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD7B; }
p { color: rgb(254,205,123); }
H1.HeaderClassName
{
color: #FECD7B;
}
.AnyTagClassName
{
color: #FECD7B;
}
</style>
background-color css
<style>
a { background-color: #FECD7B; }
a { background-color: rgb(254,205,123); }
div.DivClassName
{
background-color: #FECD7B;
}
.BgClassName
{
background-color: #FECD7B;
}
</style>
border-color css
<style>
span { border-color: #FECD7B; }
span { border-color: rgb(254,205,123); }
td.TdClassName
{
border-color: #FECD7B;
}
.TagClassName
{
border-color: #FECD7B;
}
</style>