Shades of Milan #FDF696
Tints of Milan #FDF696
RGB
CMYK
RGB Variations
Color information
#FDF696 (or 0xFDF696) is known color: Milan. HEX triplet: FD, F6 and 96. RGB value is (253,246,150). Sum of RGB (Red+Green+Blue) = 253+246+150=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF696 is #020969. Grayscale: #EDEDED. Windows color (decimal): -133482 or 9893629. OLE color: 9893629.
HSL color Cylindrical-coordinate representation of color #FDF696: hue angle of 55.92º 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 #FDF696 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 150 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.01 |
| HSL | 55.92º | 0.96% | 0.79% | - |
| HSV(B) | 55.92º | 0.41% | 0.99% | - |
| XYZ | 78.97 | 89 | 41.87 | - |
| YUV | 237.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 150 | 0 | 0.03 | 0.41 | 0.01 | 55.92 | 0.96 | 0.79 |
| Hex | FD | F6 | 96 | 0 | 3 | 29 | 1 | 38 | 60 | 4F |
| Octal | 375 | 366 | 226 | 0 | 3 | 51 | 1 | 70 | 140 | 117 |
| Binary | 11111101 | 11110110 | 10010110 | 0 | 11 | 101001 | 1 | 111000 | 1100000 | 1001111 |
Color Harmonies of #FDF696
Complementary color
Monochromatic Colors of #FDF696
Black with #FDF696
Text Example
Text Example
White with #FDF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF696; }
p { color: rgb(253,246,150); }
H1.HeaderClassName
{
color: #FDF696;
}
.AnyTagClassName
{
color: #FDF696;
}
</style>
background-color css
<style>
a { background-color: #FDF696; }
a { background-color: rgb(253,246,150); }
div.DivClassName
{
background-color: #FDF696;
}
.BgClassName
{
background-color: #FDF696;
}
</style>
border-color css
<style>
span { border-color: #FDF696; }
span { border-color: rgb(253,246,150); }
td.TdClassName
{
border-color: #FDF696;
}
.TagClassName
{
border-color: #FDF696;
}
</style>