Shades of Milan #FEF68E
Tints of Milan #FEF68E
RGB
CMYK
RGB Variations
Color information
#FEF68E (or 0xFEF68E) is known color: Milan. HEX triplet: FE, F6 and 8E. RGB value is (254,246,142). Sum of RGB (Red+Green+Blue) = 254+246+142=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 142 (55.86% from 255 or 22.12% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF68E is #010971. Grayscale: #ECECEC. Windows color (decimal): -67954 or 9369342. OLE color: 9369342.
HSL color Cylindrical-coordinate representation of color #FEF68E: hue angle of 55.71º 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 #FEF68E is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 142 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.00 |
| HSL | 55.71º | 0.98% | 0.78% | - |
| HSV(B) | 55.71º | 0.44% | 1% | - |
| XYZ | 78.71 | 88.94 | 38.61 | - |
| YUV | 236.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 142 | 0 | 0.03 | 0.44 | 0.00 | 55.71 | 0.98 | 0.78 |
| Hex | FE | F6 | 8E | 0 | 3 | 2C | 0 | 38 | 62 | 4E |
| Octal | 376 | 366 | 216 | 0 | 3 | 54 | 0 | 70 | 142 | 116 |
| Binary | 11111110 | 11110110 | 10001110 | 0 | 11 | 101100 | 0 | 111000 | 1100010 | 1001110 |
Color Harmonies of #FEF68E
Complementary color
Monochromatic Colors of #FEF68E
Black with #FEF68E
Text Example
Text Example
White with #FEF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF68E; }
p { color: rgb(254,246,142); }
H1.HeaderClassName
{
color: #FEF68E;
}
.AnyTagClassName
{
color: #FEF68E;
}
</style>
background-color css
<style>
a { background-color: #FEF68E; }
a { background-color: rgb(254,246,142); }
div.DivClassName
{
background-color: #FEF68E;
}
.BgClassName
{
background-color: #FEF68E;
}
</style>
border-color css
<style>
span { border-color: #FEF68E; }
span { border-color: rgb(254,246,142); }
td.TdClassName
{
border-color: #FEF68E;
}
.TagClassName
{
border-color: #FEF68E;
}
</style>