Shades of Milan #FDFB8D
Tints of Milan #FDFB8D
RGB
CMYK
RGB Variations
Color information
#FDFB8D (or 0xFDFB8D) is known color: Milan. HEX triplet: FD, FB and 8D. RGB value is (253,251,141). Sum of RGB (Red+Green+Blue) = 253+251+141=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 141 (55.47% from 255 or 21.86% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB8D is #020472. Grayscale: #EFEFEF. Windows color (decimal): -132211 or 9305085. OLE color: 9305085.
HSL color Cylindrical-coordinate representation of color #FDFB8D: hue angle of 58.93º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDFB8D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 141 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.01 |
| HSL | 58.93º | 0.97% | 0.77% | - |
| HSV(B) | 58.93º | 0.44% | 0.99% | - |
| XYZ | 79.81 | 91.8 | 38.71 | - |
| YUV | 239.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 141 | 0 | 0.01 | 0.44 | 0.01 | 58.93 | 0.97 | 0.77 |
| Hex | FD | FB | 8D | 0 | 1 | 2C | 1 | 3B | 61 | 4D |
| Octal | 375 | 373 | 215 | 0 | 1 | 54 | 1 | 73 | 141 | 115 |
| Binary | 11111101 | 11111011 | 10001101 | 0 | 1 | 101100 | 1 | 111011 | 1100001 | 1001101 |
Color Harmonies of #FDFB8D
Complementary color
Monochromatic Colors of #FDFB8D
Black with #FDFB8D
Text Example
Text Example
White with #FDFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB8D; }
p { color: rgb(253,251,141); }
H1.HeaderClassName
{
color: #FDFB8D;
}
.AnyTagClassName
{
color: #FDFB8D;
}
</style>
background-color css
<style>
a { background-color: #FDFB8D; }
a { background-color: rgb(253,251,141); }
div.DivClassName
{
background-color: #FDFB8D;
}
.BgClassName
{
background-color: #FDFB8D;
}
</style>
border-color css
<style>
span { border-color: #FDFB8D; }
span { border-color: rgb(253,251,141); }
td.TdClassName
{
border-color: #FDFB8D;
}
.TagClassName
{
border-color: #FDFB8D;
}
</style>