Shades of Milan #FDFF82
Tints of Milan #FDFF82
RGB
CMYK
RGB Variations
Color information
#FDFF82 (or 0xFDFF82) is known color: Milan. HEX triplet: FD, FF and 82. RGB value is (253,255,130). Sum of RGB (Red+Green+Blue) = 253+255+130=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 130 (51.17% from 255 or 20.38% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFF82 is #02007D. Grayscale: #F0F0F0. Windows color (decimal): -131198 or 8585213. OLE color: 8585213.
HSL color Cylindrical-coordinate representation of color #FDFF82: hue angle of 60.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDFF82 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 130 | - |
| CMYK | 0.01 | 0 | 0.49 | 0 |
| HSL | 60.96º | 1% | 0.75% | - |
| HSV(B) | 60.96º | 0.49% | 1% | - |
| XYZ | 80.3 | 94.01 | 35.03 | - |
| YUV | 240.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 130 | 0.01 | 0 | 0.49 | 0 | 60.96 | 1 | 0.75 |
| Hex | FD | FF | 82 | 1 | 0 | 31 | 0 | 3D | 64 | 4B |
| Octal | 375 | 377 | 202 | 1 | 0 | 61 | 0 | 75 | 144 | 113 |
| Binary | 11111101 | 11111111 | 10000010 | 1 | 0 | 110001 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FDFF82
Complementary color
Monochromatic Colors of #FDFF82
Black with #FDFF82
Text Example
Text Example
White with #FDFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF82; }
p { color: rgb(253,255,130); }
H1.HeaderClassName
{
color: #FDFF82;
}
.AnyTagClassName
{
color: #FDFF82;
}
</style>
background-color css
<style>
a { background-color: #FDFF82; }
a { background-color: rgb(253,255,130); }
div.DivClassName
{
background-color: #FDFF82;
}
.BgClassName
{
background-color: #FDFF82;
}
</style>
border-color css
<style>
span { border-color: #FDFF82; }
span { border-color: rgb(253,255,130); }
td.TdClassName
{
border-color: #FDFF82;
}
.TagClassName
{
border-color: #FDFF82;
}
</style>