Shades of Milan #FDFB8A
Tints of Milan #FDFB8A
RGB
CMYK
RGB Variations
Color information
#FDFB8A (or 0xFDFB8A) is known color: Milan. HEX triplet: FD, FB and 8A. RGB value is (253,251,138). Sum of RGB (Red+Green+Blue) = 253+251+138=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 138 (54.30% from 255 or 21.50% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB8A is #020475. Grayscale: #EFEFEF. Windows color (decimal): -132214 or 9108477. OLE color: 9108477.
HSL color Cylindrical-coordinate representation of color #FDFB8A: hue angle of 58.96º 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 #FDFB8A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 138 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.01 |
| HSL | 58.96º | 0.97% | 0.77% | - |
| HSV(B) | 58.96º | 0.45% | 0.99% | - |
| XYZ | 79.59 | 91.71 | 37.55 | - |
| YUV | 238.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 138 | 0 | 0.01 | 0.45 | 0.01 | 58.96 | 0.97 | 0.77 |
| Hex | FD | FB | 8A | 0 | 1 | 2D | 1 | 3B | 61 | 4D |
| Octal | 375 | 373 | 212 | 0 | 1 | 55 | 1 | 73 | 141 | 115 |
| Binary | 11111101 | 11111011 | 10001010 | 0 | 1 | 101101 | 1 | 111011 | 1100001 | 1001101 |
Color Harmonies of #FDFB8A
Complementary color
Monochromatic Colors of #FDFB8A
Black with #FDFB8A
Text Example
Text Example
White with #FDFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB8A; }
p { color: rgb(253,251,138); }
H1.HeaderClassName
{
color: #FDFB8A;
}
.AnyTagClassName
{
color: #FDFB8A;
}
</style>
background-color css
<style>
a { background-color: #FDFB8A; }
a { background-color: rgb(253,251,138); }
div.DivClassName
{
background-color: #FDFB8A;
}
.BgClassName
{
background-color: #FDFB8A;
}
</style>
border-color css
<style>
span { border-color: #FDFB8A; }
span { border-color: rgb(253,251,138); }
td.TdClassName
{
border-color: #FDFB8A;
}
.TagClassName
{
border-color: #FDFB8A;
}
</style>