Shades of Milan #FEF892
Tints of Milan #FEF892
RGB
CMYK
RGB Variations
Color information
#FEF892 (or 0xFEF892) is known color: Milan. HEX triplet: FE, F8 and 92. RGB value is (254,248,146). Sum of RGB (Red+Green+Blue) = 254+248+146=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 146 (57.42% from 255 or 22.53% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF892 is #01076D. Grayscale: #EEEEEE. Windows color (decimal): -67438 or 9631998. OLE color: 9631998.
HSL color Cylindrical-coordinate representation of color #FEF892: hue angle of 56.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEF892 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 146 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.00 |
| HSL | 56.67º | 0.98% | 0.78% | - |
| HSV(B) | 56.67º | 0.43% | 1% | - |
| XYZ | 79.63 | 90.28 | 40.42 | - |
| YUV | 238.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 146 | 0 | 0.02 | 0.43 | 0.00 | 56.67 | 0.98 | 0.78 |
| Hex | FE | F8 | 92 | 0 | 2 | 2B | 0 | 39 | 62 | 4E |
| Octal | 376 | 370 | 222 | 0 | 2 | 53 | 0 | 71 | 142 | 116 |
| Binary | 11111110 | 11111000 | 10010010 | 0 | 10 | 101011 | 0 | 111001 | 1100010 | 1001110 |
Color Harmonies of #FEF892
Complementary color
Monochromatic Colors of #FEF892
Black with #FEF892
Text Example
Text Example
White with #FEF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF892; }
p { color: rgb(254,248,146); }
H1.HeaderClassName
{
color: #FEF892;
}
.AnyTagClassName
{
color: #FEF892;
}
</style>
background-color css
<style>
a { background-color: #FEF892; }
a { background-color: rgb(254,248,146); }
div.DivClassName
{
background-color: #FEF892;
}
.BgClassName
{
background-color: #FEF892;
}
</style>
border-color css
<style>
span { border-color: #FEF892; }
span { border-color: rgb(254,248,146); }
td.TdClassName
{
border-color: #FEF892;
}
.TagClassName
{
border-color: #FEF892;
}
</style>