Shades of Milan #FEF694
Tints of Milan #FEF694
RGB
CMYK
RGB Variations
Color information
#FEF694 (or 0xFEF694) is known color: Milan. HEX triplet: FE, F6 and 94. RGB value is (254,246,148). Sum of RGB (Red+Green+Blue) = 254+246+148=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 148 (58.20% from 255 or 22.84% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF694 is #01096B. Grayscale: #EDEDED. Windows color (decimal): -67948 or 9762558. OLE color: 9762558.
HSL color Cylindrical-coordinate representation of color #FEF694: hue angle of 55.47º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEF694 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 148 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.00 |
| HSL | 55.47º | 0.98% | 0.79% | - |
| HSV(B) | 55.47º | 0.42% | 1% | - |
| XYZ | 79.17 | 89.12 | 41.05 | - |
| YUV | 237.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 148 | 0 | 0.03 | 0.42 | 0.00 | 55.47 | 0.98 | 0.79 |
| Hex | FE | F6 | 94 | 0 | 3 | 2A | 0 | 37 | 62 | 4F |
| Octal | 376 | 366 | 224 | 0 | 3 | 52 | 0 | 67 | 142 | 117 |
| Binary | 11111110 | 11110110 | 10010100 | 0 | 11 | 101010 | 0 | 110111 | 1100010 | 1001111 |
Color Harmonies of #FEF694
Complementary color
Monochromatic Colors of #FEF694
Black with #FEF694
Text Example
Text Example
White with #FEF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF694; }
p { color: rgb(254,246,148); }
H1.HeaderClassName
{
color: #FEF694;
}
.AnyTagClassName
{
color: #FEF694;
}
</style>
background-color css
<style>
a { background-color: #FEF694; }
a { background-color: rgb(254,246,148); }
div.DivClassName
{
background-color: #FEF694;
}
.BgClassName
{
background-color: #FEF694;
}
</style>
border-color css
<style>
span { border-color: #FEF694; }
span { border-color: rgb(254,246,148); }
td.TdClassName
{
border-color: #FEF694;
}
.TagClassName
{
border-color: #FEF694;
}
</style>