Shades of Milan #FAF18B
Tints of Milan #FAF18B
RGB
CMYK
RGB Variations
Color information
#FAF18B (or 0xFAF18B) is known color: Milan. HEX triplet: FA, F1 and 8B. RGB value is (250,241,139). Sum of RGB (Red+Green+Blue) = 250+241+139=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 139 (54.69% from 255 or 22.06% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF18B is #050E74. Grayscale: #E8E8E8. Windows color (decimal): -331381 or 9171450. OLE color: 9171450.
HSL color Cylindrical-coordinate representation of color #FAF18B: hue angle of 55.14º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAF18B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 139 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.02 |
| HSL | 55.14º | 0.92% | 0.76% | - |
| HSV(B) | 55.14º | 0.44% | 0.98% | - |
| XYZ | 75.54 | 85.1 | 36.87 | - |
| YUV | 232.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 139 | 0 | 0.04 | 0.44 | 0.02 | 55.14 | 0.92 | 0.76 |
| Hex | FA | F1 | 8B | 0 | 4 | 2C | 2 | 37 | 5C | 4C |
| Octal | 372 | 361 | 213 | 0 | 4 | 54 | 2 | 67 | 134 | 114 |
| Binary | 11111010 | 11110001 | 10001011 | 0 | 100 | 101100 | 10 | 110111 | 1011100 | 1001100 |
Color Harmonies of #FAF18B
Complementary color
Monochromatic Colors of #FAF18B
Black with #FAF18B
Text Example
Text Example
White with #FAF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF18B; }
p { color: rgb(250,241,139); }
H1.HeaderClassName
{
color: #FAF18B;
}
.AnyTagClassName
{
color: #FAF18B;
}
</style>
background-color css
<style>
a { background-color: #FAF18B; }
a { background-color: rgb(250,241,139); }
div.DivClassName
{
background-color: #FAF18B;
}
.BgClassName
{
background-color: #FAF18B;
}
</style>
border-color css
<style>
span { border-color: #FAF18B; }
span { border-color: rgb(250,241,139); }
td.TdClassName
{
border-color: #FAF18B;
}
.TagClassName
{
border-color: #FAF18B;
}
</style>