Shades of Milan #F3F696
Tints of Milan #F3F696
RGB
CMYK
RGB Variations
Color information
#F3F696 (or 0xF3F696) is known color: Milan. HEX triplet: F3, F6 and 96. RGB value is (243,246,150). Sum of RGB (Red+Green+Blue) = 243+246+150=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #F3F696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F696 is #0C0969. Grayscale: #EAEAEA. Windows color (decimal): -788842 or 9893619. OLE color: 9893619.
HSL color Cylindrical-coordinate representation of color #F3F696: hue angle of 61.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3F696 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 246 | 150 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.04 |
| HSL | 61.88º | 0.84% | 0.78% | - |
| HSV(B) | 61.88º | 0.39% | 0.96% | - |
| XYZ | 75.42 | 87.17 | 41.7 | - |
| YUV | 234.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 246 | 150 | 0.01 | 0 | 0.39 | 0.04 | 61.88 | 0.84 | 0.78 |
| Hex | F3 | F6 | 96 | 1 | 0 | 27 | 4 | 3E | 54 | 4E |
| Octal | 363 | 366 | 226 | 1 | 0 | 47 | 4 | 76 | 124 | 116 |
| Binary | 11110011 | 11110110 | 10010110 | 1 | 0 | 100111 | 100 | 111110 | 1010100 | 1001110 |
Color Harmonies of #F3F696
Complementary color
Monochromatic Colors of #F3F696
Black with #F3F696
Text Example
Text Example
White with #F3F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F696; }
p { color: rgb(243,246,150); }
H1.HeaderClassName
{
color: #F3F696;
}
.AnyTagClassName
{
color: #F3F696;
}
</style>
background-color css
<style>
a { background-color: #F3F696; }
a { background-color: rgb(243,246,150); }
div.DivClassName
{
background-color: #F3F696;
}
.BgClassName
{
background-color: #F3F696;
}
</style>
border-color css
<style>
span { border-color: #F3F696; }
span { border-color: rgb(243,246,150); }
td.TdClassName
{
border-color: #F3F696;
}
.TagClassName
{
border-color: #F3F696;
}
</style>