Shades of Milan #F6F998
Tints of Milan #F6F998
RGB
CMYK
RGB Variations
Color information
#F6F998 (or 0xF6F998) is known color: Milan. HEX triplet: F6, F9 and 98. RGB value is (246,249,152). Sum of RGB (Red+Green+Blue) = 246+249+152=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 152 (59.77% from 255 or 23.49% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F998 is #090667. Grayscale: #EDEDED. Windows color (decimal): -591464 or 10025462. OLE color: 10025462.
HSL color Cylindrical-coordinate representation of color #F6F998: hue angle of 61.86º degrees, saturation: 0.89, 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 #F6F998 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 249 | 152 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.02 |
| HSL | 61.86º | 0.89% | 0.79% | - |
| HSV(B) | 61.86º | 0.39% | 0.98% | - |
| XYZ | 77.55 | 89.61 | 42.92 | - |
| YUV | 237.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 249 | 152 | 0.01 | 0 | 0.39 | 0.02 | 61.86 | 0.89 | 0.79 |
| Hex | F6 | F9 | 98 | 1 | 0 | 27 | 2 | 3E | 59 | 4F |
| Octal | 366 | 371 | 230 | 1 | 0 | 47 | 2 | 76 | 131 | 117 |
| Binary | 11110110 | 11111001 | 10011000 | 1 | 0 | 100111 | 10 | 111110 | 1011001 | 1001111 |
Color Harmonies of #F6F998
Complementary color
Monochromatic Colors of #F6F998
Black with #F6F998
Text Example
Text Example
White with #F6F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F998; }
p { color: rgb(246,249,152); }
H1.HeaderClassName
{
color: #F6F998;
}
.AnyTagClassName
{
color: #F6F998;
}
</style>
background-color css
<style>
a { background-color: #F6F998; }
a { background-color: rgb(246,249,152); }
div.DivClassName
{
background-color: #F6F998;
}
.BgClassName
{
background-color: #F6F998;
}
</style>
border-color css
<style>
span { border-color: #F6F998; }
span { border-color: rgb(246,249,152); }
td.TdClassName
{
border-color: #F6F998;
}
.TagClassName
{
border-color: #F6F998;
}
</style>