Shades of Milan #F2EE8F
Tints of Milan #F2EE8F
RGB
CMYK
RGB Variations
Color information
#F2EE8F (or 0xF2EE8F) is known color: Milan. HEX triplet: F2, EE and 8F. RGB value is (242,238,143). Sum of RGB (Red+Green+Blue) = 242+238+143=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 143 (56.25% from 255 or 22.95% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE8F is #0D1170. Grayscale: #E4E4E4. Windows color (decimal): -856433 or 9432818. OLE color: 9432818.
HSL color Cylindrical-coordinate representation of color #F2EE8F: hue angle of 57.58º degrees, saturation: 0.79, 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 #F2EE8F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 143 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.05 |
| HSL | 57.58º | 0.79% | 0.75% | - |
| HSV(B) | 57.58º | 0.41% | 0.95% | - |
| XYZ | 72.15 | 82.01 | 38.01 | - |
| YUV | 228.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 143 | 0 | 0.02 | 0.41 | 0.05 | 57.58 | 0.79 | 0.75 |
| Hex | F2 | EE | 8F | 0 | 2 | 29 | 5 | 3A | 4F | 4B |
| Octal | 362 | 356 | 217 | 0 | 2 | 51 | 5 | 72 | 117 | 113 |
| Binary | 11110010 | 11101110 | 10001111 | 0 | 10 | 101001 | 101 | 111010 | 1001111 | 1001011 |
Color Harmonies of #F2EE8F
Complementary color
Monochromatic Colors of #F2EE8F
Black with #F2EE8F
Text Example
Text Example
White with #F2EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE8F; }
p { color: rgb(242,238,143); }
H1.HeaderClassName
{
color: #F2EE8F;
}
.AnyTagClassName
{
color: #F2EE8F;
}
</style>
background-color css
<style>
a { background-color: #F2EE8F; }
a { background-color: rgb(242,238,143); }
div.DivClassName
{
background-color: #F2EE8F;
}
.BgClassName
{
background-color: #F2EE8F;
}
</style>
border-color css
<style>
span { border-color: #F2EE8F; }
span { border-color: rgb(242,238,143); }
td.TdClassName
{
border-color: #F2EE8F;
}
.TagClassName
{
border-color: #F2EE8F;
}
</style>