Shades of Milan #F6FB96
Tints of Milan #F6FB96
RGB
CMYK
RGB Variations
Color information
#F6FB96 (or 0xF6FB96) is known color: Milan. HEX triplet: F6, FB and 96. RGB value is (246,251,150). Sum of RGB (Red+Green+Blue) = 246+251+150=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 150 (58.98% from 255 or 23.18% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FB96 is #090469. Grayscale: #EEEEEE. Windows color (decimal): -590954 or 9894902. OLE color: 9894902.
HSL color Cylindrical-coordinate representation of color #F6FB96: hue angle of 62.97º degrees, saturation: 0.93, 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 #F6FB96 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 150 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.02 |
| HSL | 62.97º | 0.93% | 0.79% | - |
| HSV(B) | 62.97º | 0.4% | 0.98% | - |
| XYZ | 78.01 | 90.79 | 42.27 | - |
| YUV | 237.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 150 | 0.02 | 0 | 0.40 | 0.02 | 62.97 | 0.93 | 0.79 |
| Hex | F6 | FB | 96 | 2 | 0 | 28 | 2 | 3F | 5D | 4F |
| Octal | 366 | 373 | 226 | 2 | 0 | 50 | 2 | 77 | 135 | 117 |
| Binary | 11110110 | 11111011 | 10010110 | 10 | 0 | 101000 | 10 | 111111 | 1011101 | 1001111 |
Color Harmonies of #F6FB96
Complementary color
Monochromatic Colors of #F6FB96
Black with #F6FB96
Text Example
Text Example
White with #F6FB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FB96; }
p { color: rgb(246,251,150); }
H1.HeaderClassName
{
color: #F6FB96;
}
.AnyTagClassName
{
color: #F6FB96;
}
</style>
background-color css
<style>
a { background-color: #F6FB96; }
a { background-color: rgb(246,251,150); }
div.DivClassName
{
background-color: #F6FB96;
}
.BgClassName
{
background-color: #F6FB96;
}
</style>
border-color css
<style>
span { border-color: #F6FB96; }
span { border-color: rgb(246,251,150); }
td.TdClassName
{
border-color: #F6FB96;
}
.TagClassName
{
border-color: #F6FB96;
}
</style>