Shades of Chardonnay #FCC682
Tints of Chardonnay #FCC682
RGB
CMYK
RGB Variations
Color information
#FCC682 (or 0xFCC682) is known color: Chardonnay. HEX triplet: FC, C6 and 82. RGB value is (252,198,130). Sum of RGB (Red+Green+Blue) = 252+198+130=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC682 is #03397D. Grayscale: #CECECE. Windows color (decimal): -211326 or 8570620. OLE color: 8570620.
HSL color Cylindrical-coordinate representation of color #FCC682: hue angle of 33.44º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCC682 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 130 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.01 |
| HSL | 33.44º | 0.95% | 0.75% | - |
| HSV(B) | 33.44º | 0.48% | 0.99% | - |
| XYZ | 64.37 | 62.7 | 29.83 | - |
| YUV | 206.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 130 | 0 | 0.21 | 0.48 | 0.01 | 33.44 | 0.95 | 0.75 |
| Hex | FC | C6 | 82 | 0 | 15 | 30 | 1 | 21 | 5F | 4B |
| Octal | 374 | 306 | 202 | 0 | 25 | 60 | 1 | 41 | 137 | 113 |
| Binary | 11111100 | 11000110 | 10000010 | 0 | 10101 | 110000 | 1 | 100001 | 1011111 | 1001011 |
Color Harmonies of #FCC682
Complementary color
Monochromatic Colors of #FCC682
Black with #FCC682
Text Example
Text Example
White with #FCC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC682; }
p { color: rgb(252,198,130); }
H1.HeaderClassName
{
color: #FCC682;
}
.AnyTagClassName
{
color: #FCC682;
}
</style>
background-color css
<style>
a { background-color: #FCC682; }
a { background-color: rgb(252,198,130); }
div.DivClassName
{
background-color: #FCC682;
}
.BgClassName
{
background-color: #FCC682;
}
</style>
border-color css
<style>
span { border-color: #FCC682; }
span { border-color: rgb(252,198,130); }
td.TdClassName
{
border-color: #FCC682;
}
.TagClassName
{
border-color: #FCC682;
}
</style>