Shades of Milan #FDF993
Tints of Milan #FDF993
RGB
CMYK
RGB Variations
Color information
#FDF993 (or 0xFDF993) is known color: Milan. HEX triplet: FD, F9 and 93. RGB value is (253,249,147). Sum of RGB (Red+Green+Blue) = 253+249+147=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 147 (57.81% from 255 or 22.65% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF993 is #02066C. Grayscale: #EEEEEE. Windows color (decimal): -132717 or 9697789. OLE color: 9697789.
HSL color Cylindrical-coordinate representation of color #FDF993: hue angle of 57.74º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF993 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 147 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.01 |
| HSL | 57.74º | 0.96% | 0.78% | - |
| HSV(B) | 57.74º | 0.42% | 0.99% | - |
| XYZ | 79.65 | 90.74 | 40.92 | - |
| YUV | 238.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 147 | 0 | 0.02 | 0.42 | 0.01 | 57.74 | 0.96 | 0.78 |
| Hex | FD | F9 | 93 | 0 | 2 | 2A | 1 | 3A | 60 | 4E |
| Octal | 375 | 371 | 223 | 0 | 2 | 52 | 1 | 72 | 140 | 116 |
| Binary | 11111101 | 11111001 | 10010011 | 0 | 10 | 101010 | 1 | 111010 | 1100000 | 1001110 |
Color Harmonies of #FDF993
Complementary color
Monochromatic Colors of #FDF993
Black with #FDF993
Text Example
Text Example
White with #FDF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF993; }
p { color: rgb(253,249,147); }
H1.HeaderClassName
{
color: #FDF993;
}
.AnyTagClassName
{
color: #FDF993;
}
</style>
background-color css
<style>
a { background-color: #FDF993; }
a { background-color: rgb(253,249,147); }
div.DivClassName
{
background-color: #FDF993;
}
.BgClassName
{
background-color: #FDF993;
}
</style>
border-color css
<style>
span { border-color: #FDF993; }
span { border-color: rgb(253,249,147); }
td.TdClassName
{
border-color: #FDF993;
}
.TagClassName
{
border-color: #FDF993;
}
</style>