Shades of Milan #FAFD8E
Tints of Milan #FAFD8E
RGB
CMYK
RGB Variations
Color information
#FAFD8E (or 0xFAFD8E) is known color: Milan. HEX triplet: FA, FD and 8E. RGB value is (250,253,142). Sum of RGB (Red+Green+Blue) = 250+253+142=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 142 (55.86% from 255 or 22.02% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFD8E is #050271. Grayscale: #EFEFEF. Windows color (decimal): -328306 or 9371130. OLE color: 9371130.
HSL color Cylindrical-coordinate representation of color #FAFD8E: hue angle of 61.62º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAFD8E is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 142 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.01 |
| HSL | 61.62º | 0.97% | 0.77% | - |
| HSV(B) | 61.62º | 0.44% | 0.99% | - |
| XYZ | 79.43 | 92.53 | 39.26 | - |
| YUV | 239.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 142 | 0.01 | 0 | 0.44 | 0.01 | 61.62 | 0.97 | 0.77 |
| Hex | FA | FD | 8E | 1 | 0 | 2C | 1 | 3E | 61 | 4D |
| Octal | 372 | 375 | 216 | 1 | 0 | 54 | 1 | 76 | 141 | 115 |
| Binary | 11111010 | 11111101 | 10001110 | 1 | 0 | 101100 | 1 | 111110 | 1100001 | 1001101 |
Color Harmonies of #FAFD8E
Complementary color
Monochromatic Colors of #FAFD8E
Black with #FAFD8E
Text Example
Text Example
White with #FAFD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD8E; }
p { color: rgb(250,253,142); }
H1.HeaderClassName
{
color: #FAFD8E;
}
.AnyTagClassName
{
color: #FAFD8E;
}
</style>
background-color css
<style>
a { background-color: #FAFD8E; }
a { background-color: rgb(250,253,142); }
div.DivClassName
{
background-color: #FAFD8E;
}
.BgClassName
{
background-color: #FAFD8E;
}
</style>
border-color css
<style>
span { border-color: #FAFD8E; }
span { border-color: rgb(250,253,142); }
td.TdClassName
{
border-color: #FAFD8E;
}
.TagClassName
{
border-color: #FAFD8E;
}
</style>