Shades of Milan #FDF18D
Tints of Milan #FDF18D
RGB
CMYK
RGB Variations
Color information
#FDF18D (or 0xFDF18D) is known color: Milan. HEX triplet: FD, F1 and 8D. RGB value is (253,241,141). Sum of RGB (Red+Green+Blue) = 253+241+141=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 141 (55.47% from 255 or 22.20% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF18D is #020E72. Grayscale: #E9E9E9. Windows color (decimal): -134771 or 9302525. OLE color: 9302525.
HSL color Cylindrical-coordinate representation of color #FDF18D: hue angle of 53.57º 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 #FDF18D is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 141 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.01 |
| HSL | 53.57º | 0.97% | 0.77% | - |
| HSV(B) | 53.57º | 0.44% | 0.99% | - |
| XYZ | 76.77 | 85.72 | 37.7 | - |
| YUV | 233.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 141 | 0 | 0.05 | 0.44 | 0.01 | 53.57 | 0.97 | 0.77 |
| Hex | FD | F1 | 8D | 0 | 5 | 2C | 1 | 36 | 61 | 4D |
| Octal | 375 | 361 | 215 | 0 | 5 | 54 | 1 | 66 | 141 | 115 |
| Binary | 11111101 | 11110001 | 10001101 | 0 | 101 | 101100 | 1 | 110110 | 1100001 | 1001101 |
Color Harmonies of #FDF18D
Complementary color
Monochromatic Colors of #FDF18D
Black with #FDF18D
Text Example
Text Example
White with #FDF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF18D; }
p { color: rgb(253,241,141); }
H1.HeaderClassName
{
color: #FDF18D;
}
.AnyTagClassName
{
color: #FDF18D;
}
</style>
background-color css
<style>
a { background-color: #FDF18D; }
a { background-color: rgb(253,241,141); }
div.DivClassName
{
background-color: #FDF18D;
}
.BgClassName
{
background-color: #FDF18D;
}
</style>
border-color css
<style>
span { border-color: #FDF18D; }
span { border-color: rgb(253,241,141); }
td.TdClassName
{
border-color: #FDF18D;
}
.TagClassName
{
border-color: #FDF18D;
}
</style>