Shades of Milan #FDF18E
Tints of Milan #FDF18E
RGB
CMYK
RGB Variations
Color information
#FDF18E (or 0xFDF18E) is known color: Milan. HEX triplet: FD, F1 and 8E. RGB value is (253,241,142). Sum of RGB (Red+Green+Blue) = 253+241+142=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 142 (55.86% from 255 or 22.33% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF18E is #020E71. Grayscale: #E9E9E9. Windows color (decimal): -134770 or 9368061. OLE color: 9368061.
HSL color Cylindrical-coordinate representation of color #FDF18E: hue angle of 53.51º 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 #FDF18E is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 142 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.01 |
| HSL | 53.51º | 0.97% | 0.77% | - |
| HSV(B) | 53.51º | 0.44% | 0.99% | - |
| XYZ | 76.85 | 85.75 | 38.09 | - |
| YUV | 233.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 142 | 0 | 0.05 | 0.44 | 0.01 | 53.51 | 0.97 | 0.77 |
| Hex | FD | F1 | 8E | 0 | 5 | 2C | 1 | 36 | 61 | 4D |
| Octal | 375 | 361 | 216 | 0 | 5 | 54 | 1 | 66 | 141 | 115 |
| Binary | 11111101 | 11110001 | 10001110 | 0 | 101 | 101100 | 1 | 110110 | 1100001 | 1001101 |
Color Harmonies of #FDF18E
Complementary color
Monochromatic Colors of #FDF18E
Black with #FDF18E
Text Example
Text Example
White with #FDF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF18E; }
p { color: rgb(253,241,142); }
H1.HeaderClassName
{
color: #FDF18E;
}
.AnyTagClassName
{
color: #FDF18E;
}
</style>
background-color css
<style>
a { background-color: #FDF18E; }
a { background-color: rgb(253,241,142); }
div.DivClassName
{
background-color: #FDF18E;
}
.BgClassName
{
background-color: #FDF18E;
}
</style>
border-color css
<style>
span { border-color: #FDF18E; }
span { border-color: rgb(253,241,142); }
td.TdClassName
{
border-color: #FDF18E;
}
.TagClassName
{
border-color: #FDF18E;
}
</style>