Shades of Milan #F7FA96
Tints of Milan #F7FA96
RGB
CMYK
RGB Variations
Color information
#F7FA96 (or 0xF7FA96) is known color: Milan. HEX triplet: F7, FA and 96. RGB value is (247,250,150). Sum of RGB (Red+Green+Blue) = 247+250+150=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 150 (58.98% from 255 or 23.18% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FA96 is #080569. Grayscale: #EEEEEE. Windows color (decimal): -525674 or 9894647. OLE color: 9894647.
HSL color Cylindrical-coordinate representation of color #F7FA96: hue angle of 61.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7FA96 is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 150 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.02 |
| HSL | 61.8º | 0.91% | 0.78% | - |
| HSV(B) | 61.8º | 0.4% | 0.98% | - |
| XYZ | 78.05 | 90.35 | 42.18 | - |
| YUV | 237.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 150 | 0.01 | 0 | 0.4 | 0.02 | 61.8 | 0.91 | 0.78 |
| Hex | F7 | FA | 96 | 1 | 0 | 28 | 2 | 3E | 5B | 4E |
| Octal | 367 | 372 | 226 | 1 | 0 | 50 | 2 | 76 | 133 | 116 |
| Binary | 11110111 | 11111010 | 10010110 | 1 | 0 | 101000 | 10 | 111110 | 1011011 | 1001110 |
Color Harmonies of #F7FA96
Complementary color
Monochromatic Colors of #F7FA96
Black with #F7FA96
Text Example
Text Example
White with #F7FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA96; }
p { color: rgb(247,250,150); }
H1.HeaderClassName
{
color: #F7FA96;
}
.AnyTagClassName
{
color: #F7FA96;
}
</style>
background-color css
<style>
a { background-color: #F7FA96; }
a { background-color: rgb(247,250,150); }
div.DivClassName
{
background-color: #F7FA96;
}
.BgClassName
{
background-color: #F7FA96;
}
</style>
border-color css
<style>
span { border-color: #F7FA96; }
span { border-color: rgb(247,250,150); }
td.TdClassName
{
border-color: #F7FA96;
}
.TagClassName
{
border-color: #F7FA96;
}
</style>