Shades of Apricot #FAC8AA
Tints of Apricot #FAC8AA
RGB
CMYK
RGB Variations
Color information
#FAC8AA (or 0xFAC8AA) is known color: Apricot. HEX triplet: FA, C8 and AA. RGB value is (250,200,170). Sum of RGB (Red+Green+Blue) = 250+200+170=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AA is #053755. Grayscale: #D3D3D3. Windows color (decimal): -341846 or 11192570. OLE color: 11192570.
HSL color Cylindrical-coordinate representation of color #FAC8AA: hue angle of 22.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC8AA is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 170 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.02 |
| HSL | 22.5º | 0.89% | 0.82% | - |
| HSV(B) | 22.5º | 0.32% | 0.98% | - |
| XYZ | 67.33 | 64.53 | 46.94 | - |
| YUV | 211.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 170 | 0 | 0.2 | 0.32 | 0.02 | 22.5 | 0.89 | 0.82 |
| Hex | FA | C8 | AA | 0 | 14 | 20 | 2 | 16 | 59 | 52 |
| Octal | 372 | 310 | 252 | 0 | 24 | 40 | 2 | 26 | 131 | 122 |
| Binary | 11111010 | 11001000 | 10101010 | 0 | 10100 | 100000 | 10 | 10110 | 1011001 | 1010010 |
Color Harmonies of #FAC8AA
Complementary color
Monochromatic Colors of #FAC8AA
Black with #FAC8AA
Text Example
Text Example
White with #FAC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8AA; }
p { color: rgb(250,200,170); }
H1.HeaderClassName
{
color: #FAC8AA;
}
.AnyTagClassName
{
color: #FAC8AA;
}
</style>
background-color css
<style>
a { background-color: #FAC8AA; }
a { background-color: rgb(250,200,170); }
div.DivClassName
{
background-color: #FAC8AA;
}
.BgClassName
{
background-color: #FAC8AA;
}
</style>
border-color css
<style>
span { border-color: #FAC8AA; }
span { border-color: rgb(250,200,170); }
td.TdClassName
{
border-color: #FAC8AA;
}
.TagClassName
{
border-color: #FAC8AA;
}
</style>