Shades of Apricot #F8CEAD
Tints of Apricot #F8CEAD
RGB
CMYK
RGB Variations
Color information
#F8CEAD (or 0xF8CEAD) is known color: Apricot. HEX triplet: F8, CE and AD. RGB value is (248,206,173). Sum of RGB (Red+Green+Blue) = 248+206+173=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEAD is #073152. Grayscale: #D6D6D6. Windows color (decimal): -471379 or 11390712. OLE color: 11390712.
HSL color Cylindrical-coordinate representation of color #F8CEAD: hue angle of 26.4º 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 #F8CEAD is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 173 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.03 |
| HSL | 26.4º | 0.84% | 0.83% | - |
| HSV(B) | 26.4º | 0.3% | 0.97% | - |
| XYZ | 68.33 | 67.12 | 48.89 | - |
| YUV | 214.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 173 | 0 | 0.17 | 0.30 | 0.03 | 26.4 | 0.84 | 0.83 |
| Hex | F8 | CE | AD | 0 | 11 | 1E | 3 | 1A | 54 | 53 |
| Octal | 370 | 316 | 255 | 0 | 21 | 36 | 3 | 32 | 124 | 123 |
| Binary | 11111000 | 11001110 | 10101101 | 0 | 10001 | 11110 | 11 | 11010 | 1010100 | 1010011 |
Color Harmonies of #F8CEAD
Complementary color
Monochromatic Colors of #F8CEAD
Black with #F8CEAD
Text Example
Text Example
White with #F8CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEAD; }
p { color: rgb(248,206,173); }
H1.HeaderClassName
{
color: #F8CEAD;
}
.AnyTagClassName
{
color: #F8CEAD;
}
</style>
background-color css
<style>
a { background-color: #F8CEAD; }
a { background-color: rgb(248,206,173); }
div.DivClassName
{
background-color: #F8CEAD;
}
.BgClassName
{
background-color: #F8CEAD;
}
</style>
border-color css
<style>
span { border-color: #F8CEAD; }
span { border-color: rgb(248,206,173); }
td.TdClassName
{
border-color: #F8CEAD;
}
.TagClassName
{
border-color: #F8CEAD;
}
</style>