Shades of Chardonnay #FDC882
Tints of Chardonnay #FDC882
RGB
CMYK
RGB Variations
Color information
#FDC882 (or 0xFDC882) is known color: Chardonnay. HEX triplet: FD, C8 and 82. RGB value is (253,200,130). Sum of RGB (Red+Green+Blue) = 253+200+130=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC882 is #02377D. Grayscale: #D0D0D0. Windows color (decimal): -145278 or 8571133. OLE color: 8571133.
HSL color Cylindrical-coordinate representation of color #FDC882: hue angle of 34.15º 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 #FDC882 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 130 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.01 |
| HSL | 34.15º | 0.97% | 0.75% | - |
| HSV(B) | 34.15º | 0.49% | 0.99% | - |
| XYZ | 65.19 | 63.8 | 30 | - |
| YUV | 207.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 130 | 0 | 0.21 | 0.49 | 0.01 | 34.15 | 0.97 | 0.75 |
| Hex | FD | C8 | 82 | 0 | 15 | 31 | 1 | 22 | 61 | 4B |
| Octal | 375 | 310 | 202 | 0 | 25 | 61 | 1 | 42 | 141 | 113 |
| Binary | 11111101 | 11001000 | 10000010 | 0 | 10101 | 110001 | 1 | 100010 | 1100001 | 1001011 |
Color Harmonies of #FDC882
Complementary color
Monochromatic Colors of #FDC882
Black with #FDC882
Text Example
Text Example
White with #FDC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC882; }
p { color: rgb(253,200,130); }
H1.HeaderClassName
{
color: #FDC882;
}
.AnyTagClassName
{
color: #FDC882;
}
</style>
background-color css
<style>
a { background-color: #FDC882; }
a { background-color: rgb(253,200,130); }
div.DivClassName
{
background-color: #FDC882;
}
.BgClassName
{
background-color: #FDC882;
}
</style>
border-color css
<style>
span { border-color: #FDC882; }
span { border-color: rgb(253,200,130); }
td.TdClassName
{
border-color: #FDC882;
}
.TagClassName
{
border-color: #FDC882;
}
</style>