Shades of Milan #FFF48D
Tints of Milan #FFF48D
RGB
CMYK
RGB Variations
Color information
#FFF48D (or 0xFFF48D) is known color: Milan. HEX triplet: FF, F4 and 8D. RGB value is (255,244,141). Sum of RGB (Red+Green+Blue) = 255+244+141=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 141 (55.47% from 255 or 22.03% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF48D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF48D is #000B72. Grayscale: #EBEBEB. Windows color (decimal): -2931 or 9303295. OLE color: 9303295.
HSL color Cylindrical-coordinate representation of color #FFF48D: hue angle of 54.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF48D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 141 | - |
| CMYK | 0 | 0.04 | 0.45 | 0 |
| HSL | 54.21º | 1% | 0.78% | - |
| HSV(B) | 54.21º | 0.45% | 1% | - |
| XYZ | 78.4 | 87.88 | 38.03 | - |
| YUV | 235.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 141 | 0 | 0.04 | 0.45 | 0 | 54.21 | 1 | 0.78 |
| Hex | FF | F4 | 8D | 0 | 4 | 2D | 0 | 36 | 64 | 4E |
| Octal | 377 | 364 | 215 | 0 | 4 | 55 | 0 | 66 | 144 | 116 |
| Binary | 11111111 | 11110100 | 10001101 | 0 | 100 | 101101 | 0 | 110110 | 1100100 | 1001110 |
Color Harmonies of #FFF48D
Complementary color
Monochromatic Colors of #FFF48D
Black with #FFF48D
Text Example
Text Example
White with #FFF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF48D; }
p { color: rgb(255,244,141); }
H1.HeaderClassName
{
color: #FFF48D;
}
.AnyTagClassName
{
color: #FFF48D;
}
</style>
background-color css
<style>
a { background-color: #FFF48D; }
a { background-color: rgb(255,244,141); }
div.DivClassName
{
background-color: #FFF48D;
}
.BgClassName
{
background-color: #FFF48D;
}
</style>
border-color css
<style>
span { border-color: #FFF48D; }
span { border-color: rgb(255,244,141); }
td.TdClassName
{
border-color: #FFF48D;
}
.TagClassName
{
border-color: #FFF48D;
}
</style>