Shades of Apricot #F8C6AF
Tints of Apricot #F8C6AF
RGB
CMYK
RGB Variations
Color information
#F8C6AF (or 0xF8C6AF) is known color: Apricot. HEX triplet: F8, C6 and AF. RGB value is (248,198,175). Sum of RGB (Red+Green+Blue) = 248+198+175=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C6AF is #073950. Grayscale: #D2D2D2. Windows color (decimal): -473425 or 11519736. OLE color: 11519736.
HSL color Cylindrical-coordinate representation of color #F8C6AF: hue angle of 18.9º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8C6AF is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 175 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.03 |
| HSL | 18.9º | 0.84% | 0.83% | - |
| HSV(B) | 18.9º | 0.29% | 0.97% | - |
| XYZ | 66.64 | 63.44 | 49.29 | - |
| YUV | 210.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 175 | 0 | 0.20 | 0.29 | 0.03 | 18.9 | 0.84 | 0.83 |
| Hex | F8 | C6 | AF | 0 | 14 | 1D | 3 | 13 | 54 | 53 |
| Octal | 370 | 306 | 257 | 0 | 24 | 35 | 3 | 23 | 124 | 123 |
| Binary | 11111000 | 11000110 | 10101111 | 0 | 10100 | 11101 | 11 | 10011 | 1010100 | 1010011 |
Color Harmonies of #F8C6AF
Complementary color
Monochromatic Colors of #F8C6AF
Black with #F8C6AF
Text Example
Text Example
White with #F8C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6AF; }
p { color: rgb(248,198,175); }
H1.HeaderClassName
{
color: #F8C6AF;
}
.AnyTagClassName
{
color: #F8C6AF;
}
</style>
background-color css
<style>
a { background-color: #F8C6AF; }
a { background-color: rgb(248,198,175); }
div.DivClassName
{
background-color: #F8C6AF;
}
.BgClassName
{
background-color: #F8C6AF;
}
</style>
border-color css
<style>
span { border-color: #F8C6AF; }
span { border-color: rgb(248,198,175); }
td.TdClassName
{
border-color: #F8C6AF;
}
.TagClassName
{
border-color: #F8C6AF;
}
</style>