Shades of Apricot #FAC6AA
Tints of Apricot #FAC6AA
RGB
CMYK
RGB Variations
Color information
#FAC6AA (or 0xFAC6AA) is known color: Apricot. HEX triplet: FA, C6 and AA. RGB value is (250,198,170). Sum of RGB (Red+Green+Blue) = 250+198+170=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6AA is #053955. Grayscale: #D2D2D2. Windows color (decimal): -342358 or 11192058. OLE color: 11192058.
HSL color Cylindrical-coordinate representation of color #FAC6AA: hue angle of 21º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC6AA is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 170 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.02 |
| HSL | 21º | 0.89% | 0.82% | - |
| HSV(B) | 21º | 0.32% | 0.98% | - |
| XYZ | 66.87 | 63.61 | 46.78 | - |
| YUV | 210.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 170 | 0 | 0.21 | 0.32 | 0.02 | 21 | 0.89 | 0.82 |
| Hex | FA | C6 | AA | 0 | 15 | 20 | 2 | 15 | 59 | 52 |
| Octal | 372 | 306 | 252 | 0 | 25 | 40 | 2 | 25 | 131 | 122 |
| Binary | 11111010 | 11000110 | 10101010 | 0 | 10101 | 100000 | 10 | 10101 | 1011001 | 1010010 |
Color Harmonies of #FAC6AA
Complementary color
Monochromatic Colors of #FAC6AA
Black with #FAC6AA
Text Example
Text Example
White with #FAC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6AA; }
p { color: rgb(250,198,170); }
H1.HeaderClassName
{
color: #FAC6AA;
}
.AnyTagClassName
{
color: #FAC6AA;
}
</style>
background-color css
<style>
a { background-color: #FAC6AA; }
a { background-color: rgb(250,198,170); }
div.DivClassName
{
background-color: #FAC6AA;
}
.BgClassName
{
background-color: #FAC6AA;
}
</style>
border-color css
<style>
span { border-color: #FAC6AA; }
span { border-color: rgb(250,198,170); }
td.TdClassName
{
border-color: #FAC6AA;
}
.TagClassName
{
border-color: #FAC6AA;
}
</style>