Shades of Milan #F8FA92
Tints of Milan #F8FA92
RGB
CMYK
RGB Variations
Color information
#F8FA92 (or 0xF8FA92) is known color: Milan. HEX triplet: F8, FA and 92. RGB value is (248,250,146). Sum of RGB (Red+Green+Blue) = 248+250+146=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 146 (57.42% from 255 or 22.67% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FA92 is #07056D. Grayscale: #EDEDED. Windows color (decimal): -460142 or 9632504. OLE color: 9632504.
HSL color Cylindrical-coordinate representation of color #F8FA92: hue angle of 61.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8FA92 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 146 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.02 |
| HSL | 61.15º | 0.91% | 0.78% | - |
| HSV(B) | 61.15º | 0.42% | 0.98% | - |
| XYZ | 78.09 | 90.4 | 40.53 | - |
| YUV | 237.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 146 | 0.01 | 0 | 0.42 | 0.02 | 61.15 | 0.91 | 0.78 |
| Hex | F8 | FA | 92 | 1 | 0 | 2A | 2 | 3D | 5B | 4E |
| Octal | 370 | 372 | 222 | 1 | 0 | 52 | 2 | 75 | 133 | 116 |
| Binary | 11111000 | 11111010 | 10010010 | 1 | 0 | 101010 | 10 | 111101 | 1011011 | 1001110 |
Color Harmonies of #F8FA92
Complementary color
Monochromatic Colors of #F8FA92
Black with #F8FA92
Text Example
Text Example
White with #F8FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA92; }
p { color: rgb(248,250,146); }
H1.HeaderClassName
{
color: #F8FA92;
}
.AnyTagClassName
{
color: #F8FA92;
}
</style>
background-color css
<style>
a { background-color: #F8FA92; }
a { background-color: rgb(248,250,146); }
div.DivClassName
{
background-color: #F8FA92;
}
.BgClassName
{
background-color: #F8FA92;
}
</style>
border-color css
<style>
span { border-color: #F8FA92; }
span { border-color: rgb(248,250,146); }
td.TdClassName
{
border-color: #F8FA92;
}
.TagClassName
{
border-color: #F8FA92;
}
</style>