Shades of Chardonnay #FDC880
Tints of Chardonnay #FDC880
RGB
CMYK
RGB Variations
Color information
#FDC880 (or 0xFDC880) is known color: Chardonnay. HEX triplet: FD, C8 and 80. RGB value is (253,200,128). Sum of RGB (Red+Green+Blue) = 253+200+128=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC880 is #02377F. Grayscale: #CFCFCF. Windows color (decimal): -145280 or 8440061. OLE color: 8440061.
HSL color Cylindrical-coordinate representation of color #FDC880: hue angle of 34.56º 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 #FDC880 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 128 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.01 |
| HSL | 34.56º | 0.97% | 0.75% | - |
| HSV(B) | 34.56º | 0.49% | 0.99% | - |
| XYZ | 65.06 | 63.75 | 29.3 | - |
| YUV | 207.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 128 | 0 | 0.21 | 0.49 | 0.01 | 34.56 | 0.97 | 0.75 |
| Hex | FD | C8 | 80 | 0 | 15 | 31 | 1 | 23 | 61 | 4B |
| Octal | 375 | 310 | 200 | 0 | 25 | 61 | 1 | 43 | 141 | 113 |
| Binary | 11111101 | 11001000 | 10000000 | 0 | 10101 | 110001 | 1 | 100011 | 1100001 | 1001011 |
Color Harmonies of #FDC880
Complementary color
Monochromatic Colors of #FDC880
Black with #FDC880
Text Example
Text Example
White with #FDC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC880; }
p { color: rgb(253,200,128); }
H1.HeaderClassName
{
color: #FDC880;
}
.AnyTagClassName
{
color: #FDC880;
}
</style>
background-color css
<style>
a { background-color: #FDC880; }
a { background-color: rgb(253,200,128); }
div.DivClassName
{
background-color: #FDC880;
}
.BgClassName
{
background-color: #FDC880;
}
</style>
border-color css
<style>
span { border-color: #FDC880; }
span { border-color: rgb(253,200,128); }
td.TdClassName
{
border-color: #FDC880;
}
.TagClassName
{
border-color: #FDC880;
}
</style>