Shades of Apricot #FAC9AF
Tints of Apricot #FAC9AF
RGB
CMYK
RGB Variations
Color information
#FAC9AF (or 0xFAC9AF) is known color: Apricot. HEX triplet: FA, C9 and AF. RGB value is (250,201,175). Sum of RGB (Red+Green+Blue) = 250+201+175=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9AF is #053650. Grayscale: #D4D4D4. Windows color (decimal): -341585 or 11520506. OLE color: 11520506.
HSL color Cylindrical-coordinate representation of color #FAC9AF: hue angle of 20.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAC9AF is Cyan = 0, Magento = 0.20, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 175 | - |
| CMYK | 0 | 0.20 | 0.3 | 0.02 |
| HSL | 20.8º | 0.88% | 0.83% | - |
| HSV(B) | 20.8º | 0.3% | 0.98% | - |
| XYZ | 68.05 | 65.19 | 49.55 | - |
| YUV | 212.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 175 | 0 | 0.20 | 0.3 | 0.02 | 20.8 | 0.88 | 0.83 |
| Hex | FA | C9 | AF | 0 | 14 | 1E | 2 | 15 | 58 | 53 |
| Octal | 372 | 311 | 257 | 0 | 24 | 36 | 2 | 25 | 130 | 123 |
| Binary | 11111010 | 11001001 | 10101111 | 0 | 10100 | 11110 | 10 | 10101 | 1011000 | 1010011 |
Color Harmonies of #FAC9AF
Complementary color
Monochromatic Colors of #FAC9AF
Black with #FAC9AF
Text Example
Text Example
White with #FAC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9AF; }
p { color: rgb(250,201,175); }
H1.HeaderClassName
{
color: #FAC9AF;
}
.AnyTagClassName
{
color: #FAC9AF;
}
</style>
background-color css
<style>
a { background-color: #FAC9AF; }
a { background-color: rgb(250,201,175); }
div.DivClassName
{
background-color: #FAC9AF;
}
.BgClassName
{
background-color: #FAC9AF;
}
</style>
border-color css
<style>
span { border-color: #FAC9AF; }
span { border-color: rgb(250,201,175); }
td.TdClassName
{
border-color: #FAC9AF;
}
.TagClassName
{
border-color: #FAC9AF;
}
</style>