Shades of Milan #F8FA8C
Tints of Milan #F8FA8C
RGB
CMYK
RGB Variations
Color information
#F8FA8C (or 0xF8FA8C) is known color: Milan. HEX triplet: F8, FA and 8C. RGB value is (248,250,140). Sum of RGB (Red+Green+Blue) = 248+250+140=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 140 (55.08% from 255 or 21.94% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FA8C is #070573. Grayscale: #EDEDED. Windows color (decimal): -460148 or 9239288. OLE color: 9239288.
HSL color Cylindrical-coordinate representation of color #F8FA8C: hue angle of 61.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8FA8C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 140 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.02 |
| HSL | 61.09º | 0.92% | 0.76% | - |
| HSV(B) | 61.09º | 0.44% | 0.98% | - |
| XYZ | 77.63 | 90.22 | 38.13 | - |
| YUV | 236.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 140 | 0.01 | 0 | 0.44 | 0.02 | 61.09 | 0.92 | 0.76 |
| Hex | F8 | FA | 8C | 1 | 0 | 2C | 2 | 3D | 5C | 4C |
| Octal | 370 | 372 | 214 | 1 | 0 | 54 | 2 | 75 | 134 | 114 |
| Binary | 11111000 | 11111010 | 10001100 | 1 | 0 | 101100 | 10 | 111101 | 1011100 | 1001100 |
Color Harmonies of #F8FA8C
Complementary color
Monochromatic Colors of #F8FA8C
Black with #F8FA8C
Text Example
Text Example
White with #F8FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA8C; }
p { color: rgb(248,250,140); }
H1.HeaderClassName
{
color: #F8FA8C;
}
.AnyTagClassName
{
color: #F8FA8C;
}
</style>
background-color css
<style>
a { background-color: #F8FA8C; }
a { background-color: rgb(248,250,140); }
div.DivClassName
{
background-color: #F8FA8C;
}
.BgClassName
{
background-color: #F8FA8C;
}
</style>
border-color css
<style>
span { border-color: #F8FA8C; }
span { border-color: rgb(248,250,140); }
td.TdClassName
{
border-color: #F8FA8C;
}
.TagClassName
{
border-color: #F8FA8C;
}
</style>