Shades of Apricot #F8D0AD
Tints of Apricot #F8D0AD
RGB
CMYK
RGB Variations
Color information
#F8D0AD (or 0xF8D0AD) is known color: Apricot. HEX triplet: F8, D0 and AD. RGB value is (248,208,173). Sum of RGB (Red+Green+Blue) = 248+208+173=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D0AD is #072F52. Grayscale: #D8D8D8. Windows color (decimal): -470867 or 11391224. OLE color: 11391224.
HSL color Cylindrical-coordinate representation of color #F8D0AD: hue angle of 28º 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 #F8D0AD is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 173 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.03 |
| HSL | 28º | 0.84% | 0.83% | - |
| HSV(B) | 28º | 0.3% | 0.97% | - |
| XYZ | 68.81 | 68.09 | 49.05 | - |
| YUV | 215.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 173 | 0 | 0.16 | 0.30 | 0.03 | 28 | 0.84 | 0.83 |
| Hex | F8 | D0 | AD | 0 | 10 | 1E | 3 | 1C | 54 | 53 |
| Octal | 370 | 320 | 255 | 0 | 20 | 36 | 3 | 34 | 124 | 123 |
| Binary | 11111000 | 11010000 | 10101101 | 0 | 10000 | 11110 | 11 | 11100 | 1010100 | 1010011 |
Color Harmonies of #F8D0AD
Complementary color
Monochromatic Colors of #F8D0AD
Black with #F8D0AD
Text Example
Text Example
White with #F8D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0AD; }
p { color: rgb(248,208,173); }
H1.HeaderClassName
{
color: #F8D0AD;
}
.AnyTagClassName
{
color: #F8D0AD;
}
</style>
background-color css
<style>
a { background-color: #F8D0AD; }
a { background-color: rgb(248,208,173); }
div.DivClassName
{
background-color: #F8D0AD;
}
.BgClassName
{
background-color: #F8D0AD;
}
</style>
border-color css
<style>
span { border-color: #F8D0AD; }
span { border-color: rgb(248,208,173); }
td.TdClassName
{
border-color: #F8D0AD;
}
.TagClassName
{
border-color: #F8D0AD;
}
</style>