Shades of Australian Mint #F3FAAE
Tints of Australian Mint #F3FAAE
RGB
CMYK
RGB Variations
Color information
#F3FAAE (or 0xF3FAAE) is known color: Australian Mint. HEX triplet: F3, FA and AE. RGB value is (243,250,174). Sum of RGB (Red+Green+Blue) = 243+250+174=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FAAE is #0C0551. Grayscale: #EFEFEF. Windows color (decimal): -787794 or 11467507. OLE color: 11467507.
HSL color Cylindrical-coordinate representation of color #F3FAAE: hue angle of 65.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3FAAE is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 174 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.02 |
| HSL | 65.53º | 0.88% | 0.83% | - |
| HSV(B) | 65.53º | 0.3% | 0.98% | - |
| XYZ | 78.79 | 90.48 | 53.36 | - |
| YUV | 239.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 174 | 0.03 | 0 | 0.30 | 0.02 | 65.53 | 0.88 | 0.83 |
| Hex | F3 | FA | AE | 3 | 0 | 1E | 2 | 42 | 58 | 53 |
| Octal | 363 | 372 | 256 | 3 | 0 | 36 | 2 | 102 | 130 | 123 |
| Binary | 11110011 | 11111010 | 10101110 | 11 | 0 | 11110 | 10 | 1000010 | 1011000 | 1010011 |
Color Harmonies of #F3FAAE
Complementary color
Monochromatic Colors of #F3FAAE
Black with #F3FAAE
Text Example
Text Example
White with #F3FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FAAE; }
p { color: rgb(243,250,174); }
H1.HeaderClassName
{
color: #F3FAAE;
}
.AnyTagClassName
{
color: #F3FAAE;
}
</style>
background-color css
<style>
a { background-color: #F3FAAE; }
a { background-color: rgb(243,250,174); }
div.DivClassName
{
background-color: #F3FAAE;
}
.BgClassName
{
background-color: #F3FAAE;
}
</style>
border-color css
<style>
span { border-color: #F3FAAE; }
span { border-color: rgb(243,250,174); }
td.TdClassName
{
border-color: #F3FAAE;
}
.TagClassName
{
border-color: #F3FAAE;
}
</style>