Shades of Apricot #FAC6B0
Tints of Apricot #FAC6B0
RGB
CMYK
RGB Variations
Color information
#FAC6B0 (or 0xFAC6B0) is known color: Apricot. HEX triplet: FA, C6 and B0. RGB value is (250,198,176). Sum of RGB (Red+Green+Blue) = 250+198+176=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6B0 is #05394F. Grayscale: #D3D3D3. Windows color (decimal): -342352 or 11585274. OLE color: 11585274.
HSL color Cylindrical-coordinate representation of color #FAC6B0: hue angle of 17.84º 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 #FAC6B0 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 176 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.02 |
| HSL | 17.84º | 0.88% | 0.84% | - |
| HSV(B) | 17.84º | 0.3% | 0.98% | - |
| XYZ | 67.45 | 63.85 | 49.84 | - |
| YUV | 211.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 176 | 0 | 0.21 | 0.30 | 0.02 | 17.84 | 0.88 | 0.84 |
| Hex | FA | C6 | B0 | 0 | 15 | 1E | 2 | 12 | 58 | 54 |
| Octal | 372 | 306 | 260 | 0 | 25 | 36 | 2 | 22 | 130 | 124 |
| Binary | 11111010 | 11000110 | 10110000 | 0 | 10101 | 11110 | 10 | 10010 | 1011000 | 1010100 |
Color Harmonies of #FAC6B0
Complementary color
Monochromatic Colors of #FAC6B0
Black with #FAC6B0
Text Example
Text Example
White with #FAC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6B0; }
p { color: rgb(250,198,176); }
H1.HeaderClassName
{
color: #FAC6B0;
}
.AnyTagClassName
{
color: #FAC6B0;
}
</style>
background-color css
<style>
a { background-color: #FAC6B0; }
a { background-color: rgb(250,198,176); }
div.DivClassName
{
background-color: #FAC6B0;
}
.BgClassName
{
background-color: #FAC6B0;
}
</style>
border-color css
<style>
span { border-color: #FAC6B0; }
span { border-color: rgb(250,198,176); }
td.TdClassName
{
border-color: #FAC6B0;
}
.TagClassName
{
border-color: #FAC6B0;
}
</style>