Shades of Milan #F8EE8D
Tints of Milan #F8EE8D
RGB
CMYK
RGB Variations
Color information
#F8EE8D (or 0xF8EE8D) is known color: Milan. HEX triplet: F8, EE and 8D. RGB value is (248,238,141). Sum of RGB (Red+Green+Blue) = 248+238+141=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 141 (55.47% from 255 or 22.49% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EE8D is #071172. Grayscale: #E6E6E6. Windows color (decimal): -463219 or 9301752. OLE color: 9301752.
HSL color Cylindrical-coordinate representation of color #F8EE8D: hue angle of 54.39º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8EE8D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 141 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.03 |
| HSL | 54.39º | 0.88% | 0.76% | - |
| HSV(B) | 54.39º | 0.43% | 0.97% | - |
| XYZ | 74.09 | 83.03 | 37.32 | - |
| YUV | 229.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 141 | 0 | 0.04 | 0.43 | 0.03 | 54.39 | 0.88 | 0.76 |
| Hex | F8 | EE | 8D | 0 | 4 | 2B | 3 | 36 | 58 | 4C |
| Octal | 370 | 356 | 215 | 0 | 4 | 53 | 3 | 66 | 130 | 114 |
| Binary | 11111000 | 11101110 | 10001101 | 0 | 100 | 101011 | 11 | 110110 | 1011000 | 1001100 |
Color Harmonies of #F8EE8D
Complementary color
Monochromatic Colors of #F8EE8D
Black with #F8EE8D
Text Example
Text Example
White with #F8EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE8D; }
p { color: rgb(248,238,141); }
H1.HeaderClassName
{
color: #F8EE8D;
}
.AnyTagClassName
{
color: #F8EE8D;
}
</style>
background-color css
<style>
a { background-color: #F8EE8D; }
a { background-color: rgb(248,238,141); }
div.DivClassName
{
background-color: #F8EE8D;
}
.BgClassName
{
background-color: #F8EE8D;
}
</style>
border-color css
<style>
span { border-color: #F8EE8D; }
span { border-color: rgb(248,238,141); }
td.TdClassName
{
border-color: #F8EE8D;
}
.TagClassName
{
border-color: #F8EE8D;
}
</style>