Shades of Apricot #F7C8AC
Tints of Apricot #F7C8AC
RGB
CMYK
RGB Variations
Color information
#F7C8AC (or 0xF7C8AC) is known color: Apricot. HEX triplet: F7, C8 and AC. RGB value is (247,200,172). Sum of RGB (Red+Green+Blue) = 247+200+172=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C8AC is #083753. Grayscale: #D3D3D3. Windows color (decimal): -538452 or 11323639. OLE color: 11323639.
HSL color Cylindrical-coordinate representation of color #F7C8AC: hue angle of 22.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7C8AC is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 172 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.03 |
| HSL | 22.4º | 0.82% | 0.82% | - |
| HSV(B) | 22.4º | 0.3% | 0.97% | - |
| XYZ | 66.46 | 64.06 | 47.89 | - |
| YUV | 210.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 172 | 0 | 0.19 | 0.30 | 0.03 | 22.4 | 0.82 | 0.82 |
| Hex | F7 | C8 | AC | 0 | 13 | 1E | 3 | 16 | 52 | 52 |
| Octal | 367 | 310 | 254 | 0 | 23 | 36 | 3 | 26 | 122 | 122 |
| Binary | 11110111 | 11001000 | 10101100 | 0 | 10011 | 11110 | 11 | 10110 | 1010010 | 1010010 |
Color Harmonies of #F7C8AC
Complementary color
Monochromatic Colors of #F7C8AC
Black with #F7C8AC
Text Example
Text Example
White with #F7C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8AC; }
p { color: rgb(247,200,172); }
H1.HeaderClassName
{
color: #F7C8AC;
}
.AnyTagClassName
{
color: #F7C8AC;
}
</style>
background-color css
<style>
a { background-color: #F7C8AC; }
a { background-color: rgb(247,200,172); }
div.DivClassName
{
background-color: #F7C8AC;
}
.BgClassName
{
background-color: #F7C8AC;
}
</style>
border-color css
<style>
span { border-color: #F7C8AC; }
span { border-color: rgb(247,200,172); }
td.TdClassName
{
border-color: #F7C8AC;
}
.TagClassName
{
border-color: #F7C8AC;
}
</style>