Shades of Peach-Yellow #F8E2AD
Tints of Peach-Yellow #F8E2AD
RGB
CMYK
RGB Variations
Color information
#F8E2AD (or 0xF8E2AD) is known color: Peach-Yellow. HEX triplet: F8, E2 and AD. RGB value is (248,226,173). Sum of RGB (Red+Green+Blue) = 248+226+173=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E2AD is #071D52. Grayscale: #E2E2E2. Windows color (decimal): -466259 or 11395832. OLE color: 11395832.
HSL color Cylindrical-coordinate representation of color #F8E2AD: hue angle of 42.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 #F8E2AD is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 173 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.03 |
| HSL | 42.4º | 0.84% | 0.83% | - |
| HSV(B) | 42.4º | 0.3% | 0.97% | - |
| XYZ | 73.45 | 77.37 | 50.6 | - |
| YUV | 226.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 173 | 0 | 0.09 | 0.30 | 0.03 | 42.4 | 0.84 | 0.83 |
| Hex | F8 | E2 | AD | 0 | 9 | 1E | 3 | 2A | 54 | 53 |
| Octal | 370 | 342 | 255 | 0 | 11 | 36 | 3 | 52 | 124 | 123 |
| Binary | 11111000 | 11100010 | 10101101 | 0 | 1001 | 11110 | 11 | 101010 | 1010100 | 1010011 |
Color Harmonies of #F8E2AD
Complementary color
Monochromatic Colors of #F8E2AD
Black with #F8E2AD
Text Example
Text Example
White with #F8E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2AD; }
p { color: rgb(248,226,173); }
H1.HeaderClassName
{
color: #F8E2AD;
}
.AnyTagClassName
{
color: #F8E2AD;
}
</style>
background-color css
<style>
a { background-color: #F8E2AD; }
a { background-color: rgb(248,226,173); }
div.DivClassName
{
background-color: #F8E2AD;
}
.BgClassName
{
background-color: #F8E2AD;
}
</style>
border-color css
<style>
span { border-color: #F8E2AD; }
span { border-color: rgb(248,226,173); }
td.TdClassName
{
border-color: #F8E2AD;
}
.TagClassName
{
border-color: #F8E2AD;
}
</style>