Shades of Milan #FFFA8F
Tints of Milan #FFFA8F
RGB
CMYK
RGB Variations
Color information
#FFFA8F (or 0xFFFA8F) is known color: Milan. HEX triplet: FF, FA and 8F. RGB value is (255,250,143). Sum of RGB (Red+Green+Blue) = 255+250+143=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 143 (56.25% from 255 or 22.07% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA8F is #000570. Grayscale: #EFEFEF. Windows color (decimal): -1393 or 9435903. OLE color: 9435903.
HSL color Cylindrical-coordinate representation of color #FFFA8F: hue angle of 57.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFFA8F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 143 | - |
| CMYK | 0 | 0.02 | 0.44 | 0 |
| HSL | 57.32º | 1% | 0.78% | - |
| HSV(B) | 57.32º | 0.44% | 1% | - |
| XYZ | 80.38 | 91.61 | 39.43 | - |
| YUV | 239.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 143 | 0 | 0.02 | 0.44 | 0 | 57.32 | 1 | 0.78 |
| Hex | FF | FA | 8F | 0 | 2 | 2C | 0 | 39 | 64 | 4E |
| Octal | 377 | 372 | 217 | 0 | 2 | 54 | 0 | 71 | 144 | 116 |
| Binary | 11111111 | 11111010 | 10001111 | 0 | 10 | 101100 | 0 | 111001 | 1100100 | 1001110 |
Color Harmonies of #FFFA8F
Complementary color
Monochromatic Colors of #FFFA8F
Black with #FFFA8F
Text Example
Text Example
White with #FFFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA8F; }
p { color: rgb(255,250,143); }
H1.HeaderClassName
{
color: #FFFA8F;
}
.AnyTagClassName
{
color: #FFFA8F;
}
</style>
background-color css
<style>
a { background-color: #FFFA8F; }
a { background-color: rgb(255,250,143); }
div.DivClassName
{
background-color: #FFFA8F;
}
.BgClassName
{
background-color: #FFFA8F;
}
</style>
border-color css
<style>
span { border-color: #FFFA8F; }
span { border-color: rgb(255,250,143); }
td.TdClassName
{
border-color: #FFFA8F;
}
.TagClassName
{
border-color: #FFFA8F;
}
</style>