Shades of Milan #FEFD85
Tints of Milan #FEFD85
RGB
CMYK
RGB Variations
Color information
#FEFD85 (or 0xFEFD85) is known color: Milan. HEX triplet: FE, FD and 85. RGB value is (254,253,133). Sum of RGB (Red+Green+Blue) = 254+253+133=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 133 (52.34% from 255 or 20.78% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD85 is #01027A. Grayscale: #F0F0F0. Windows color (decimal): -66171 or 8781310. OLE color: 8781310.
HSL color Cylindrical-coordinate representation of color #FEFD85: hue angle of 59.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEFD85 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 133 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.00 |
| HSL | 59.5º | 0.98% | 0.76% | - |
| HSV(B) | 59.5º | 0.48% | 1% | - |
| XYZ | 80.23 | 93.01 | 35.92 | - |
| YUV | 239.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 133 | 0 | 0.00 | 0.48 | 0.00 | 59.5 | 0.98 | 0.76 |
| Hex | FE | FD | 85 | 0 | 0 | 30 | 0 | 3C | 62 | 4C |
| Octal | 376 | 375 | 205 | 0 | 0 | 60 | 0 | 74 | 142 | 114 |
| Binary | 11111110 | 11111101 | 10000101 | 0 | 0 | 110000 | 0 | 111100 | 1100010 | 1001100 |
Color Harmonies of #FEFD85
Complementary color
Monochromatic Colors of #FEFD85
Black with #FEFD85
Text Example
Text Example
White with #FEFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD85; }
p { color: rgb(254,253,133); }
H1.HeaderClassName
{
color: #FEFD85;
}
.AnyTagClassName
{
color: #FEFD85;
}
</style>
background-color css
<style>
a { background-color: #FEFD85; }
a { background-color: rgb(254,253,133); }
div.DivClassName
{
background-color: #FEFD85;
}
.BgClassName
{
background-color: #FEFD85;
}
</style>
border-color css
<style>
span { border-color: #FEFD85; }
span { border-color: rgb(254,253,133); }
td.TdClassName
{
border-color: #FEFD85;
}
.TagClassName
{
border-color: #FEFD85;
}
</style>