Shades of Milan #F8EE8F
Tints of Milan #F8EE8F
RGB
CMYK
RGB Variations
Color information
#F8EE8F (or 0xF8EE8F) is known color: Milan. HEX triplet: F8, EE and 8F. RGB value is (248,238,143). Sum of RGB (Red+Green+Blue) = 248+238+143=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 143 (56.25% from 255 or 22.73% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EE8F is #071170. Grayscale: #E6E6E6. Windows color (decimal): -463217 or 9432824. OLE color: 9432824.
HSL color Cylindrical-coordinate representation of color #F8EE8F: hue angle of 54.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8EE8F is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 143 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.03 |
| HSL | 54.29º | 0.88% | 0.77% | - |
| HSV(B) | 54.29º | 0.42% | 0.97% | - |
| XYZ | 74.24 | 83.09 | 38.11 | - |
| YUV | 230.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 143 | 0 | 0.04 | 0.42 | 0.03 | 54.29 | 0.88 | 0.77 |
| Hex | F8 | EE | 8F | 0 | 4 | 2A | 3 | 36 | 58 | 4D |
| Octal | 370 | 356 | 217 | 0 | 4 | 52 | 3 | 66 | 130 | 115 |
| Binary | 11111000 | 11101110 | 10001111 | 0 | 100 | 101010 | 11 | 110110 | 1011000 | 1001101 |
Color Harmonies of #F8EE8F
Complementary color
Monochromatic Colors of #F8EE8F
Black with #F8EE8F
Text Example
Text Example
White with #F8EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE8F; }
p { color: rgb(248,238,143); }
H1.HeaderClassName
{
color: #F8EE8F;
}
.AnyTagClassName
{
color: #F8EE8F;
}
</style>
background-color css
<style>
a { background-color: #F8EE8F; }
a { background-color: rgb(248,238,143); }
div.DivClassName
{
background-color: #F8EE8F;
}
.BgClassName
{
background-color: #F8EE8F;
}
</style>
border-color css
<style>
span { border-color: #F8EE8F; }
span { border-color: rgb(248,238,143); }
td.TdClassName
{
border-color: #F8EE8F;
}
.TagClassName
{
border-color: #F8EE8F;
}
</style>