Shades of Chardonnay #FDCB80
Tints of Chardonnay #FDCB80
RGB
CMYK
RGB Variations
Color information
#FDCB80 (or 0xFDCB80) is known color: Chardonnay. HEX triplet: FD, CB and 80. RGB value is (253,203,128). Sum of RGB (Red+Green+Blue) = 253+203+128=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB80 is #02347F. Grayscale: #D1D1D1. Windows color (decimal): -144512 or 8440829. OLE color: 8440829.
HSL color Cylindrical-coordinate representation of color #FDCB80: hue angle of 36º 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 #FDCB80 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 128 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.01 |
| HSL | 36º | 0.97% | 0.75% | - |
| HSV(B) | 36º | 0.49% | 0.99% | - |
| XYZ | 65.76 | 65.15 | 29.53 | - |
| YUV | 209.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 128 | 0 | 0.20 | 0.49 | 0.01 | 36 | 0.97 | 0.75 |
| Hex | FD | CB | 80 | 0 | 14 | 31 | 1 | 24 | 61 | 4B |
| Octal | 375 | 313 | 200 | 0 | 24 | 61 | 1 | 44 | 141 | 113 |
| Binary | 11111101 | 11001011 | 10000000 | 0 | 10100 | 110001 | 1 | 100100 | 1100001 | 1001011 |
Color Harmonies of #FDCB80
Complementary color
Monochromatic Colors of #FDCB80
Black with #FDCB80
Text Example
Text Example
White with #FDCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB80; }
p { color: rgb(253,203,128); }
H1.HeaderClassName
{
color: #FDCB80;
}
.AnyTagClassName
{
color: #FDCB80;
}
</style>
background-color css
<style>
a { background-color: #FDCB80; }
a { background-color: rgb(253,203,128); }
div.DivClassName
{
background-color: #FDCB80;
}
.BgClassName
{
background-color: #FDCB80;
}
</style>
border-color css
<style>
span { border-color: #FDCB80; }
span { border-color: rgb(253,203,128); }
td.TdClassName
{
border-color: #FDCB80;
}
.TagClassName
{
border-color: #FDCB80;
}
</style>