Shades of Apricot #FAC7B4
Tints of Apricot #FAC7B4
RGB
CMYK
RGB Variations
Color information
#FAC7B4 (or 0xFAC7B4) is known color: Apricot. HEX triplet: FA, C7 and B4. RGB value is (250,199,180). Sum of RGB (Red+Green+Blue) = 250+199+180=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7B4 is #05384B. Grayscale: #D4D4D4. Windows color (decimal): -342092 or 11847674. OLE color: 11847674.
HSL color Cylindrical-coordinate representation of color #FAC7B4: hue angle of 16.29º 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 #FAC7B4 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 180 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.02 |
| HSL | 16.29º | 0.88% | 0.84% | - |
| HSV(B) | 16.29º | 0.28% | 0.98% | - |
| XYZ | 68.09 | 64.47 | 52.03 | - |
| YUV | 212.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 180 | 0 | 0.20 | 0.28 | 0.02 | 16.29 | 0.88 | 0.84 |
| Hex | FA | C7 | B4 | 0 | 14 | 1C | 2 | 10 | 58 | 54 |
| Octal | 372 | 307 | 264 | 0 | 24 | 34 | 2 | 20 | 130 | 124 |
| Binary | 11111010 | 11000111 | 10110100 | 0 | 10100 | 11100 | 10 | 10000 | 1011000 | 1010100 |
Color Harmonies of #FAC7B4
Complementary color
Monochromatic Colors of #FAC7B4
Black with #FAC7B4
Text Example
Text Example
White with #FAC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7B4; }
p { color: rgb(250,199,180); }
H1.HeaderClassName
{
color: #FAC7B4;
}
.AnyTagClassName
{
color: #FAC7B4;
}
</style>
background-color css
<style>
a { background-color: #FAC7B4; }
a { background-color: rgb(250,199,180); }
div.DivClassName
{
background-color: #FAC7B4;
}
.BgClassName
{
background-color: #FAC7B4;
}
</style>
border-color css
<style>
span { border-color: #FAC7B4; }
span { border-color: rgb(250,199,180); }
td.TdClassName
{
border-color: #FAC7B4;
}
.TagClassName
{
border-color: #FAC7B4;
}
</style>