Shades of Apricot #FACAB0
Tints of Apricot #FACAB0
RGB
CMYK
RGB Variations
Color information
#FACAB0 (or 0xFACAB0) is known color: Apricot. HEX triplet: FA, CA and B0. RGB value is (250,202,176). Sum of RGB (Red+Green+Blue) = 250+202+176=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAB0 is #05354F. Grayscale: #D5D5D5. Windows color (decimal): -341328 or 11586298. OLE color: 11586298.
HSL color Cylindrical-coordinate representation of color #FACAB0: hue angle of 21.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FACAB0 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 176 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.02 |
| HSL | 21.08º | 0.88% | 0.84% | - |
| HSV(B) | 21.08º | 0.3% | 0.98% | - |
| XYZ | 68.38 | 65.7 | 50.15 | - |
| YUV | 213.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 176 | 0 | 0.19 | 0.30 | 0.02 | 21.08 | 0.88 | 0.84 |
| Hex | FA | CA | B0 | 0 | 13 | 1E | 2 | 15 | 58 | 54 |
| Octal | 372 | 312 | 260 | 0 | 23 | 36 | 2 | 25 | 130 | 124 |
| Binary | 11111010 | 11001010 | 10110000 | 0 | 10011 | 11110 | 10 | 10101 | 1011000 | 1010100 |
Color Harmonies of #FACAB0
Complementary color
Monochromatic Colors of #FACAB0
Black with #FACAB0
Text Example
Text Example
White with #FACAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAB0; }
p { color: rgb(250,202,176); }
H1.HeaderClassName
{
color: #FACAB0;
}
.AnyTagClassName
{
color: #FACAB0;
}
</style>
background-color css
<style>
a { background-color: #FACAB0; }
a { background-color: rgb(250,202,176); }
div.DivClassName
{
background-color: #FACAB0;
}
.BgClassName
{
background-color: #FACAB0;
}
</style>
border-color css
<style>
span { border-color: #FACAB0; }
span { border-color: rgb(250,202,176); }
td.TdClassName
{
border-color: #FACAB0;
}
.TagClassName
{
border-color: #FACAB0;
}
</style>