Shades of Chardonnay #FAC384
Tints of Chardonnay #FAC384
RGB
CMYK
RGB Variations
Color information
#FAC384 (or 0xFAC384) is known color: Chardonnay. HEX triplet: FA, C3 and 84. RGB value is (250,195,132). Sum of RGB (Red+Green+Blue) = 250+195+132=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC384 is #053C7B. Grayscale: #CCCCCC. Windows color (decimal): -343164 or 8700922. OLE color: 8700922.
HSL color Cylindrical-coordinate representation of color #FAC384: hue angle of 32.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAC384 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 132 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.02 |
| HSL | 32.03º | 0.92% | 0.75% | - |
| HSV(B) | 32.03º | 0.47% | 0.98% | - |
| XYZ | 63.1 | 61.02 | 30.28 | - |
| YUV | 204.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 132 | 0 | 0.22 | 0.47 | 0.02 | 32.03 | 0.92 | 0.75 |
| Hex | FA | C3 | 84 | 0 | 16 | 2F | 2 | 20 | 5C | 4B |
| Octal | 372 | 303 | 204 | 0 | 26 | 57 | 2 | 40 | 134 | 113 |
| Binary | 11111010 | 11000011 | 10000100 | 0 | 10110 | 101111 | 10 | 100000 | 1011100 | 1001011 |
Color Harmonies of #FAC384
Complementary color
Monochromatic Colors of #FAC384
Black with #FAC384
Text Example
Text Example
White with #FAC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC384; }
p { color: rgb(250,195,132); }
H1.HeaderClassName
{
color: #FAC384;
}
.AnyTagClassName
{
color: #FAC384;
}
</style>
background-color css
<style>
a { background-color: #FAC384; }
a { background-color: rgb(250,195,132); }
div.DivClassName
{
background-color: #FAC384;
}
.BgClassName
{
background-color: #FAC384;
}
</style>
border-color css
<style>
span { border-color: #FAC384; }
span { border-color: rgb(250,195,132); }
td.TdClassName
{
border-color: #FAC384;
}
.TagClassName
{
border-color: #FAC384;
}
</style>