Shades of Milan #FDFF84
Tints of Milan #FDFF84
RGB
CMYK
RGB Variations
Color information
#FDFF84 (or 0xFDFF84) is known color: Milan. HEX triplet: FD, FF and 84. RGB value is (253,255,132). Sum of RGB (Red+Green+Blue) = 253+255+132=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 132 (51.95% from 255 or 20.62% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFF84 is #02007B. Grayscale: #F0F0F0. Windows color (decimal): -131196 or 8716285. OLE color: 8716285.
HSL color Cylindrical-coordinate representation of color #FDFF84: hue angle of 60.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDFF84 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 132 | - |
| CMYK | 0.01 | 0 | 0.48 | 0 |
| HSL | 60.98º | 1% | 0.76% | - |
| HSV(B) | 60.98º | 0.48% | 1% | - |
| XYZ | 80.43 | 94.07 | 35.75 | - |
| YUV | 240.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 132 | 0.01 | 0 | 0.48 | 0 | 60.98 | 1 | 0.76 |
| Hex | FD | FF | 84 | 1 | 0 | 30 | 0 | 3D | 64 | 4C |
| Octal | 375 | 377 | 204 | 1 | 0 | 60 | 0 | 75 | 144 | 114 |
| Binary | 11111101 | 11111111 | 10000100 | 1 | 0 | 110000 | 0 | 111101 | 1100100 | 1001100 |
Color Harmonies of #FDFF84
Complementary color
Monochromatic Colors of #FDFF84
Black with #FDFF84
Text Example
Text Example
White with #FDFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF84; }
p { color: rgb(253,255,132); }
H1.HeaderClassName
{
color: #FDFF84;
}
.AnyTagClassName
{
color: #FDFF84;
}
</style>
background-color css
<style>
a { background-color: #FDFF84; }
a { background-color: rgb(253,255,132); }
div.DivClassName
{
background-color: #FDFF84;
}
.BgClassName
{
background-color: #FDFF84;
}
</style>
border-color css
<style>
span { border-color: #FDFF84; }
span { border-color: rgb(253,255,132); }
td.TdClassName
{
border-color: #FDFF84;
}
.TagClassName
{
border-color: #FDFF84;
}
</style>