Shades of Chardonnay #FDC682
Tints of Chardonnay #FDC682
RGB
CMYK
RGB Variations
Color information
#FDC682 (or 0xFDC682) is known color: Chardonnay. HEX triplet: FD, C6 and 82. RGB value is (253,198,130). Sum of RGB (Red+Green+Blue) = 253+198+130=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC682 is #02397D. Grayscale: #CFCFCF. Windows color (decimal): -145790 or 8570621. OLE color: 8570621.
HSL color Cylindrical-coordinate representation of color #FDC682: hue angle of 33.17º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDC682 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 130 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.01 |
| HSL | 33.17º | 0.97% | 0.75% | - |
| HSV(B) | 33.17º | 0.49% | 0.99% | - |
| XYZ | 64.73 | 62.88 | 29.84 | - |
| YUV | 206.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 130 | 0 | 0.22 | 0.49 | 0.01 | 33.17 | 0.97 | 0.75 |
| Hex | FD | C6 | 82 | 0 | 16 | 31 | 1 | 21 | 61 | 4B |
| Octal | 375 | 306 | 202 | 0 | 26 | 61 | 1 | 41 | 141 | 113 |
| Binary | 11111101 | 11000110 | 10000010 | 0 | 10110 | 110001 | 1 | 100001 | 1100001 | 1001011 |
Color Harmonies of #FDC682
Complementary color
Monochromatic Colors of #FDC682
Black with #FDC682
Text Example
Text Example
White with #FDC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC682; }
p { color: rgb(253,198,130); }
H1.HeaderClassName
{
color: #FDC682;
}
.AnyTagClassName
{
color: #FDC682;
}
</style>
background-color css
<style>
a { background-color: #FDC682; }
a { background-color: rgb(253,198,130); }
div.DivClassName
{
background-color: #FDC682;
}
.BgClassName
{
background-color: #FDC682;
}
</style>
border-color css
<style>
span { border-color: #FDC682; }
span { border-color: rgb(253,198,130); }
td.TdClassName
{
border-color: #FDC682;
}
.TagClassName
{
border-color: #FDC682;
}
</style>