Shades of Milan #FFF48E
Tints of Milan #FFF48E
RGB
CMYK
RGB Variations
Color information
#FFF48E (or 0xFFF48E) is known color: Milan. HEX triplet: FF, F4 and 8E. RGB value is (255,244,142). Sum of RGB (Red+Green+Blue) = 255+244+142=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 142 (55.86% from 255 or 22.15% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF48E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF48E is #000B71. Grayscale: #ECECEC. Windows color (decimal): -2930 or 9368831. OLE color: 9368831.
HSL color Cylindrical-coordinate representation of color #FFF48E: hue angle of 54.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF48E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 142 | - |
| CMYK | 0 | 0.04 | 0.44 | 0 |
| HSL | 54.16º | 1% | 0.78% | - |
| HSV(B) | 54.16º | 0.44% | 1% | - |
| XYZ | 78.47 | 87.91 | 38.42 | - |
| YUV | 235.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 142 | 0 | 0.04 | 0.44 | 0 | 54.16 | 1 | 0.78 |
| Hex | FF | F4 | 8E | 0 | 4 | 2C | 0 | 36 | 64 | 4E |
| Octal | 377 | 364 | 216 | 0 | 4 | 54 | 0 | 66 | 144 | 116 |
| Binary | 11111111 | 11110100 | 10001110 | 0 | 100 | 101100 | 0 | 110110 | 1100100 | 1001110 |
Color Harmonies of #FFF48E
Complementary color
Monochromatic Colors of #FFF48E
Black with #FFF48E
Text Example
Text Example
White with #FFF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF48E; }
p { color: rgb(255,244,142); }
H1.HeaderClassName
{
color: #FFF48E;
}
.AnyTagClassName
{
color: #FFF48E;
}
</style>
background-color css
<style>
a { background-color: #FFF48E; }
a { background-color: rgb(255,244,142); }
div.DivClassName
{
background-color: #FFF48E;
}
.BgClassName
{
background-color: #FFF48E;
}
</style>
border-color css
<style>
span { border-color: #FFF48E; }
span { border-color: rgb(255,244,142); }
td.TdClassName
{
border-color: #FFF48E;
}
.TagClassName
{
border-color: #FFF48E;
}
</style>