Shades of Apricot #F8D2AD
Tints of Apricot #F8D2AD
RGB
CMYK
RGB Variations
Color information
#F8D2AD (or 0xF8D2AD) is known color: Apricot. HEX triplet: F8, D2 and AD. RGB value is (248,210,173). Sum of RGB (Red+Green+Blue) = 248+210+173=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D2AD is #072D52. Grayscale: #D9D9D9. Windows color (decimal): -470355 or 11391736. OLE color: 11391736.
HSL color Cylindrical-coordinate representation of color #F8D2AD: hue angle of 29.6º 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 #F8D2AD is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 173 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.03 |
| HSL | 29.6º | 0.84% | 0.83% | - |
| HSV(B) | 29.6º | 0.3% | 0.97% | - |
| XYZ | 69.3 | 69.07 | 49.21 | - |
| YUV | 217.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 173 | 0 | 0.15 | 0.30 | 0.03 | 29.6 | 0.84 | 0.83 |
| Hex | F8 | D2 | AD | 0 | F | 1E | 3 | 1E | 54 | 53 |
| Octal | 370 | 322 | 255 | 0 | 17 | 36 | 3 | 36 | 124 | 123 |
| Binary | 11111000 | 11010010 | 10101101 | 0 | 1111 | 11110 | 11 | 11110 | 1010100 | 1010011 |
Color Harmonies of #F8D2AD
Complementary color
Monochromatic Colors of #F8D2AD
Black with #F8D2AD
Text Example
Text Example
White with #F8D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2AD; }
p { color: rgb(248,210,173); }
H1.HeaderClassName
{
color: #F8D2AD;
}
.AnyTagClassName
{
color: #F8D2AD;
}
</style>
background-color css
<style>
a { background-color: #F8D2AD; }
a { background-color: rgb(248,210,173); }
div.DivClassName
{
background-color: #F8D2AD;
}
.BgClassName
{
background-color: #F8D2AD;
}
</style>
border-color css
<style>
span { border-color: #F8D2AD; }
span { border-color: rgb(248,210,173); }
td.TdClassName
{
border-color: #F8D2AD;
}
.TagClassName
{
border-color: #F8D2AD;
}
</style>