Shades of Milan #F6FA97
Tints of Milan #F6FA97
RGB
CMYK
RGB Variations
Color information
#F6FA97 (or 0xF6FA97) is known color: Milan. HEX triplet: F6, FA and 97. RGB value is (246,250,151). Sum of RGB (Red+Green+Blue) = 246+250+151=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FA97 is #090568. Grayscale: #EDEDED. Windows color (decimal): -591209 or 9960182. OLE color: 9960182.
HSL color Cylindrical-coordinate representation of color #F6FA97: hue angle of 62.42º 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 #F6FA97 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 151 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.02 |
| HSL | 62.42º | 0.91% | 0.79% | - |
| HSV(B) | 62.42º | 0.4% | 0.98% | - |
| XYZ | 77.78 | 90.2 | 42.59 | - |
| YUV | 237.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 151 | 0.02 | 0 | 0.40 | 0.02 | 62.42 | 0.91 | 0.79 |
| Hex | F6 | FA | 97 | 2 | 0 | 28 | 2 | 3E | 5B | 4F |
| Octal | 366 | 372 | 227 | 2 | 0 | 50 | 2 | 76 | 133 | 117 |
| Binary | 11110110 | 11111010 | 10010111 | 10 | 0 | 101000 | 10 | 111110 | 1011011 | 1001111 |
Color Harmonies of #F6FA97
Complementary color
Monochromatic Colors of #F6FA97
Black with #F6FA97
Text Example
Text Example
White with #F6FA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FA97; }
p { color: rgb(246,250,151); }
H1.HeaderClassName
{
color: #F6FA97;
}
.AnyTagClassName
{
color: #F6FA97;
}
</style>
background-color css
<style>
a { background-color: #F6FA97; }
a { background-color: rgb(246,250,151); }
div.DivClassName
{
background-color: #F6FA97;
}
.BgClassName
{
background-color: #F6FA97;
}
</style>
border-color css
<style>
span { border-color: #F6FA97; }
span { border-color: rgb(246,250,151); }
td.TdClassName
{
border-color: #F6FA97;
}
.TagClassName
{
border-color: #F6FA97;
}
</style>