Shades of Australian Mint #F5FCB1
Tints of Australian Mint #F5FCB1
RGB
CMYK
RGB Variations
Color information
#F5FCB1 (or 0xF5FCB1) is known color: Australian Mint. HEX triplet: F5, FC and B1. RGB value is (245,252,177). Sum of RGB (Red+Green+Blue) = 245+252+177=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 177 (69.53% from 255 or 26.26% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FCB1 is #0A034E. Grayscale: #F1F1F1. Windows color (decimal): -656207 or 11664629. OLE color: 11664629.
HSL color Cylindrical-coordinate representation of color #F5FCB1: hue angle of 65.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5FCB1 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 177 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.01 |
| HSL | 65.6º | 0.93% | 0.84% | - |
| HSV(B) | 65.6º | 0.3% | 0.99% | - |
| XYZ | 80.4 | 92.21 | 55.16 | - |
| YUV | 241.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 177 | 0.03 | 0 | 0.30 | 0.01 | 65.6 | 0.93 | 0.84 |
| Hex | F5 | FC | B1 | 3 | 0 | 1E | 1 | 42 | 5D | 54 |
| Octal | 365 | 374 | 261 | 3 | 0 | 36 | 1 | 102 | 135 | 124 |
| Binary | 11110101 | 11111100 | 10110001 | 11 | 0 | 11110 | 1 | 1000010 | 1011101 | 1010100 |
Color Harmonies of #F5FCB1
Complementary color
Monochromatic Colors of #F5FCB1
Black with #F5FCB1
Text Example
Text Example
White with #F5FCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCB1; }
p { color: rgb(245,252,177); }
H1.HeaderClassName
{
color: #F5FCB1;
}
.AnyTagClassName
{
color: #F5FCB1;
}
</style>
background-color css
<style>
a { background-color: #F5FCB1; }
a { background-color: rgb(245,252,177); }
div.DivClassName
{
background-color: #F5FCB1;
}
.BgClassName
{
background-color: #F5FCB1;
}
</style>
border-color css
<style>
span { border-color: #F5FCB1; }
span { border-color: rgb(245,252,177); }
td.TdClassName
{
border-color: #F5FCB1;
}
.TagClassName
{
border-color: #F5FCB1;
}
</style>