Shades of Milan #FAFE8A
Tints of Milan #FAFE8A
RGB
CMYK
RGB Variations
Color information
#FAFE8A (or 0xFAFE8A) is known color: Milan. HEX triplet: FA, FE and 8A. RGB value is (250,254,138). Sum of RGB (Red+Green+Blue) = 250+254+138=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 138 (54.30% from 255 or 21.50% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE8A is #050175. Grayscale: #F0F0F0. Windows color (decimal): -328054 or 9109242. OLE color: 9109242.
HSL color Cylindrical-coordinate representation of color #FAFE8A: hue angle of 62.07º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAFE8A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 138 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.00 |
| HSL | 62.07º | 0.98% | 0.77% | - |
| HSV(B) | 62.07º | 0.46% | 1% | - |
| XYZ | 79.45 | 93.04 | 37.82 | - |
| YUV | 239.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 138 | 0.02 | 0 | 0.46 | 0.00 | 62.07 | 0.98 | 0.77 |
| Hex | FA | FE | 8A | 2 | 0 | 2E | 0 | 3E | 62 | 4D |
| Octal | 372 | 376 | 212 | 2 | 0 | 56 | 0 | 76 | 142 | 115 |
| Binary | 11111010 | 11111110 | 10001010 | 10 | 0 | 101110 | 0 | 111110 | 1100010 | 1001101 |
Color Harmonies of #FAFE8A
Complementary color
Monochromatic Colors of #FAFE8A
Black with #FAFE8A
Text Example
Text Example
White with #FAFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE8A; }
p { color: rgb(250,254,138); }
H1.HeaderClassName
{
color: #FAFE8A;
}
.AnyTagClassName
{
color: #FAFE8A;
}
</style>
background-color css
<style>
a { background-color: #FAFE8A; }
a { background-color: rgb(250,254,138); }
div.DivClassName
{
background-color: #FAFE8A;
}
.BgClassName
{
background-color: #FAFE8A;
}
</style>
border-color css
<style>
span { border-color: #FAFE8A; }
span { border-color: rgb(250,254,138); }
td.TdClassName
{
border-color: #FAFE8A;
}
.TagClassName
{
border-color: #FAFE8A;
}
</style>