Shades of Milan #FDF894
Tints of Milan #FDF894
RGB
CMYK
RGB Variations
Color information
#FDF894 (or 0xFDF894) is known color: Milan. HEX triplet: FD, F8 and 94. RGB value is (253,248,148). Sum of RGB (Red+Green+Blue) = 253+248+148=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 148 (58.20% from 255 or 22.80% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF894 is #02076B. Grayscale: #EEEEEE. Windows color (decimal): -132972 or 9763069. OLE color: 9763069.
HSL color Cylindrical-coordinate representation of color #FDF894: hue angle of 57.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF894 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 148 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.01 |
| HSL | 57.14º | 0.96% | 0.79% | - |
| HSV(B) | 57.14º | 0.42% | 0.99% | - |
| XYZ | 79.42 | 90.16 | 41.23 | - |
| YUV | 238.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 148 | 0 | 0.02 | 0.42 | 0.01 | 57.14 | 0.96 | 0.79 |
| Hex | FD | F8 | 94 | 0 | 2 | 2A | 1 | 39 | 60 | 4F |
| Octal | 375 | 370 | 224 | 0 | 2 | 52 | 1 | 71 | 140 | 117 |
| Binary | 11111101 | 11111000 | 10010100 | 0 | 10 | 101010 | 1 | 111001 | 1100000 | 1001111 |
Color Harmonies of #FDF894
Complementary color
Monochromatic Colors of #FDF894
Black with #FDF894
Text Example
Text Example
White with #FDF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF894; }
p { color: rgb(253,248,148); }
H1.HeaderClassName
{
color: #FDF894;
}
.AnyTagClassName
{
color: #FDF894;
}
</style>
background-color css
<style>
a { background-color: #FDF894; }
a { background-color: rgb(253,248,148); }
div.DivClassName
{
background-color: #FDF894;
}
.BgClassName
{
background-color: #FDF894;
}
</style>
border-color css
<style>
span { border-color: #FDF894; }
span { border-color: rgb(253,248,148); }
td.TdClassName
{
border-color: #FDF894;
}
.TagClassName
{
border-color: #FDF894;
}
</style>