Shades of Australian Mint #F1FCAC
Tints of Australian Mint #F1FCAC
RGB
CMYK
RGB Variations
Color information
#F1FCAC (or 0xF1FCAC) is known color: Australian Mint. HEX triplet: F1, FC and AC. RGB value is (241,252,172). Sum of RGB (Red+Green+Blue) = 241+252+172=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FCAC is #0E0353. Grayscale: #EFEFEF. Windows color (decimal): -918356 or 11336945. OLE color: 11336945.
HSL color Cylindrical-coordinate representation of color #F1FCAC: hue angle of 68.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1FCAC is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 172 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.01 |
| HSL | 68.25º | 0.93% | 0.83% | - |
| HSV(B) | 68.25º | 0.32% | 0.99% | - |
| XYZ | 78.53 | 91.3 | 52.51 | - |
| YUV | 239.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 172 | 0.04 | 0 | 0.32 | 0.01 | 68.25 | 0.93 | 0.83 |
| Hex | F1 | FC | AC | 4 | 0 | 20 | 1 | 44 | 5D | 53 |
| Octal | 361 | 374 | 254 | 4 | 0 | 40 | 1 | 104 | 135 | 123 |
| Binary | 11110001 | 11111100 | 10101100 | 100 | 0 | 100000 | 1 | 1000100 | 1011101 | 1010011 |
Color Harmonies of #F1FCAC
Complementary color
Monochromatic Colors of #F1FCAC
Black with #F1FCAC
Text Example
Text Example
White with #F1FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCAC; }
p { color: rgb(241,252,172); }
H1.HeaderClassName
{
color: #F1FCAC;
}
.AnyTagClassName
{
color: #F1FCAC;
}
</style>
background-color css
<style>
a { background-color: #F1FCAC; }
a { background-color: rgb(241,252,172); }
div.DivClassName
{
background-color: #F1FCAC;
}
.BgClassName
{
background-color: #F1FCAC;
}
</style>
border-color css
<style>
span { border-color: #F1FCAC; }
span { border-color: rgb(241,252,172); }
td.TdClassName
{
border-color: #F1FCAC;
}
.TagClassName
{
border-color: #F1FCAC;
}
</style>