Shades of Milan #FDF88D
Tints of Milan #FDF88D
RGB
CMYK
RGB Variations
Color information
#FDF88D (or 0xFDF88D) is known color: Milan. HEX triplet: FD, F8 and 8D. RGB value is (253,248,141). Sum of RGB (Red+Green+Blue) = 253+248+141=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 141 (55.47% from 255 or 21.96% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF88D is #020772. Grayscale: #EDEDED. Windows color (decimal): -132979 or 9304317. OLE color: 9304317.
HSL color Cylindrical-coordinate representation of color #FDF88D: hue angle of 57.32º 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 #FDF88D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 141 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.01 |
| HSL | 57.32º | 0.97% | 0.77% | - |
| HSV(B) | 57.32º | 0.44% | 0.99% | - |
| XYZ | 78.88 | 89.94 | 38.4 | - |
| YUV | 237.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 141 | 0 | 0.02 | 0.44 | 0.01 | 57.32 | 0.97 | 0.77 |
| Hex | FD | F8 | 8D | 0 | 2 | 2C | 1 | 39 | 61 | 4D |
| Octal | 375 | 370 | 215 | 0 | 2 | 54 | 1 | 71 | 141 | 115 |
| Binary | 11111101 | 11111000 | 10001101 | 0 | 10 | 101100 | 1 | 111001 | 1100001 | 1001101 |
Color Harmonies of #FDF88D
Complementary color
Monochromatic Colors of #FDF88D
Black with #FDF88D
Text Example
Text Example
White with #FDF88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF88D; }
p { color: rgb(253,248,141); }
H1.HeaderClassName
{
color: #FDF88D;
}
.AnyTagClassName
{
color: #FDF88D;
}
</style>
background-color css
<style>
a { background-color: #FDF88D; }
a { background-color: rgb(253,248,141); }
div.DivClassName
{
background-color: #FDF88D;
}
.BgClassName
{
background-color: #FDF88D;
}
</style>
border-color css
<style>
span { border-color: #FDF88D; }
span { border-color: rgb(253,248,141); }
td.TdClassName
{
border-color: #FDF88D;
}
.TagClassName
{
border-color: #FDF88D;
}
</style>