Shades of Milan #F1EE8F
Tints of Milan #F1EE8F
RGB
CMYK
RGB Variations
Color information
#F1EE8F (or 0xF1EE8F) is known color: Milan. HEX triplet: F1, EE and 8F. RGB value is (241,238,143). Sum of RGB (Red+Green+Blue) = 241+238+143=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 143 (56.25% from 255 or 22.99% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE8F is #0E1170. Grayscale: #E4E4E4. Windows color (decimal): -921969 or 9432817. OLE color: 9432817.
HSL color Cylindrical-coordinate representation of color #F1EE8F: hue angle of 58.16º 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 #F1EE8F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 143 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.05 |
| HSL | 58.16º | 0.78% | 0.75% | - |
| HSV(B) | 58.16º | 0.41% | 0.95% | - |
| XYZ | 71.81 | 81.83 | 38 | - |
| YUV | 228.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 143 | 0 | 0.01 | 0.41 | 0.05 | 58.16 | 0.78 | 0.75 |
| Hex | F1 | EE | 8F | 0 | 1 | 29 | 5 | 3A | 4E | 4B |
| Octal | 361 | 356 | 217 | 0 | 1 | 51 | 5 | 72 | 116 | 113 |
| Binary | 11110001 | 11101110 | 10001111 | 0 | 1 | 101001 | 101 | 111010 | 1001110 | 1001011 |
Color Harmonies of #F1EE8F
Complementary color
Monochromatic Colors of #F1EE8F
Black with #F1EE8F
Text Example
Text Example
White with #F1EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE8F; }
p { color: rgb(241,238,143); }
H1.HeaderClassName
{
color: #F1EE8F;
}
.AnyTagClassName
{
color: #F1EE8F;
}
</style>
background-color css
<style>
a { background-color: #F1EE8F; }
a { background-color: rgb(241,238,143); }
div.DivClassName
{
background-color: #F1EE8F;
}
.BgClassName
{
background-color: #F1EE8F;
}
</style>
border-color css
<style>
span { border-color: #F1EE8F; }
span { border-color: rgb(241,238,143); }
td.TdClassName
{
border-color: #F1EE8F;
}
.TagClassName
{
border-color: #F1EE8F;
}
</style>