Shades of Milan #FAFE8D
Tints of Milan #FAFE8D
RGB
CMYK
RGB Variations
Color information
#FAFE8D (or 0xFAFE8D) is known color: Milan. HEX triplet: FA, FE and 8D. RGB value is (250,254,141). Sum of RGB (Red+Green+Blue) = 250+254+141=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 141 (55.47% from 255 or 21.86% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE8D is #050172. Grayscale: #F0F0F0. Windows color (decimal): -328051 or 9305850. OLE color: 9305850.
HSL color Cylindrical-coordinate representation of color #FAFE8D: hue angle of 62.12º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAFE8D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 141 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.00 |
| HSL | 62.12º | 0.98% | 0.77% | - |
| HSV(B) | 62.12º | 0.44% | 1% | - |
| XYZ | 79.67 | 93.13 | 38.98 | - |
| YUV | 239.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 141 | 0.02 | 0 | 0.44 | 0.00 | 62.12 | 0.98 | 0.77 |
| Hex | FA | FE | 8D | 2 | 0 | 2C | 0 | 3E | 62 | 4D |
| Octal | 372 | 376 | 215 | 2 | 0 | 54 | 0 | 76 | 142 | 115 |
| Binary | 11111010 | 11111110 | 10001101 | 10 | 0 | 101100 | 0 | 111110 | 1100010 | 1001101 |
Color Harmonies of #FAFE8D
Complementary color
Monochromatic Colors of #FAFE8D
Black with #FAFE8D
Text Example
Text Example
White with #FAFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE8D; }
p { color: rgb(250,254,141); }
H1.HeaderClassName
{
color: #FAFE8D;
}
.AnyTagClassName
{
color: #FAFE8D;
}
</style>
background-color css
<style>
a { background-color: #FAFE8D; }
a { background-color: rgb(250,254,141); }
div.DivClassName
{
background-color: #FAFE8D;
}
.BgClassName
{
background-color: #FAFE8D;
}
</style>
border-color css
<style>
span { border-color: #FAFE8D; }
span { border-color: rgb(250,254,141); }
td.TdClassName
{
border-color: #FAFE8D;
}
.TagClassName
{
border-color: #FAFE8D;
}
</style>