Shades of Milan #FEF893
Tints of Milan #FEF893
RGB
CMYK
RGB Variations
Color information
#FEF893 (or 0xFEF893) is known color: Milan. HEX triplet: FE, F8 and 93. RGB value is (254,248,147). Sum of RGB (Red+Green+Blue) = 254+248+147=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 147 (57.81% from 255 or 22.65% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF893 is #01076C. Grayscale: #EEEEEE. Windows color (decimal): -67437 or 9697534. OLE color: 9697534.
HSL color Cylindrical-coordinate representation of color #FEF893: hue angle of 56.64º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEF893 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 147 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.00 |
| HSL | 56.64º | 0.98% | 0.79% | - |
| HSV(B) | 56.64º | 0.42% | 1% | - |
| XYZ | 79.71 | 90.31 | 40.83 | - |
| YUV | 238.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 147 | 0 | 0.02 | 0.42 | 0.00 | 56.64 | 0.98 | 0.79 |
| Hex | FE | F8 | 93 | 0 | 2 | 2A | 0 | 39 | 62 | 4F |
| Octal | 376 | 370 | 223 | 0 | 2 | 52 | 0 | 71 | 142 | 117 |
| Binary | 11111110 | 11111000 | 10010011 | 0 | 10 | 101010 | 0 | 111001 | 1100010 | 1001111 |
Color Harmonies of #FEF893
Complementary color
Monochromatic Colors of #FEF893
Black with #FEF893
Text Example
Text Example
White with #FEF893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF893; }
p { color: rgb(254,248,147); }
H1.HeaderClassName
{
color: #FEF893;
}
.AnyTagClassName
{
color: #FEF893;
}
</style>
background-color css
<style>
a { background-color: #FEF893; }
a { background-color: rgb(254,248,147); }
div.DivClassName
{
background-color: #FEF893;
}
.BgClassName
{
background-color: #FEF893;
}
</style>
border-color css
<style>
span { border-color: #FEF893; }
span { border-color: rgb(254,248,147); }
td.TdClassName
{
border-color: #FEF893;
}
.TagClassName
{
border-color: #FEF893;
}
</style>