Shades of Milan #FDF796
Tints of Milan #FDF796
RGB
CMYK
RGB Variations
Color information
#FDF796 (or 0xFDF796) is known color: Milan. HEX triplet: FD, F7 and 96. RGB value is (253,247,150). Sum of RGB (Red+Green+Blue) = 253+247+150=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 150 (58.98% from 255 or 23.08% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF796 is #020869. Grayscale: #EEEEEE. Windows color (decimal): -133226 or 9893885. OLE color: 9893885.
HSL color Cylindrical-coordinate representation of color #FDF796: hue angle of 56.5º 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 #FDF796 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 150 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.01 |
| HSL | 56.5º | 0.96% | 0.79% | - |
| HSV(B) | 56.5º | 0.41% | 0.99% | - |
| XYZ | 79.27 | 89.61 | 41.97 | - |
| YUV | 237.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 150 | 0 | 0.02 | 0.41 | 0.01 | 56.5 | 0.96 | 0.79 |
| Hex | FD | F7 | 96 | 0 | 2 | 29 | 1 | 39 | 60 | 4F |
| Octal | 375 | 367 | 226 | 0 | 2 | 51 | 1 | 71 | 140 | 117 |
| Binary | 11111101 | 11110111 | 10010110 | 0 | 10 | 101001 | 1 | 111001 | 1100000 | 1001111 |
Color Harmonies of #FDF796
Complementary color
Monochromatic Colors of #FDF796
Black with #FDF796
Text Example
Text Example
White with #FDF796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF796; }
p { color: rgb(253,247,150); }
H1.HeaderClassName
{
color: #FDF796;
}
.AnyTagClassName
{
color: #FDF796;
}
</style>
background-color css
<style>
a { background-color: #FDF796; }
a { background-color: rgb(253,247,150); }
div.DivClassName
{
background-color: #FDF796;
}
.BgClassName
{
background-color: #FDF796;
}
</style>
border-color css
<style>
span { border-color: #FDF796; }
span { border-color: rgb(253,247,150); }
td.TdClassName
{
border-color: #FDF796;
}
.TagClassName
{
border-color: #FDF796;
}
</style>