Shades of Milan #FEFC8B
Tints of Milan #FEFC8B
RGB
CMYK
RGB Variations
Color information
#FEFC8B (or 0xFEFC8B) is known color: Milan. HEX triplet: FE, FC and 8B. RGB value is (254,252,139). Sum of RGB (Red+Green+Blue) = 254+252+139=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 139 (54.69% from 255 or 21.55% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC8B is #010374. Grayscale: #F0F0F0. Windows color (decimal): -66421 or 9174270. OLE color: 9174270.
HSL color Cylindrical-coordinate representation of color #FEFC8B: hue angle of 58.96º 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 #FEFC8B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 139 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.00 |
| HSL | 58.96º | 0.98% | 0.77% | - |
| HSV(B) | 58.96º | 0.45% | 1% | - |
| XYZ | 80.34 | 92.56 | 38.06 | - |
| YUV | 239.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 139 | 0 | 0.01 | 0.45 | 0.00 | 58.96 | 0.98 | 0.77 |
| Hex | FE | FC | 8B | 0 | 1 | 2D | 0 | 3B | 62 | 4D |
| Octal | 376 | 374 | 213 | 0 | 1 | 55 | 0 | 73 | 142 | 115 |
| Binary | 11111110 | 11111100 | 10001011 | 0 | 1 | 101101 | 0 | 111011 | 1100010 | 1001101 |
Color Harmonies of #FEFC8B
Complementary color
Monochromatic Colors of #FEFC8B
Black with #FEFC8B
Text Example
Text Example
White with #FEFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC8B; }
p { color: rgb(254,252,139); }
H1.HeaderClassName
{
color: #FEFC8B;
}
.AnyTagClassName
{
color: #FEFC8B;
}
</style>
background-color css
<style>
a { background-color: #FEFC8B; }
a { background-color: rgb(254,252,139); }
div.DivClassName
{
background-color: #FEFC8B;
}
.BgClassName
{
background-color: #FEFC8B;
}
</style>
border-color css
<style>
span { border-color: #FEFC8B; }
span { border-color: rgb(254,252,139); }
td.TdClassName
{
border-color: #FEFC8B;
}
.TagClassName
{
border-color: #FEFC8B;
}
</style>