Shades of Chardonnay #FACA7A
Tints of Chardonnay #FACA7A
RGB
CMYK
RGB Variations
Color information
#FACA7A (or 0xFACA7A) is known color: Chardonnay. HEX triplet: FA, CA and 7A. RGB value is (250,202,122). Sum of RGB (Red+Green+Blue) = 250+202+122=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7A is #053585. Grayscale: #CFCFCF. Windows color (decimal): -341382 or 8047354. OLE color: 8047354.
HSL color Cylindrical-coordinate representation of color #FACA7A: hue angle of 37.5º 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 #FACA7A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 122 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.02 |
| HSL | 37.5º | 0.93% | 0.73% | - |
| HSV(B) | 37.5º | 0.51% | 0.98% | - |
| XYZ | 64.06 | 63.97 | 27.38 | - |
| YUV | 207.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 122 | 0 | 0.19 | 0.51 | 0.02 | 37.5 | 0.93 | 0.73 |
| Hex | FA | CA | 7A | 0 | 13 | 33 | 2 | 26 | 5D | 49 |
| Octal | 372 | 312 | 172 | 0 | 23 | 63 | 2 | 46 | 135 | 111 |
| Binary | 11111010 | 11001010 | 1111010 | 0 | 10011 | 110011 | 10 | 100110 | 1011101 | 1001001 |
Color Harmonies of #FACA7A
Complementary color
Monochromatic Colors of #FACA7A
Black with #FACA7A
Text Example
Text Example
White with #FACA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA7A; }
p { color: rgb(250,202,122); }
H1.HeaderClassName
{
color: #FACA7A;
}
.AnyTagClassName
{
color: #FACA7A;
}
</style>
background-color css
<style>
a { background-color: #FACA7A; }
a { background-color: rgb(250,202,122); }
div.DivClassName
{
background-color: #FACA7A;
}
.BgClassName
{
background-color: #FACA7A;
}
</style>
border-color css
<style>
span { border-color: #FACA7A; }
span { border-color: rgb(250,202,122); }
td.TdClassName
{
border-color: #FACA7A;
}
.TagClassName
{
border-color: #FACA7A;
}
</style>