Shades of Apricot #FAC9B4
Tints of Apricot #FAC9B4
RGB
CMYK
RGB Variations
Color information
#FAC9B4 (or 0xFAC9B4) is known color: Apricot. HEX triplet: FA, C9 and B4. RGB value is (250,201,180). Sum of RGB (Red+Green+Blue) = 250+201+180=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9B4 is #05364B. Grayscale: #D5D5D5. Windows color (decimal): -341580 or 11848186. OLE color: 11848186.
HSL color Cylindrical-coordinate representation of color #FAC9B4: hue angle of 18º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC9B4 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 180 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.02 |
| HSL | 18º | 0.88% | 0.84% | - |
| HSV(B) | 18º | 0.28% | 0.98% | - |
| XYZ | 68.55 | 65.39 | 52.19 | - |
| YUV | 213.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 180 | 0 | 0.20 | 0.28 | 0.02 | 18 | 0.88 | 0.84 |
| Hex | FA | C9 | B4 | 0 | 14 | 1C | 2 | 12 | 58 | 54 |
| Octal | 372 | 311 | 264 | 0 | 24 | 34 | 2 | 22 | 130 | 124 |
| Binary | 11111010 | 11001001 | 10110100 | 0 | 10100 | 11100 | 10 | 10010 | 1011000 | 1010100 |
Color Harmonies of #FAC9B4
Complementary color
Monochromatic Colors of #FAC9B4
Black with #FAC9B4
Text Example
Text Example
White with #FAC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9B4; }
p { color: rgb(250,201,180); }
H1.HeaderClassName
{
color: #FAC9B4;
}
.AnyTagClassName
{
color: #FAC9B4;
}
</style>
background-color css
<style>
a { background-color: #FAC9B4; }
a { background-color: rgb(250,201,180); }
div.DivClassName
{
background-color: #FAC9B4;
}
.BgClassName
{
background-color: #FAC9B4;
}
</style>
border-color css
<style>
span { border-color: #FAC9B4; }
span { border-color: rgb(250,201,180); }
td.TdClassName
{
border-color: #FAC9B4;
}
.TagClassName
{
border-color: #FAC9B4;
}
</style>