Shades of Milan #F6FB98
Tints of Milan #F6FB98
RGB
CMYK
RGB Variations
Color information
#F6FB98 (or 0xF6FB98) is known color: Milan. HEX triplet: F6, FB and 98. RGB value is (246,251,152). Sum of RGB (Red+Green+Blue) = 246+251+152=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 152 (59.77% from 255 or 23.42% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FB98 is #090467. Grayscale: #EEEEEE. Windows color (decimal): -590952 or 10025974. OLE color: 10025974.
HSL color Cylindrical-coordinate representation of color #F6FB98: hue angle of 63.03º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6FB98 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 152 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.02 |
| HSL | 63.03º | 0.93% | 0.79% | - |
| HSV(B) | 63.03º | 0.39% | 0.98% | - |
| XYZ | 78.17 | 90.85 | 43.12 | - |
| YUV | 238.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 152 | 0.02 | 0 | 0.39 | 0.02 | 63.03 | 0.93 | 0.79 |
| Hex | F6 | FB | 98 | 2 | 0 | 27 | 2 | 3F | 5D | 4F |
| Octal | 366 | 373 | 230 | 2 | 0 | 47 | 2 | 77 | 135 | 117 |
| Binary | 11110110 | 11111011 | 10011000 | 10 | 0 | 100111 | 10 | 111111 | 1011101 | 1001111 |
Color Harmonies of #F6FB98
Complementary color
Monochromatic Colors of #F6FB98
Black with #F6FB98
Text Example
Text Example
White with #F6FB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FB98; }
p { color: rgb(246,251,152); }
H1.HeaderClassName
{
color: #F6FB98;
}
.AnyTagClassName
{
color: #F6FB98;
}
</style>
background-color css
<style>
a { background-color: #F6FB98; }
a { background-color: rgb(246,251,152); }
div.DivClassName
{
background-color: #F6FB98;
}
.BgClassName
{
background-color: #F6FB98;
}
</style>
border-color css
<style>
span { border-color: #F6FB98; }
span { border-color: rgb(246,251,152); }
td.TdClassName
{
border-color: #F6FB98;
}
.TagClassName
{
border-color: #F6FB98;
}
</style>