Shades of Milan #FEFA90
Tints of Milan #FEFA90
RGB
CMYK
RGB Variations
Color information
#FEFA90 (or 0xFEFA90) is known color: Milan. HEX triplet: FE, FA and 90. RGB value is (254,250,144). Sum of RGB (Red+Green+Blue) = 254+250+144=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 144 (56.64% from 255 or 22.22% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA90 is #01056F. Grayscale: #EFEFEF. Windows color (decimal): -66928 or 9501438. OLE color: 9501438.
HSL color Cylindrical-coordinate representation of color #FEFA90: hue angle of 57.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEFA90 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 144 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.00 |
| HSL | 57.82º | 0.98% | 0.78% | - |
| HSV(B) | 57.82º | 0.43% | 1% | - |
| XYZ | 80.09 | 91.46 | 39.82 | - |
| YUV | 239.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 144 | 0 | 0.02 | 0.43 | 0.00 | 57.82 | 0.98 | 0.78 |
| Hex | FE | FA | 90 | 0 | 2 | 2B | 0 | 3A | 62 | 4E |
| Octal | 376 | 372 | 220 | 0 | 2 | 53 | 0 | 72 | 142 | 116 |
| Binary | 11111110 | 11111010 | 10010000 | 0 | 10 | 101011 | 0 | 111010 | 1100010 | 1001110 |
Color Harmonies of #FEFA90
Complementary color
Monochromatic Colors of #FEFA90
Black with #FEFA90
Text Example
Text Example
White with #FEFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA90; }
p { color: rgb(254,250,144); }
H1.HeaderClassName
{
color: #FEFA90;
}
.AnyTagClassName
{
color: #FEFA90;
}
</style>
background-color css
<style>
a { background-color: #FEFA90; }
a { background-color: rgb(254,250,144); }
div.DivClassName
{
background-color: #FEFA90;
}
.BgClassName
{
background-color: #FEFA90;
}
</style>
border-color css
<style>
span { border-color: #FEFA90; }
span { border-color: rgb(254,250,144); }
td.TdClassName
{
border-color: #FEFA90;
}
.TagClassName
{
border-color: #FEFA90;
}
</style>