Shades of Milan #F1EE94
Tints of Milan #F1EE94
RGB
CMYK
RGB Variations
Color information
#F1EE94 (or 0xF1EE94) is known color: Milan. HEX triplet: F1, EE and 94. RGB value is (241,238,148). Sum of RGB (Red+Green+Blue) = 241+238+148=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE94 is #0E116B. Grayscale: #E4E4E4. Windows color (decimal): -921964 or 9760497. OLE color: 9760497.
HSL color Cylindrical-coordinate representation of color #F1EE94: hue angle of 58.06º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1EE94 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 148 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.05 |
| HSL | 58.06º | 0.77% | 0.76% | - |
| HSV(B) | 58.06º | 0.39% | 0.95% | - |
| XYZ | 72.2 | 81.99 | 40.04 | - |
| YUV | 228.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 148 | 0 | 0.01 | 0.39 | 0.05 | 58.06 | 0.77 | 0.76 |
| Hex | F1 | EE | 94 | 0 | 1 | 27 | 5 | 3A | 4D | 4C |
| Octal | 361 | 356 | 224 | 0 | 1 | 47 | 5 | 72 | 115 | 114 |
| Binary | 11110001 | 11101110 | 10010100 | 0 | 1 | 100111 | 101 | 111010 | 1001101 | 1001100 |
Color Harmonies of #F1EE94
Complementary color
Monochromatic Colors of #F1EE94
Black with #F1EE94
Text Example
Text Example
White with #F1EE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE94; }
p { color: rgb(241,238,148); }
H1.HeaderClassName
{
color: #F1EE94;
}
.AnyTagClassName
{
color: #F1EE94;
}
</style>
background-color css
<style>
a { background-color: #F1EE94; }
a { background-color: rgb(241,238,148); }
div.DivClassName
{
background-color: #F1EE94;
}
.BgClassName
{
background-color: #F1EE94;
}
</style>
border-color css
<style>
span { border-color: #F1EE94; }
span { border-color: rgb(241,238,148); }
td.TdClassName
{
border-color: #F1EE94;
}
.TagClassName
{
border-color: #F1EE94;
}
</style>