Shades of Australian Mint #F3FFAF
Tints of Australian Mint #F3FFAF
RGB
CMYK
RGB Variations
Color information
#F3FFAF (or 0xF3FFAF) is known color: Australian Mint. HEX triplet: F3, FF and AF. RGB value is (243,255,175). Sum of RGB (Red+Green+Blue) = 243+255+175=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FFAF is #0C0050. Grayscale: #F2F2F2. Windows color (decimal): -786513 or 11534323. OLE color: 11534323.
HSL color Cylindrical-coordinate representation of color #F3FFAF: hue angle of 69º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3FFAF is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 175 | - |
| CMYK | 0.05 | 0 | 0.31 | 0 |
| HSL | 69º | 1% | 0.84% | - |
| HSV(B) | 69º | 0.31% | 1% | - |
| XYZ | 80.46 | 93.67 | 54.4 | - |
| YUV | 242.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 175 | 0.05 | 0 | 0.31 | 0 | 69 | 1 | 0.84 |
| Hex | F3 | FF | AF | 5 | 0 | 1F | 0 | 45 | 64 | 54 |
| Octal | 363 | 377 | 257 | 5 | 0 | 37 | 0 | 105 | 144 | 124 |
| Binary | 11110011 | 11111111 | 10101111 | 101 | 0 | 11111 | 0 | 1000101 | 1100100 | 1010100 |
Color Harmonies of #F3FFAF
Complementary color
Monochromatic Colors of #F3FFAF
Black with #F3FFAF
Text Example
Text Example
White with #F3FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFAF; }
p { color: rgb(243,255,175); }
H1.HeaderClassName
{
color: #F3FFAF;
}
.AnyTagClassName
{
color: #F3FFAF;
}
</style>
background-color css
<style>
a { background-color: #F3FFAF; }
a { background-color: rgb(243,255,175); }
div.DivClassName
{
background-color: #F3FFAF;
}
.BgClassName
{
background-color: #F3FFAF;
}
</style>
border-color css
<style>
span { border-color: #F3FFAF; }
span { border-color: rgb(243,255,175); }
td.TdClassName
{
border-color: #F3FFAF;
}
.TagClassName
{
border-color: #F3FFAF;
}
</style>