Shades of Apricot #F8C6AD
Tints of Apricot #F8C6AD
RGB
CMYK
RGB Variations
Color information
#F8C6AD (or 0xF8C6AD) is known color: Apricot. HEX triplet: F8, C6 and AD. RGB value is (248,198,173). Sum of RGB (Red+Green+Blue) = 248+198+173=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C6AD is #073952. Grayscale: #D2D2D2. Windows color (decimal): -473427 or 11388664. OLE color: 11388664.
HSL color Cylindrical-coordinate representation of color #F8C6AD: hue angle of 20º degrees, saturation: 0.84, 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 #F8C6AD is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 173 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.03 |
| HSL | 20º | 0.84% | 0.83% | - |
| HSV(B) | 20º | 0.3% | 0.97% | - |
| XYZ | 66.45 | 63.36 | 48.26 | - |
| YUV | 210.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 173 | 0 | 0.20 | 0.30 | 0.03 | 20 | 0.84 | 0.83 |
| Hex | F8 | C6 | AD | 0 | 14 | 1E | 3 | 14 | 54 | 53 |
| Octal | 370 | 306 | 255 | 0 | 24 | 36 | 3 | 24 | 124 | 123 |
| Binary | 11111000 | 11000110 | 10101101 | 0 | 10100 | 11110 | 11 | 10100 | 1010100 | 1010011 |
Color Harmonies of #F8C6AD
Complementary color
Monochromatic Colors of #F8C6AD
Black with #F8C6AD
Text Example
Text Example
White with #F8C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6AD; }
p { color: rgb(248,198,173); }
H1.HeaderClassName
{
color: #F8C6AD;
}
.AnyTagClassName
{
color: #F8C6AD;
}
</style>
background-color css
<style>
a { background-color: #F8C6AD; }
a { background-color: rgb(248,198,173); }
div.DivClassName
{
background-color: #F8C6AD;
}
.BgClassName
{
background-color: #F8C6AD;
}
</style>
border-color css
<style>
span { border-color: #F8C6AD; }
span { border-color: rgb(248,198,173); }
td.TdClassName
{
border-color: #F8C6AD;
}
.TagClassName
{
border-color: #F8C6AD;
}
</style>