Shades of Chardonnay #FACB7A
Tints of Chardonnay #FACB7A
RGB
CMYK
RGB Variations
Color information
#FACB7A (or 0xFACB7A) is known color: Chardonnay. HEX triplet: FA, CB and 7A. RGB value is (250,203,122). Sum of RGB (Red+Green+Blue) = 250+203+122=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB7A is #053485. Grayscale: #D0D0D0. Windows color (decimal): -341126 or 8047610. OLE color: 8047610.
HSL color Cylindrical-coordinate representation of color #FACB7A: hue angle of 37.97º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FACB7A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 122 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.02 |
| HSL | 37.97º | 0.93% | 0.73% | - |
| HSV(B) | 37.97º | 0.51% | 0.98% | - |
| XYZ | 64.29 | 64.44 | 27.46 | - |
| YUV | 207.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 122 | 0 | 0.19 | 0.51 | 0.02 | 37.97 | 0.93 | 0.73 |
| Hex | FA | CB | 7A | 0 | 13 | 33 | 2 | 26 | 5D | 49 |
| Octal | 372 | 313 | 172 | 0 | 23 | 63 | 2 | 46 | 135 | 111 |
| Binary | 11111010 | 11001011 | 1111010 | 0 | 10011 | 110011 | 10 | 100110 | 1011101 | 1001001 |
Color Harmonies of #FACB7A
Complementary color
Monochromatic Colors of #FACB7A
Black with #FACB7A
Text Example
Text Example
White with #FACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB7A; }
p { color: rgb(250,203,122); }
H1.HeaderClassName
{
color: #FACB7A;
}
.AnyTagClassName
{
color: #FACB7A;
}
</style>
background-color css
<style>
a { background-color: #FACB7A; }
a { background-color: rgb(250,203,122); }
div.DivClassName
{
background-color: #FACB7A;
}
.BgClassName
{
background-color: #FACB7A;
}
</style>
border-color css
<style>
span { border-color: #FACB7A; }
span { border-color: rgb(250,203,122); }
td.TdClassName
{
border-color: #FACB7A;
}
.TagClassName
{
border-color: #FACB7A;
}
</style>