Shades of Milan #FEFA8D
Tints of Milan #FEFA8D
RGB
CMYK
RGB Variations
Color information
#FEFA8D (or 0xFEFA8D) is known color: Milan. HEX triplet: FE, FA and 8D. RGB value is (254,250,141). Sum of RGB (Red+Green+Blue) = 254+250+141=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 141 (55.47% from 255 or 21.86% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA8D is #010572. Grayscale: #EFEFEF. Windows color (decimal): -66931 or 9304830. OLE color: 9304830.
HSL color Cylindrical-coordinate representation of color #FEFA8D: hue angle of 57.88º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEFA8D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 141 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.00 |
| HSL | 57.88º | 0.98% | 0.77% | - |
| HSV(B) | 57.88º | 0.44% | 1% | - |
| XYZ | 79.87 | 91.37 | 38.63 | - |
| YUV | 238.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 141 | 0 | 0.02 | 0.44 | 0.00 | 57.88 | 0.98 | 0.77 |
| Hex | FE | FA | 8D | 0 | 2 | 2C | 0 | 3A | 62 | 4D |
| Octal | 376 | 372 | 215 | 0 | 2 | 54 | 0 | 72 | 142 | 115 |
| Binary | 11111110 | 11111010 | 10001101 | 0 | 10 | 101100 | 0 | 111010 | 1100010 | 1001101 |
Color Harmonies of #FEFA8D
Complementary color
Monochromatic Colors of #FEFA8D
Black with #FEFA8D
Text Example
Text Example
White with #FEFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA8D; }
p { color: rgb(254,250,141); }
H1.HeaderClassName
{
color: #FEFA8D;
}
.AnyTagClassName
{
color: #FEFA8D;
}
</style>
background-color css
<style>
a { background-color: #FEFA8D; }
a { background-color: rgb(254,250,141); }
div.DivClassName
{
background-color: #FEFA8D;
}
.BgClassName
{
background-color: #FEFA8D;
}
</style>
border-color css
<style>
span { border-color: #FEFA8D; }
span { border-color: rgb(254,250,141); }
td.TdClassName
{
border-color: #FEFA8D;
}
.TagClassName
{
border-color: #FEFA8D;
}
</style>