Shades of Apricot White #F5EED8
Tints of Apricot White #F5EED8
RGB
CMYK
RGB Variations
Color information
#F5EED8 (or 0xF5EED8) is known color: Apricot White. HEX triplet: F5, EE and D8. RGB value is (245,238,216). Sum of RGB (Red+Green+Blue) = 245+238+216=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EED8 is #0A1127. Grayscale: #EDEDED. Windows color (decimal): -659752 or 14216949. OLE color: 14216949.
HSL color Cylindrical-coordinate representation of color #F5EED8: hue angle of 45.52º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5EED8 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 216 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.04 |
| HSL | 45.52º | 0.59% | 0.9% | - |
| HSV(B) | 45.52º | 0.12% | 0.96% | - |
| XYZ | 80.63 | 85.52 | 77.22 | - |
| YUV | 237.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 216 | 0 | 0.03 | 0.12 | 0.04 | 45.52 | 0.59 | 0.9 |
| Hex | F5 | EE | D8 | 0 | 3 | C | 4 | 2E | 3B | 5A |
| Octal | 365 | 356 | 330 | 0 | 3 | 14 | 4 | 56 | 73 | 132 |
| Binary | 11110101 | 11101110 | 11011000 | 0 | 11 | 1100 | 100 | 101110 | 111011 | 1011010 |
Color Harmonies of #F5EED8
Complementary color
Monochromatic Colors of #F5EED8
Black with #F5EED8
Text Example
Text Example
White with #F5EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EED8; }
p { color: rgb(245,238,216); }
H1.HeaderClassName
{
color: #F5EED8;
}
.AnyTagClassName
{
color: #F5EED8;
}
</style>
background-color css
<style>
a { background-color: #F5EED8; }
a { background-color: rgb(245,238,216); }
div.DivClassName
{
background-color: #F5EED8;
}
.BgClassName
{
background-color: #F5EED8;
}
</style>
border-color css
<style>
span { border-color: #F5EED8; }
span { border-color: rgb(245,238,216); }
td.TdClassName
{
border-color: #F5EED8;
}
.TagClassName
{
border-color: #F5EED8;
}
</style>