Shades of Milan #F1EE8D
Tints of Milan #F1EE8D
RGB
CMYK
RGB Variations
Color information
#F1EE8D (or 0xF1EE8D) is known color: Milan. HEX triplet: F1, EE and 8D. RGB value is (241,238,141). Sum of RGB (Red+Green+Blue) = 241+238+141=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE8D is #0E1172. Grayscale: #E4E4E4. Windows color (decimal): -921971 or 9301745. OLE color: 9301745.
HSL color Cylindrical-coordinate representation of color #F1EE8D: hue angle of 58.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1EE8D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 141 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.05 |
| HSL | 58.2º | 0.78% | 0.75% | - |
| HSV(B) | 58.2º | 0.41% | 0.95% | - |
| XYZ | 71.66 | 81.77 | 37.21 | - |
| YUV | 227.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 141 | 0 | 0.01 | 0.41 | 0.05 | 58.2 | 0.78 | 0.75 |
| Hex | F1 | EE | 8D | 0 | 1 | 29 | 5 | 3A | 4E | 4B |
| Octal | 361 | 356 | 215 | 0 | 1 | 51 | 5 | 72 | 116 | 113 |
| Binary | 11110001 | 11101110 | 10001101 | 0 | 1 | 101001 | 101 | 111010 | 1001110 | 1001011 |
Color Harmonies of #F1EE8D
Complementary color
Monochromatic Colors of #F1EE8D
Black with #F1EE8D
Text Example
Text Example
White with #F1EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE8D; }
p { color: rgb(241,238,141); }
H1.HeaderClassName
{
color: #F1EE8D;
}
.AnyTagClassName
{
color: #F1EE8D;
}
</style>
background-color css
<style>
a { background-color: #F1EE8D; }
a { background-color: rgb(241,238,141); }
div.DivClassName
{
background-color: #F1EE8D;
}
.BgClassName
{
background-color: #F1EE8D;
}
</style>
border-color css
<style>
span { border-color: #F1EE8D; }
span { border-color: rgb(241,238,141); }
td.TdClassName
{
border-color: #F1EE8D;
}
.TagClassName
{
border-color: #F1EE8D;
}
</style>