Shades of Apricot #FAC9AD
Tints of Apricot #FAC9AD
RGB
CMYK
RGB Variations
Color information
#FAC9AD (or 0xFAC9AD) is known color: Apricot. HEX triplet: FA, C9 and AD. RGB value is (250,201,173). Sum of RGB (Red+Green+Blue) = 250+201+173=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9AD is #053652. Grayscale: #D4D4D4. Windows color (decimal): -341587 or 11389434. OLE color: 11389434.
HSL color Cylindrical-coordinate representation of color #FAC9AD: hue angle of 21.82º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAC9AD is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 173 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.02 |
| HSL | 21.82º | 0.89% | 0.83% | - |
| HSV(B) | 21.82º | 0.31% | 0.98% | - |
| XYZ | 67.85 | 65.11 | 48.53 | - |
| YUV | 212.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 173 | 0 | 0.20 | 0.31 | 0.02 | 21.82 | 0.89 | 0.83 |
| Hex | FA | C9 | AD | 0 | 14 | 1F | 2 | 16 | 59 | 53 |
| Octal | 372 | 311 | 255 | 0 | 24 | 37 | 2 | 26 | 131 | 123 |
| Binary | 11111010 | 11001001 | 10101101 | 0 | 10100 | 11111 | 10 | 10110 | 1011001 | 1010011 |
Color Harmonies of #FAC9AD
Complementary color
Monochromatic Colors of #FAC9AD
Black with #FAC9AD
Text Example
Text Example
White with #FAC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9AD; }
p { color: rgb(250,201,173); }
H1.HeaderClassName
{
color: #FAC9AD;
}
.AnyTagClassName
{
color: #FAC9AD;
}
</style>
background-color css
<style>
a { background-color: #FAC9AD; }
a { background-color: rgb(250,201,173); }
div.DivClassName
{
background-color: #FAC9AD;
}
.BgClassName
{
background-color: #FAC9AD;
}
</style>
border-color css
<style>
span { border-color: #FAC9AD; }
span { border-color: rgb(250,201,173); }
td.TdClassName
{
border-color: #FAC9AD;
}
.TagClassName
{
border-color: #FAC9AD;
}
</style>