Shades of Apricot #F8D0AC
Tints of Apricot #F8D0AC
RGB
CMYK
RGB Variations
Color information
#F8D0AC (or 0xF8D0AC) is known color: Apricot. HEX triplet: F8, D0 and AC. RGB value is (248,208,172). Sum of RGB (Red+Green+Blue) = 248+208+172=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D0AC is #072F53. Grayscale: #D8D8D8. Windows color (decimal): -470868 or 11325688. OLE color: 11325688.
HSL color Cylindrical-coordinate representation of color #F8D0AC: hue angle of 28.42º 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 #F8D0AC is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 172 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.03 |
| HSL | 28.42º | 0.84% | 0.82% | - |
| HSV(B) | 28.42º | 0.31% | 0.97% | - |
| XYZ | 68.71 | 68.05 | 48.54 | - |
| YUV | 215.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 172 | 0 | 0.16 | 0.31 | 0.03 | 28.42 | 0.84 | 0.82 |
| Hex | F8 | D0 | AC | 0 | 10 | 1F | 3 | 1C | 54 | 52 |
| Octal | 370 | 320 | 254 | 0 | 20 | 37 | 3 | 34 | 124 | 122 |
| Binary | 11111000 | 11010000 | 10101100 | 0 | 10000 | 11111 | 11 | 11100 | 1010100 | 1010010 |
Color Harmonies of #F8D0AC
Complementary color
Monochromatic Colors of #F8D0AC
Black with #F8D0AC
Text Example
Text Example
White with #F8D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0AC; }
p { color: rgb(248,208,172); }
H1.HeaderClassName
{
color: #F8D0AC;
}
.AnyTagClassName
{
color: #F8D0AC;
}
</style>
background-color css
<style>
a { background-color: #F8D0AC; }
a { background-color: rgb(248,208,172); }
div.DivClassName
{
background-color: #F8D0AC;
}
.BgClassName
{
background-color: #F8D0AC;
}
</style>
border-color css
<style>
span { border-color: #F8D0AC; }
span { border-color: rgb(248,208,172); }
td.TdClassName
{
border-color: #F8D0AC;
}
.TagClassName
{
border-color: #F8D0AC;
}
</style>