Shades of Milan #FEF28E
Tints of Milan #FEF28E
RGB
CMYK
RGB Variations
Color information
#FEF28E (or 0xFEF28E) is known color: Milan. HEX triplet: FE, F2 and 8E. RGB value is (254,242,142). Sum of RGB (Red+Green+Blue) = 254+242+142=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 142 (55.86% from 255 or 22.26% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF28E is #010D71. Grayscale: #EAEAEA. Windows color (decimal): -68978 or 9368318. OLE color: 9368318.
HSL color Cylindrical-coordinate representation of color #FEF28E: hue angle of 53.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEF28E is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 142 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.00 |
| HSL | 53.57º | 0.98% | 0.78% | - |
| HSV(B) | 53.57º | 0.44% | 1% | - |
| XYZ | 77.51 | 86.53 | 38.21 | - |
| YUV | 234.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 142 | 0 | 0.05 | 0.44 | 0.00 | 53.57 | 0.98 | 0.78 |
| Hex | FE | F2 | 8E | 0 | 5 | 2C | 0 | 36 | 62 | 4E |
| Octal | 376 | 362 | 216 | 0 | 5 | 54 | 0 | 66 | 142 | 116 |
| Binary | 11111110 | 11110010 | 10001110 | 0 | 101 | 101100 | 0 | 110110 | 1100010 | 1001110 |
Color Harmonies of #FEF28E
Complementary color
Monochromatic Colors of #FEF28E
Black with #FEF28E
Text Example
Text Example
White with #FEF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF28E; }
p { color: rgb(254,242,142); }
H1.HeaderClassName
{
color: #FEF28E;
}
.AnyTagClassName
{
color: #FEF28E;
}
</style>
background-color css
<style>
a { background-color: #FEF28E; }
a { background-color: rgb(254,242,142); }
div.DivClassName
{
background-color: #FEF28E;
}
.BgClassName
{
background-color: #FEF28E;
}
</style>
border-color css
<style>
span { border-color: #FEF28E; }
span { border-color: rgb(254,242,142); }
td.TdClassName
{
border-color: #FEF28E;
}
.TagClassName
{
border-color: #FEF28E;
}
</style>