Shades of Apricot #FAC9AB
Tints of Apricot #FAC9AB
RGB
CMYK
RGB Variations
Color information
#FAC9AB (or 0xFAC9AB) is known color: Apricot. HEX triplet: FA, C9 and AB. RGB value is (250,201,171). Sum of RGB (Red+Green+Blue) = 250+201+171=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9AB is #053654. Grayscale: #D4D4D4. Windows color (decimal): -341589 or 11258362. OLE color: 11258362.
HSL color Cylindrical-coordinate representation of color #FAC9AB: hue angle of 22.78º 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 #FAC9AB is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 171 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.02 |
| HSL | 22.78º | 0.89% | 0.83% | - |
| HSV(B) | 22.78º | 0.32% | 0.98% | - |
| XYZ | 67.66 | 65.04 | 47.52 | - |
| YUV | 212.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 171 | 0 | 0.20 | 0.32 | 0.02 | 22.78 | 0.89 | 0.83 |
| Hex | FA | C9 | AB | 0 | 14 | 20 | 2 | 17 | 59 | 53 |
| Octal | 372 | 311 | 253 | 0 | 24 | 40 | 2 | 27 | 131 | 123 |
| Binary | 11111010 | 11001001 | 10101011 | 0 | 10100 | 100000 | 10 | 10111 | 1011001 | 1010011 |
Color Harmonies of #FAC9AB
Complementary color
Monochromatic Colors of #FAC9AB
Black with #FAC9AB
Text Example
Text Example
White with #FAC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9AB; }
p { color: rgb(250,201,171); }
H1.HeaderClassName
{
color: #FAC9AB;
}
.AnyTagClassName
{
color: #FAC9AB;
}
</style>
background-color css
<style>
a { background-color: #FAC9AB; }
a { background-color: rgb(250,201,171); }
div.DivClassName
{
background-color: #FAC9AB;
}
.BgClassName
{
background-color: #FAC9AB;
}
</style>
border-color css
<style>
span { border-color: #FAC9AB; }
span { border-color: rgb(250,201,171); }
td.TdClassName
{
border-color: #FAC9AB;
}
.TagClassName
{
border-color: #FAC9AB;
}
</style>