Shades of Milan #FEFB8E
Tints of Milan #FEFB8E
RGB
CMYK
RGB Variations
Color information
#FEFB8E (or 0xFEFB8E) is known color: Milan. HEX triplet: FE, FB and 8E. RGB value is (254,251,142). Sum of RGB (Red+Green+Blue) = 254+251+142=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 142 (55.86% from 255 or 21.95% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB8E is #010471. Grayscale: #EFEFEF. Windows color (decimal): -66674 or 9370622. OLE color: 9370622.
HSL color Cylindrical-coordinate representation of color #FEFB8E: hue angle of 58.39º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEFB8E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 142 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.00 |
| HSL | 58.39º | 0.98% | 0.78% | - |
| HSV(B) | 58.39º | 0.44% | 1% | - |
| XYZ | 80.25 | 92.02 | 39.12 | - |
| YUV | 239.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 142 | 0 | 0.01 | 0.44 | 0.00 | 58.39 | 0.98 | 0.78 |
| Hex | FE | FB | 8E | 0 | 1 | 2C | 0 | 3A | 62 | 4E |
| Octal | 376 | 373 | 216 | 0 | 1 | 54 | 0 | 72 | 142 | 116 |
| Binary | 11111110 | 11111011 | 10001110 | 0 | 1 | 101100 | 0 | 111010 | 1100010 | 1001110 |
Color Harmonies of #FEFB8E
Complementary color
Monochromatic Colors of #FEFB8E
Black with #FEFB8E
Text Example
Text Example
White with #FEFB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB8E; }
p { color: rgb(254,251,142); }
H1.HeaderClassName
{
color: #FEFB8E;
}
.AnyTagClassName
{
color: #FEFB8E;
}
</style>
background-color css
<style>
a { background-color: #FEFB8E; }
a { background-color: rgb(254,251,142); }
div.DivClassName
{
background-color: #FEFB8E;
}
.BgClassName
{
background-color: #FEFB8E;
}
</style>
border-color css
<style>
span { border-color: #FEFB8E; }
span { border-color: rgb(254,251,142); }
td.TdClassName
{
border-color: #FEFB8E;
}
.TagClassName
{
border-color: #FEFB8E;
}
</style>