Shades of Apricot White #F8EFDA
Tints of Apricot White #F8EFDA
RGB
CMYK
RGB Variations
Color information
#F8EFDA (or 0xF8EFDA) is known color: Apricot White. HEX triplet: F8, EF and DA. RGB value is (248,239,218). Sum of RGB (Red+Green+Blue) = 248+239+218=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFDA is #071025. Grayscale: #EFEFEF. Windows color (decimal): -462886 or 14348280. OLE color: 14348280.
HSL color Cylindrical-coordinate representation of color #F8EFDA: hue angle of 42º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8EFDA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 218 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.03 |
| HSL | 42º | 0.68% | 0.91% | - |
| HSV(B) | 42º | 0.12% | 0.97% | - |
| XYZ | 82.23 | 86.75 | 78.74 | - |
| YUV | 239.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 218 | 0 | 0.04 | 0.12 | 0.03 | 42 | 0.68 | 0.91 |
| Hex | F8 | EF | DA | 0 | 4 | C | 3 | 2A | 44 | 5B |
| Octal | 370 | 357 | 332 | 0 | 4 | 14 | 3 | 52 | 104 | 133 |
| Binary | 11111000 | 11101111 | 11011010 | 0 | 100 | 1100 | 11 | 101010 | 1000100 | 1011011 |
Color Harmonies of #F8EFDA
Complementary color
Monochromatic Colors of #F8EFDA
Black with #F8EFDA
Text Example
Text Example
White with #F8EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFDA; }
p { color: rgb(248,239,218); }
H1.HeaderClassName
{
color: #F8EFDA;
}
.AnyTagClassName
{
color: #F8EFDA;
}
</style>
background-color css
<style>
a { background-color: #F8EFDA; }
a { background-color: rgb(248,239,218); }
div.DivClassName
{
background-color: #F8EFDA;
}
.BgClassName
{
background-color: #F8EFDA;
}
</style>
border-color css
<style>
span { border-color: #F8EFDA; }
span { border-color: rgb(248,239,218); }
td.TdClassName
{
border-color: #F8EFDA;
}
.TagClassName
{
border-color: #F8EFDA;
}
</style>