Shades of Apricot #FAC9B1
Tints of Apricot #FAC9B1
RGB
CMYK
RGB Variations
Color information
#FAC9B1 (or 0xFAC9B1) is known color: Apricot. HEX triplet: FA, C9 and B1. RGB value is (250,201,177). Sum of RGB (Red+Green+Blue) = 250+201+177=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9B1 is #05364E. Grayscale: #D5D5D5. Windows color (decimal): -341583 or 11651578. OLE color: 11651578.
HSL color Cylindrical-coordinate representation of color #FAC9B1: hue angle of 19.73º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAC9B1 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 177 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.02 |
| HSL | 19.73º | 0.88% | 0.84% | - |
| HSV(B) | 19.73º | 0.29% | 0.98% | - |
| XYZ | 68.25 | 65.27 | 50.6 | - |
| YUV | 212.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 177 | 0 | 0.20 | 0.29 | 0.02 | 19.73 | 0.88 | 0.84 |
| Hex | FA | C9 | B1 | 0 | 14 | 1D | 2 | 14 | 58 | 54 |
| Octal | 372 | 311 | 261 | 0 | 24 | 35 | 2 | 24 | 130 | 124 |
| Binary | 11111010 | 11001001 | 10110001 | 0 | 10100 | 11101 | 10 | 10100 | 1011000 | 1010100 |
Color Harmonies of #FAC9B1
Complementary color
Monochromatic Colors of #FAC9B1
Black with #FAC9B1
Text Example
Text Example
White with #FAC9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9B1; }
p { color: rgb(250,201,177); }
H1.HeaderClassName
{
color: #FAC9B1;
}
.AnyTagClassName
{
color: #FAC9B1;
}
</style>
background-color css
<style>
a { background-color: #FAC9B1; }
a { background-color: rgb(250,201,177); }
div.DivClassName
{
background-color: #FAC9B1;
}
.BgClassName
{
background-color: #FAC9B1;
}
</style>
border-color css
<style>
span { border-color: #FAC9B1; }
span { border-color: rgb(250,201,177); }
td.TdClassName
{
border-color: #FAC9B1;
}
.TagClassName
{
border-color: #FAC9B1;
}
</style>