Shades of Apricot #FAC8AD
Tints of Apricot #FAC8AD
RGB
CMYK
RGB Variations
Color information
#FAC8AD (or 0xFAC8AD) is known color: Apricot. HEX triplet: FA, C8 and AD. RGB value is (250,200,173). Sum of RGB (Red+Green+Blue) = 250+200+173=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AD is #053752. Grayscale: #D4D4D4. Windows color (decimal): -341843 or 11389178. OLE color: 11389178.
HSL color Cylindrical-coordinate representation of color #FAC8AD: hue angle of 21.04º 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 #FAC8AD is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 173 | - |
| CMYK | 0 | 0.2 | 0.31 | 0.02 |
| HSL | 21.04º | 0.89% | 0.83% | - |
| HSV(B) | 21.04º | 0.31% | 0.98% | - |
| XYZ | 67.62 | 64.65 | 48.45 | - |
| YUV | 211.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 173 | 0 | 0.2 | 0.31 | 0.02 | 21.04 | 0.89 | 0.83 |
| Hex | FA | C8 | AD | 0 | 14 | 1F | 2 | 15 | 59 | 53 |
| Octal | 372 | 310 | 255 | 0 | 24 | 37 | 2 | 25 | 131 | 123 |
| Binary | 11111010 | 11001000 | 10101101 | 0 | 10100 | 11111 | 10 | 10101 | 1011001 | 1010011 |
Color Harmonies of #FAC8AD
Complementary color
Monochromatic Colors of #FAC8AD
Black with #FAC8AD
Text Example
Text Example
White with #FAC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8AD; }
p { color: rgb(250,200,173); }
H1.HeaderClassName
{
color: #FAC8AD;
}
.AnyTagClassName
{
color: #FAC8AD;
}
</style>
background-color css
<style>
a { background-color: #FAC8AD; }
a { background-color: rgb(250,200,173); }
div.DivClassName
{
background-color: #FAC8AD;
}
.BgClassName
{
background-color: #FAC8AD;
}
</style>
border-color css
<style>
span { border-color: #FAC8AD; }
span { border-color: rgb(250,200,173); }
td.TdClassName
{
border-color: #FAC8AD;
}
.TagClassName
{
border-color: #FAC8AD;
}
</style>