Shades of Apricot #FAC7B0
Tints of Apricot #FAC7B0
RGB
CMYK
RGB Variations
Color information
#FAC7B0 (or 0xFAC7B0) is known color: Apricot. HEX triplet: FA, C7 and B0. RGB value is (250,199,176). Sum of RGB (Red+Green+Blue) = 250+199+176=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7B0 is #05384F. Grayscale: #D3D3D3. Windows color (decimal): -342096 or 11585530. OLE color: 11585530.
HSL color Cylindrical-coordinate representation of color #FAC7B0: hue angle of 18.65º 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 #FAC7B0 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 176 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.02 |
| HSL | 18.65º | 0.88% | 0.84% | - |
| HSV(B) | 18.65º | 0.3% | 0.98% | - |
| XYZ | 67.68 | 64.31 | 49.92 | - |
| YUV | 211.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 176 | 0 | 0.20 | 0.30 | 0.02 | 18.65 | 0.88 | 0.84 |
| Hex | FA | C7 | B0 | 0 | 14 | 1E | 2 | 13 | 58 | 54 |
| Octal | 372 | 307 | 260 | 0 | 24 | 36 | 2 | 23 | 130 | 124 |
| Binary | 11111010 | 11000111 | 10110000 | 0 | 10100 | 11110 | 10 | 10011 | 1011000 | 1010100 |
Color Harmonies of #FAC7B0
Complementary color
Monochromatic Colors of #FAC7B0
Black with #FAC7B0
Text Example
Text Example
White with #FAC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7B0; }
p { color: rgb(250,199,176); }
H1.HeaderClassName
{
color: #FAC7B0;
}
.AnyTagClassName
{
color: #FAC7B0;
}
</style>
background-color css
<style>
a { background-color: #FAC7B0; }
a { background-color: rgb(250,199,176); }
div.DivClassName
{
background-color: #FAC7B0;
}
.BgClassName
{
background-color: #FAC7B0;
}
</style>
border-color css
<style>
span { border-color: #FAC7B0; }
span { border-color: rgb(250,199,176); }
td.TdClassName
{
border-color: #FAC7B0;
}
.TagClassName
{
border-color: #FAC7B0;
}
</style>