Shades of Apricot #F7C6AE
Tints of Apricot #F7C6AE
RGB
CMYK
RGB Variations
Color information
#F7C6AE (or 0xF7C6AE) is known color: Apricot. HEX triplet: F7, C6 and AE. RGB value is (247,198,174). Sum of RGB (Red+Green+Blue) = 247+198+174=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C6AE is #083951. Grayscale: #D2D2D2. Windows color (decimal): -538962 or 11454199. OLE color: 11454199.
HSL color Cylindrical-coordinate representation of color #F7C6AE: hue angle of 19.73º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7C6AE is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 174 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.03 |
| HSL | 19.73º | 0.82% | 0.83% | - |
| HSV(B) | 19.73º | 0.3% | 0.97% | - |
| XYZ | 66.19 | 63.22 | 48.76 | - |
| YUV | 209.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 174 | 0 | 0.20 | 0.30 | 0.03 | 19.73 | 0.82 | 0.83 |
| Hex | F7 | C6 | AE | 0 | 14 | 1E | 3 | 14 | 52 | 53 |
| Octal | 367 | 306 | 256 | 0 | 24 | 36 | 3 | 24 | 122 | 123 |
| Binary | 11110111 | 11000110 | 10101110 | 0 | 10100 | 11110 | 11 | 10100 | 1010010 | 1010011 |
Color Harmonies of #F7C6AE
Complementary color
Monochromatic Colors of #F7C6AE
Black with #F7C6AE
Text Example
Text Example
White with #F7C6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6AE; }
p { color: rgb(247,198,174); }
H1.HeaderClassName
{
color: #F7C6AE;
}
.AnyTagClassName
{
color: #F7C6AE;
}
</style>
background-color css
<style>
a { background-color: #F7C6AE; }
a { background-color: rgb(247,198,174); }
div.DivClassName
{
background-color: #F7C6AE;
}
.BgClassName
{
background-color: #F7C6AE;
}
</style>
border-color css
<style>
span { border-color: #F7C6AE; }
span { border-color: rgb(247,198,174); }
td.TdClassName
{
border-color: #F7C6AE;
}
.TagClassName
{
border-color: #F7C6AE;
}
</style>