Shades of Milan #FDF890
Tints of Milan #FDF890
RGB
CMYK
RGB Variations
Color information
#FDF890 (or 0xFDF890) is known color: Milan. HEX triplet: FD, F8 and 90. RGB value is (253,248,144). Sum of RGB (Red+Green+Blue) = 253+248+144=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 144 (56.64% from 255 or 22.33% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF890 is #02076F. Grayscale: #EEEEEE. Windows color (decimal): -132976 or 9500925. OLE color: 9500925.
HSL color Cylindrical-coordinate representation of color #FDF890: hue angle of 57.25º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF890 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 144 | - |
CMYK | 0 | 0.02 | 0.43 | 0.01 |
HSL | 57.25º | 0.96% | 0.78% | - |
HSV(B) | 57.25º | 0.43% | 0.99% | - |
XYZ | 79.11 | 90.03 | 39.59 | - |
YUV | 237.64 | 75.16 | 138.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 144 | 0 | 0.02 | 0.43 | 0.01 | 57.25 | 0.96 | 0.78 |
Hex | FD | F8 | 90 | 0 | 2 | 2B | 1 | 39 | 60 | 4E |
Octal | 375 | 370 | 220 | 0 | 2 | 53 | 1 | 71 | 140 | 116 |
Binary | 11111101 | 11111000 | 10010000 | 0 | 10 | 101011 | 1 | 111001 | 1100000 | 1001110 |
Color Harmonies of #FDF890
Complementary color
Monochromatic Colors of #FDF890
Black with #FDF890
Text Example
Text Example
White with #FDF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF890; }
p { color: rgb(253,248,144); }
H1.HeaderClassName
{
color: #FDF890;
}
.AnyTagClassName
{
color: #FDF890;
}
</style>
background-color css
<style>
a { background-color: #FDF890; }
a { background-color: rgb(253,248,144); }
div.DivClassName
{
background-color: #FDF890;
}
.BgClassName
{
background-color: #FDF890;
}
</style>
border-color css
<style>
span { border-color: #FDF890; }
span { border-color: rgb(253,248,144); }
td.TdClassName
{
border-color: #FDF890;
}
.TagClassName
{
border-color: #FDF890;
}
</style>