Shades of Milan #FDFB8B
Tints of Milan #FDFB8B
RGB
CMYK
RGB Variations
Color information
#FDFB8B (or 0xFDFB8B) is known color: Milan. HEX triplet: FD, FB and 8B. RGB value is (253,251,139). Sum of RGB (Red+Green+Blue) = 253+251+139=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 139 (54.69% from 255 or 21.62% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB8B is #020474. Grayscale: #EFEFEF. Windows color (decimal): -132213 or 9174013. OLE color: 9174013.
HSL color Cylindrical-coordinate representation of color #FDFB8B: hue angle of 58.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDFB8B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 139 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.01 |
| HSL | 58.95º | 0.97% | 0.77% | - |
| HSV(B) | 58.95º | 0.45% | 0.99% | - |
| XYZ | 79.67 | 91.74 | 37.94 | - |
| YUV | 238.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 139 | 0 | 0.01 | 0.45 | 0.01 | 58.95 | 0.97 | 0.77 |
| Hex | FD | FB | 8B | 0 | 1 | 2D | 1 | 3B | 61 | 4D |
| Octal | 375 | 373 | 213 | 0 | 1 | 55 | 1 | 73 | 141 | 115 |
| Binary | 11111101 | 11111011 | 10001011 | 0 | 1 | 101101 | 1 | 111011 | 1100001 | 1001101 |
Color Harmonies of #FDFB8B
Complementary color
Monochromatic Colors of #FDFB8B
Black with #FDFB8B
Text Example
Text Example
White with #FDFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB8B; }
p { color: rgb(253,251,139); }
H1.HeaderClassName
{
color: #FDFB8B;
}
.AnyTagClassName
{
color: #FDFB8B;
}
</style>
background-color css
<style>
a { background-color: #FDFB8B; }
a { background-color: rgb(253,251,139); }
div.DivClassName
{
background-color: #FDFB8B;
}
.BgClassName
{
background-color: #FDFB8B;
}
</style>
border-color css
<style>
span { border-color: #FDFB8B; }
span { border-color: rgb(253,251,139); }
td.TdClassName
{
border-color: #FDFB8B;
}
.TagClassName
{
border-color: #FDFB8B;
}
</style>