Shades of Chardonnay #FAC681
Tints of Chardonnay #FAC681
RGB
CMYK
RGB Variations
Color information
#FAC681 (or 0xFAC681) is known color: Chardonnay. HEX triplet: FA, C6 and 81. RGB value is (250,198,129). Sum of RGB (Red+Green+Blue) = 250+198+129=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC681 is #05397E. Grayscale: #CECECE. Windows color (decimal): -342399 or 8505082. OLE color: 8505082.
HSL color Cylindrical-coordinate representation of color #FAC681: hue angle of 34.21º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAC681 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 129 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.02 |
| HSL | 34.21º | 0.92% | 0.74% | - |
| HSV(B) | 34.21º | 0.48% | 0.98% | - |
| XYZ | 63.58 | 62.3 | 29.44 | - |
| YUV | 205.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 129 | 0 | 0.21 | 0.48 | 0.02 | 34.21 | 0.92 | 0.74 |
| Hex | FA | C6 | 81 | 0 | 15 | 30 | 2 | 22 | 5C | 4A |
| Octal | 372 | 306 | 201 | 0 | 25 | 60 | 2 | 42 | 134 | 112 |
| Binary | 11111010 | 11000110 | 10000001 | 0 | 10101 | 110000 | 10 | 100010 | 1011100 | 1001010 |
Color Harmonies of #FAC681
Complementary color
Monochromatic Colors of #FAC681
Black with #FAC681
Text Example
Text Example
White with #FAC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC681; }
p { color: rgb(250,198,129); }
H1.HeaderClassName
{
color: #FAC681;
}
.AnyTagClassName
{
color: #FAC681;
}
</style>
background-color css
<style>
a { background-color: #FAC681; }
a { background-color: rgb(250,198,129); }
div.DivClassName
{
background-color: #FAC681;
}
.BgClassName
{
background-color: #FAC681;
}
</style>
border-color css
<style>
span { border-color: #FAC681; }
span { border-color: rgb(250,198,129); }
td.TdClassName
{
border-color: #FAC681;
}
.TagClassName
{
border-color: #FAC681;
}
</style>