Shades of Milan #FDF88E
Tints of Milan #FDF88E
RGB
CMYK
RGB Variations
Color information
#FDF88E (or 0xFDF88E) is known color: Milan. HEX triplet: FD, F8 and 8E. RGB value is (253,248,142). Sum of RGB (Red+Green+Blue) = 253+248+142=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 142 (55.86% from 255 or 22.08% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF88E is #020771. Grayscale: #EDEDED. Windows color (decimal): -132978 or 9369853. OLE color: 9369853.
HSL color Cylindrical-coordinate representation of color #FDF88E: hue angle of 57.3º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDF88E is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 142 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.01 |
| HSL | 57.3º | 0.97% | 0.77% | - |
| HSV(B) | 57.3º | 0.44% | 0.99% | - |
| XYZ | 78.96 | 89.97 | 38.8 | - |
| YUV | 237.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 142 | 0 | 0.02 | 0.44 | 0.01 | 57.3 | 0.97 | 0.77 |
| Hex | FD | F8 | 8E | 0 | 2 | 2C | 1 | 39 | 61 | 4D |
| Octal | 375 | 370 | 216 | 0 | 2 | 54 | 1 | 71 | 141 | 115 |
| Binary | 11111101 | 11111000 | 10001110 | 0 | 10 | 101100 | 1 | 111001 | 1100001 | 1001101 |
Color Harmonies of #FDF88E
Complementary color
Monochromatic Colors of #FDF88E
Black with #FDF88E
Text Example
Text Example
White with #FDF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF88E; }
p { color: rgb(253,248,142); }
H1.HeaderClassName
{
color: #FDF88E;
}
.AnyTagClassName
{
color: #FDF88E;
}
</style>
background-color css
<style>
a { background-color: #FDF88E; }
a { background-color: rgb(253,248,142); }
div.DivClassName
{
background-color: #FDF88E;
}
.BgClassName
{
background-color: #FDF88E;
}
</style>
border-color css
<style>
span { border-color: #FDF88E; }
span { border-color: rgb(253,248,142); }
td.TdClassName
{
border-color: #FDF88E;
}
.TagClassName
{
border-color: #FDF88E;
}
</style>