Shades of Apricot #F8D1AC
Tints of Apricot #F8D1AC
RGB
CMYK
RGB Variations
Color information
#F8D1AC (or 0xF8D1AC) is known color: Apricot. HEX triplet: F8, D1 and AC. RGB value is (248,209,172). Sum of RGB (Red+Green+Blue) = 248+209+172=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D1AC is #072E53. Grayscale: #D8D8D8. Windows color (decimal): -470612 or 11325944. OLE color: 11325944.
HSL color Cylindrical-coordinate representation of color #F8D1AC: hue angle of 29.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8D1AC is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 172 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.03 |
| HSL | 29.21º | 0.84% | 0.82% | - |
| HSV(B) | 29.21º | 0.31% | 0.97% | - |
| XYZ | 68.96 | 68.54 | 48.62 | - |
| YUV | 216.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 172 | 0 | 0.16 | 0.31 | 0.03 | 29.21 | 0.84 | 0.82 |
| Hex | F8 | D1 | AC | 0 | 10 | 1F | 3 | 1D | 54 | 52 |
| Octal | 370 | 321 | 254 | 0 | 20 | 37 | 3 | 35 | 124 | 122 |
| Binary | 11111000 | 11010001 | 10101100 | 0 | 10000 | 11111 | 11 | 11101 | 1010100 | 1010010 |
Color Harmonies of #F8D1AC
Complementary color
Monochromatic Colors of #F8D1AC
Black with #F8D1AC
Text Example
Text Example
White with #F8D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D1AC; }
p { color: rgb(248,209,172); }
H1.HeaderClassName
{
color: #F8D1AC;
}
.AnyTagClassName
{
color: #F8D1AC;
}
</style>
background-color css
<style>
a { background-color: #F8D1AC; }
a { background-color: rgb(248,209,172); }
div.DivClassName
{
background-color: #F8D1AC;
}
.BgClassName
{
background-color: #F8D1AC;
}
</style>
border-color css
<style>
span { border-color: #F8D1AC; }
span { border-color: rgb(248,209,172); }
td.TdClassName
{
border-color: #F8D1AC;
}
.TagClassName
{
border-color: #F8D1AC;
}
</style>