Shades of Milan #FEFA8C
Tints of Milan #FEFA8C
RGB
CMYK
RGB Variations
Color information
#FEFA8C (or 0xFEFA8C) is known color: Milan. HEX triplet: FE, FA and 8C. RGB value is (254,250,140). Sum of RGB (Red+Green+Blue) = 254+250+140=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 140 (55.08% from 255 or 21.74% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA8C is #010573. Grayscale: #EFEFEF. Windows color (decimal): -66932 or 9239294. OLE color: 9239294.
HSL color Cylindrical-coordinate representation of color #FEFA8C: hue angle of 57.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEFA8C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 140 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.00 |
| HSL | 57.89º | 0.98% | 0.77% | - |
| HSV(B) | 57.89º | 0.45% | 1% | - |
| XYZ | 79.79 | 91.34 | 38.23 | - |
| YUV | 238.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 140 | 0 | 0.02 | 0.45 | 0.00 | 57.89 | 0.98 | 0.77 |
| Hex | FE | FA | 8C | 0 | 2 | 2D | 0 | 3A | 62 | 4D |
| Octal | 376 | 372 | 214 | 0 | 2 | 55 | 0 | 72 | 142 | 115 |
| Binary | 11111110 | 11111010 | 10001100 | 0 | 10 | 101101 | 0 | 111010 | 1100010 | 1001101 |
Color Harmonies of #FEFA8C
Complementary color
Monochromatic Colors of #FEFA8C
Black with #FEFA8C
Text Example
Text Example
White with #FEFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA8C; }
p { color: rgb(254,250,140); }
H1.HeaderClassName
{
color: #FEFA8C;
}
.AnyTagClassName
{
color: #FEFA8C;
}
</style>
background-color css
<style>
a { background-color: #FEFA8C; }
a { background-color: rgb(254,250,140); }
div.DivClassName
{
background-color: #FEFA8C;
}
.BgClassName
{
background-color: #FEFA8C;
}
</style>
border-color css
<style>
span { border-color: #FEFA8C; }
span { border-color: rgb(254,250,140); }
td.TdClassName
{
border-color: #FEFA8C;
}
.TagClassName
{
border-color: #FEFA8C;
}
</style>