Shades of Milan #FEF695
Tints of Milan #FEF695
RGB
CMYK
RGB Variations
Color information
#FEF695 (or 0xFEF695) is known color: Milan. HEX triplet: FE, F6 and 95. RGB value is (254,246,149). Sum of RGB (Red+Green+Blue) = 254+246+149=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 149 (58.59% from 255 or 22.96% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF695 is #01096A. Grayscale: #EDEDED. Windows color (decimal): -67947 or 9828094. OLE color: 9828094.
HSL color Cylindrical-coordinate representation of color #FEF695: hue angle of 55.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF695 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 149 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.00 |
| HSL | 55.43º | 0.98% | 0.79% | - |
| HSV(B) | 55.43º | 0.41% | 1% | - |
| XYZ | 79.25 | 89.15 | 41.46 | - |
| YUV | 237.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 149 | 0 | 0.03 | 0.41 | 0.00 | 55.43 | 0.98 | 0.79 |
| Hex | FE | F6 | 95 | 0 | 3 | 29 | 0 | 37 | 62 | 4F |
| Octal | 376 | 366 | 225 | 0 | 3 | 51 | 0 | 67 | 142 | 117 |
| Binary | 11111110 | 11110110 | 10010101 | 0 | 11 | 101001 | 0 | 110111 | 1100010 | 1001111 |
Color Harmonies of #FEF695
Complementary color
Monochromatic Colors of #FEF695
Black with #FEF695
Text Example
Text Example
White with #FEF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF695; }
p { color: rgb(254,246,149); }
H1.HeaderClassName
{
color: #FEF695;
}
.AnyTagClassName
{
color: #FEF695;
}
</style>
background-color css
<style>
a { background-color: #FEF695; }
a { background-color: rgb(254,246,149); }
div.DivClassName
{
background-color: #FEF695;
}
.BgClassName
{
background-color: #FEF695;
}
</style>
border-color css
<style>
span { border-color: #FEF695; }
span { border-color: rgb(254,246,149); }
td.TdClassName
{
border-color: #FEF695;
}
.TagClassName
{
border-color: #FEF695;
}
</style>