Shades of Apricot #FAC3AA
Tints of Apricot #FAC3AA
RGB
CMYK
RGB Variations
Color information
#FAC3AA (or 0xFAC3AA) is known color: Apricot. HEX triplet: FA, C3 and AA. RGB value is (250,195,170). Sum of RGB (Red+Green+Blue) = 250+195+170=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3AA is #053C55. Grayscale: #D0D0D0. Windows color (decimal): -343126 or 11191290. OLE color: 11191290.
HSL color Cylindrical-coordinate representation of color #FAC3AA: hue angle of 18.75º 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 #FAC3AA is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 170 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.02 |
| HSL | 18.75º | 0.89% | 0.82% | - |
| HSV(B) | 18.75º | 0.32% | 0.98% | - |
| XYZ | 66.2 | 62.26 | 46.56 | - |
| YUV | 208.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 170 | 0 | 0.22 | 0.32 | 0.02 | 18.75 | 0.89 | 0.82 |
| Hex | FA | C3 | AA | 0 | 16 | 20 | 2 | 13 | 59 | 52 |
| Octal | 372 | 303 | 252 | 0 | 26 | 40 | 2 | 23 | 131 | 122 |
| Binary | 11111010 | 11000011 | 10101010 | 0 | 10110 | 100000 | 10 | 10011 | 1011001 | 1010010 |
Color Harmonies of #FAC3AA
Complementary color
Monochromatic Colors of #FAC3AA
Black with #FAC3AA
Text Example
Text Example
White with #FAC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3AA; }
p { color: rgb(250,195,170); }
H1.HeaderClassName
{
color: #FAC3AA;
}
.AnyTagClassName
{
color: #FAC3AA;
}
</style>
background-color css
<style>
a { background-color: #FAC3AA; }
a { background-color: rgb(250,195,170); }
div.DivClassName
{
background-color: #FAC3AA;
}
.BgClassName
{
background-color: #FAC3AA;
}
</style>
border-color css
<style>
span { border-color: #FAC3AA; }
span { border-color: rgb(250,195,170); }
td.TdClassName
{
border-color: #FAC3AA;
}
.TagClassName
{
border-color: #FAC3AA;
}
</style>