Shades of Chardonnay #FCC680
Tints of Chardonnay #FCC680
RGB
CMYK
RGB Variations
Color information
#FCC680 (or 0xFCC680) is known color: Chardonnay. HEX triplet: FC, C6 and 80. RGB value is (252,198,128). Sum of RGB (Red+Green+Blue) = 252+198+128=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC680 is #03397F. Grayscale: #CECECE. Windows color (decimal): -211328 or 8439548. OLE color: 8439548.
HSL color Cylindrical-coordinate representation of color #FCC680: hue angle of 33.87º degrees, saturation: 0.95, 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 #FCC680 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 128 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.01 |
| HSL | 33.87º | 0.95% | 0.75% | - |
| HSV(B) | 33.87º | 0.49% | 0.99% | - |
| XYZ | 64.24 | 62.64 | 29.13 | - |
| YUV | 206.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 128 | 0 | 0.21 | 0.49 | 0.01 | 33.87 | 0.95 | 0.75 |
| Hex | FC | C6 | 80 | 0 | 15 | 31 | 1 | 22 | 5F | 4B |
| Octal | 374 | 306 | 200 | 0 | 25 | 61 | 1 | 42 | 137 | 113 |
| Binary | 11111100 | 11000110 | 10000000 | 0 | 10101 | 110001 | 1 | 100010 | 1011111 | 1001011 |
Color Harmonies of #FCC680
Complementary color
Monochromatic Colors of #FCC680
Black with #FCC680
Text Example
Text Example
White with #FCC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC680; }
p { color: rgb(252,198,128); }
H1.HeaderClassName
{
color: #FCC680;
}
.AnyTagClassName
{
color: #FCC680;
}
</style>
background-color css
<style>
a { background-color: #FCC680; }
a { background-color: rgb(252,198,128); }
div.DivClassName
{
background-color: #FCC680;
}
.BgClassName
{
background-color: #FCC680;
}
</style>
border-color css
<style>
span { border-color: #FCC680; }
span { border-color: rgb(252,198,128); }
td.TdClassName
{
border-color: #FCC680;
}
.TagClassName
{
border-color: #FCC680;
}
</style>