Shades of Apricot #FAC3AB
Tints of Apricot #FAC3AB
RGB
CMYK
RGB Variations
Color information
#FAC3AB (or 0xFAC3AB) is known color: Apricot. HEX triplet: FA, C3 and AB. RGB value is (250,195,171). Sum of RGB (Red+Green+Blue) = 250+195+171=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3AB is #053C54. Grayscale: #D0D0D0. Windows color (decimal): -343125 or 11256826. OLE color: 11256826.
HSL color Cylindrical-coordinate representation of color #FAC3AB: hue angle of 18.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC3AB is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 171 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.02 |
| HSL | 18.23º | 0.89% | 0.83% | - |
| HSV(B) | 18.23º | 0.32% | 0.98% | - |
| XYZ | 66.29 | 62.29 | 47.06 | - |
| YUV | 208.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 171 | 0 | 0.22 | 0.32 | 0.02 | 18.23 | 0.89 | 0.83 |
| Hex | FA | C3 | AB | 0 | 16 | 20 | 2 | 12 | 59 | 53 |
| Octal | 372 | 303 | 253 | 0 | 26 | 40 | 2 | 22 | 131 | 123 |
| Binary | 11111010 | 11000011 | 10101011 | 0 | 10110 | 100000 | 10 | 10010 | 1011001 | 1010011 |
Color Harmonies of #FAC3AB
Complementary color
Monochromatic Colors of #FAC3AB
Black with #FAC3AB
Text Example
Text Example
White with #FAC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3AB; }
p { color: rgb(250,195,171); }
H1.HeaderClassName
{
color: #FAC3AB;
}
.AnyTagClassName
{
color: #FAC3AB;
}
</style>
background-color css
<style>
a { background-color: #FAC3AB; }
a { background-color: rgb(250,195,171); }
div.DivClassName
{
background-color: #FAC3AB;
}
.BgClassName
{
background-color: #FAC3AB;
}
</style>
border-color css
<style>
span { border-color: #FAC3AB; }
span { border-color: rgb(250,195,171); }
td.TdClassName
{
border-color: #FAC3AB;
}
.TagClassName
{
border-color: #FAC3AB;
}
</style>