Shades of Milan #FEF696
Tints of Milan #FEF696
RGB
CMYK
RGB Variations
Color information
#FEF696 (or 0xFEF696) is known color: Milan. HEX triplet: FE, F6 and 96. RGB value is (254,246,150). Sum of RGB (Red+Green+Blue) = 254+246+150=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 150 (58.98% from 255 or 23.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF696 is #010969. Grayscale: #EDEDED. Windows color (decimal): -67946 or 9893630. OLE color: 9893630.
HSL color Cylindrical-coordinate representation of color #FEF696: hue angle of 55.38º 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 #FEF696 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 150 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.00 |
| HSL | 55.38º | 0.98% | 0.79% | - |
| HSV(B) | 55.38º | 0.41% | 1% | - |
| XYZ | 79.33 | 89.18 | 41.89 | - |
| YUV | 237.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 150 | 0 | 0.03 | 0.41 | 0.00 | 55.38 | 0.98 | 0.79 |
| Hex | FE | F6 | 96 | 0 | 3 | 29 | 0 | 37 | 62 | 4F |
| Octal | 376 | 366 | 226 | 0 | 3 | 51 | 0 | 67 | 142 | 117 |
| Binary | 11111110 | 11110110 | 10010110 | 0 | 11 | 101001 | 0 | 110111 | 1100010 | 1001111 |
Color Harmonies of #FEF696
Complementary color
Monochromatic Colors of #FEF696
Black with #FEF696
Text Example
Text Example
White with #FEF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF696; }
p { color: rgb(254,246,150); }
H1.HeaderClassName
{
color: #FEF696;
}
.AnyTagClassName
{
color: #FEF696;
}
</style>
background-color css
<style>
a { background-color: #FEF696; }
a { background-color: rgb(254,246,150); }
div.DivClassName
{
background-color: #FEF696;
}
.BgClassName
{
background-color: #FEF696;
}
</style>
border-color css
<style>
span { border-color: #FEF696; }
span { border-color: rgb(254,246,150); }
td.TdClassName
{
border-color: #FEF696;
}
.TagClassName
{
border-color: #FEF696;
}
</style>