Shades of Australian Mint #F1FAAD
Tints of Australian Mint #F1FAAD
RGB
CMYK
RGB Variations
Color information
#F1FAAD (or 0xF1FAAD) is known color: Australian Mint. HEX triplet: F1, FA and AD. RGB value is (241,250,173). Sum of RGB (Red+Green+Blue) = 241+250+173=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAAD is #0E0552. Grayscale: #EEEEEE. Windows color (decimal): -918867 or 11401969. OLE color: 11401969.
HSL color Cylindrical-coordinate representation of color #F1FAAD: hue angle of 67.01º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1FAAD is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 173 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.02 |
| HSL | 67.01º | 0.89% | 0.83% | - |
| HSV(B) | 67.01º | 0.31% | 0.98% | - |
| XYZ | 78 | 90.09 | 52.81 | - |
| YUV | 238.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 173 | 0.04 | 0 | 0.31 | 0.02 | 67.01 | 0.89 | 0.83 |
| Hex | F1 | FA | AD | 4 | 0 | 1F | 2 | 43 | 59 | 53 |
| Octal | 361 | 372 | 255 | 4 | 0 | 37 | 2 | 103 | 131 | 123 |
| Binary | 11110001 | 11111010 | 10101101 | 100 | 0 | 11111 | 10 | 1000011 | 1011001 | 1010011 |
Color Harmonies of #F1FAAD
Complementary color
Monochromatic Colors of #F1FAAD
Black with #F1FAAD
Text Example
Text Example
White with #F1FAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAAD; }
p { color: rgb(241,250,173); }
H1.HeaderClassName
{
color: #F1FAAD;
}
.AnyTagClassName
{
color: #F1FAAD;
}
</style>
background-color css
<style>
a { background-color: #F1FAAD; }
a { background-color: rgb(241,250,173); }
div.DivClassName
{
background-color: #F1FAAD;
}
.BgClassName
{
background-color: #F1FAAD;
}
</style>
border-color css
<style>
span { border-color: #F1FAAD; }
span { border-color: rgb(241,250,173); }
td.TdClassName
{
border-color: #F1FAAD;
}
.TagClassName
{
border-color: #F1FAAD;
}
</style>