Shades of Milan #F5F695
Tints of Milan #F5F695
RGB
CMYK
RGB Variations
Color information
#F5F695 (or 0xF5F695) is known color: Milan. HEX triplet: F5, F6 and 95. RGB value is (245,246,149). Sum of RGB (Red+Green+Blue) = 245+246+149=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F695 is #0A096A. Grayscale: #EBEBEB. Windows color (decimal): -657771 or 9828085. OLE color: 9828085.
HSL color Cylindrical-coordinate representation of color #F5F695: hue angle of 60.62º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5F695 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 149 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.04 |
| HSL | 60.62º | 0.84% | 0.77% | - |
| HSV(B) | 60.62º | 0.39% | 0.96% | - |
| XYZ | 76.04 | 87.49 | 41.31 | - |
| YUV | 234.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 149 | 0.00 | 0 | 0.39 | 0.04 | 60.62 | 0.84 | 0.77 |
| Hex | F5 | F6 | 95 | 0 | 0 | 27 | 4 | 3D | 54 | 4D |
| Octal | 365 | 366 | 225 | 0 | 0 | 47 | 4 | 75 | 124 | 115 |
| Binary | 11110101 | 11110110 | 10010101 | 0 | 0 | 100111 | 100 | 111101 | 1010100 | 1001101 |
Color Harmonies of #F5F695
Complementary color
Monochromatic Colors of #F5F695
Black with #F5F695
Text Example
Text Example
White with #F5F695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F695; }
p { color: rgb(245,246,149); }
H1.HeaderClassName
{
color: #F5F695;
}
.AnyTagClassName
{
color: #F5F695;
}
</style>
background-color css
<style>
a { background-color: #F5F695; }
a { background-color: rgb(245,246,149); }
div.DivClassName
{
background-color: #F5F695;
}
.BgClassName
{
background-color: #F5F695;
}
</style>
border-color css
<style>
span { border-color: #F5F695; }
span { border-color: rgb(245,246,149); }
td.TdClassName
{
border-color: #F5F695;
}
.TagClassName
{
border-color: #F5F695;
}
</style>