Shades of Chardonnay #FACA7B
Tints of Chardonnay #FACA7B
RGB
CMYK
RGB Variations
Color information
#FACA7B (or 0xFACA7B) is known color: Chardonnay. HEX triplet: FA, CA and 7B. RGB value is (250,202,123). Sum of RGB (Red+Green+Blue) = 250+202+123=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7B is #053584. Grayscale: #CFCFCF. Windows color (decimal): -341381 or 8112890. OLE color: 8112890.
HSL color Cylindrical-coordinate representation of color #FACA7B: hue angle of 37.32º 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 #FACA7B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 123 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.02 |
| HSL | 37.32º | 0.93% | 0.73% | - |
| HSV(B) | 37.32º | 0.51% | 0.98% | - |
| XYZ | 64.12 | 64 | 27.71 | - |
| YUV | 207.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 123 | 0 | 0.19 | 0.51 | 0.02 | 37.32 | 0.93 | 0.73 |
| Hex | FA | CA | 7B | 0 | 13 | 33 | 2 | 25 | 5D | 49 |
| Octal | 372 | 312 | 173 | 0 | 23 | 63 | 2 | 45 | 135 | 111 |
| Binary | 11111010 | 11001010 | 1111011 | 0 | 10011 | 110011 | 10 | 100101 | 1011101 | 1001001 |
Color Harmonies of #FACA7B
Complementary color
Monochromatic Colors of #FACA7B
Black with #FACA7B
Text Example
Text Example
White with #FACA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA7B; }
p { color: rgb(250,202,123); }
H1.HeaderClassName
{
color: #FACA7B;
}
.AnyTagClassName
{
color: #FACA7B;
}
</style>
background-color css
<style>
a { background-color: #FACA7B; }
a { background-color: rgb(250,202,123); }
div.DivClassName
{
background-color: #FACA7B;
}
.BgClassName
{
background-color: #FACA7B;
}
</style>
border-color css
<style>
span { border-color: #FACA7B; }
span { border-color: rgb(250,202,123); }
td.TdClassName
{
border-color: #FACA7B;
}
.TagClassName
{
border-color: #FACA7B;
}
</style>