Shades of Milan #FDF895
Tints of Milan #FDF895
RGB
CMYK
RGB Variations
Color information
#FDF895 (or 0xFDF895) is known color: Milan. HEX triplet: FD, F8 and 95. RGB value is (253,248,149). Sum of RGB (Red+Green+Blue) = 253+248+149=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 149 (58.59% from 255 or 22.92% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF895 is #02076A. Grayscale: #EEEEEE. Windows color (decimal): -132971 or 9828605. OLE color: 9828605.
HSL color Cylindrical-coordinate representation of color #FDF895: hue angle of 57.12º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDF895 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 149 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.01 |
| HSL | 57.12º | 0.96% | 0.79% | - |
| HSV(B) | 57.12º | 0.41% | 0.99% | - |
| XYZ | 79.5 | 90.19 | 41.65 | - |
| YUV | 238.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 149 | 0 | 0.02 | 0.41 | 0.01 | 57.12 | 0.96 | 0.79 |
| Hex | FD | F8 | 95 | 0 | 2 | 29 | 1 | 39 | 60 | 4F |
| Octal | 375 | 370 | 225 | 0 | 2 | 51 | 1 | 71 | 140 | 117 |
| Binary | 11111101 | 11111000 | 10010101 | 0 | 10 | 101001 | 1 | 111001 | 1100000 | 1001111 |
Color Harmonies of #FDF895
Complementary color
Monochromatic Colors of #FDF895
Black with #FDF895
Text Example
Text Example
White with #FDF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF895; }
p { color: rgb(253,248,149); }
H1.HeaderClassName
{
color: #FDF895;
}
.AnyTagClassName
{
color: #FDF895;
}
</style>
background-color css
<style>
a { background-color: #FDF895; }
a { background-color: rgb(253,248,149); }
div.DivClassName
{
background-color: #FDF895;
}
.BgClassName
{
background-color: #FDF895;
}
</style>
border-color css
<style>
span { border-color: #FDF895; }
span { border-color: rgb(253,248,149); }
td.TdClassName
{
border-color: #FDF895;
}
.TagClassName
{
border-color: #FDF895;
}
</style>