Shades of Milan #F8FA97
Tints of Milan #F8FA97
RGB
CMYK
RGB Variations
Color information
#F8FA97 (or 0xF8FA97) is known color: Milan. HEX triplet: F8, FA and 97. RGB value is (248,250,151). Sum of RGB (Red+Green+Blue) = 248+250+151=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 151 (59.38% from 255 or 23.27% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FA97 is #070568. Grayscale: #EEEEEE. Windows color (decimal): -460137 or 9960184. OLE color: 9960184.
HSL color Cylindrical-coordinate representation of color #F8FA97: hue angle of 61.21º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8FA97 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 151 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.02 |
| HSL | 61.21º | 0.91% | 0.79% | - |
| HSV(B) | 61.21º | 0.4% | 0.98% | - |
| XYZ | 78.48 | 90.56 | 42.62 | - |
| YUV | 238.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 151 | 0.01 | 0 | 0.40 | 0.02 | 61.21 | 0.91 | 0.79 |
| Hex | F8 | FA | 97 | 1 | 0 | 28 | 2 | 3D | 5B | 4F |
| Octal | 370 | 372 | 227 | 1 | 0 | 50 | 2 | 75 | 133 | 117 |
| Binary | 11111000 | 11111010 | 10010111 | 1 | 0 | 101000 | 10 | 111101 | 1011011 | 1001111 |
Color Harmonies of #F8FA97
Complementary color
Monochromatic Colors of #F8FA97
Black with #F8FA97
Text Example
Text Example
White with #F8FA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA97; }
p { color: rgb(248,250,151); }
H1.HeaderClassName
{
color: #F8FA97;
}
.AnyTagClassName
{
color: #F8FA97;
}
</style>
background-color css
<style>
a { background-color: #F8FA97; }
a { background-color: rgb(248,250,151); }
div.DivClassName
{
background-color: #F8FA97;
}
.BgClassName
{
background-color: #F8FA97;
}
</style>
border-color css
<style>
span { border-color: #F8FA97; }
span { border-color: rgb(248,250,151); }
td.TdClassName
{
border-color: #F8FA97;
}
.TagClassName
{
border-color: #F8FA97;
}
</style>