Shades of Australian Mint #F8FDB1
Tints of Australian Mint #F8FDB1
RGB
CMYK
RGB Variations
Color information
#F8FDB1 (or 0xF8FDB1) is known color: Australian Mint. HEX triplet: F8, FD and B1. RGB value is (248,253,177). Sum of RGB (Red+Green+Blue) = 248+253+177=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 177 (69.53% from 255 or 26.11% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDB1 is #07024E. Grayscale: #F3F3F3. Windows color (decimal): -459343 or 11664888. OLE color: 11664888.
HSL color Cylindrical-coordinate representation of color #F8FDB1: hue angle of 63.95º degrees, saturation: 0.95, 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 #F8FDB1 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 177 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.01 |
| HSL | 63.95º | 0.95% | 0.84% | - |
| HSV(B) | 63.95º | 0.3% | 0.99% | - |
| XYZ | 81.77 | 93.38 | 55.31 | - |
| YUV | 242.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 177 | 0.02 | 0 | 0.30 | 0.01 | 63.95 | 0.95 | 0.84 |
| Hex | F8 | FD | B1 | 2 | 0 | 1E | 1 | 40 | 5F | 54 |
| Octal | 370 | 375 | 261 | 2 | 0 | 36 | 1 | 100 | 137 | 124 |
| Binary | 11111000 | 11111101 | 10110001 | 10 | 0 | 11110 | 1 | 1000000 | 1011111 | 1010100 |
Color Harmonies of #F8FDB1
Complementary color
Monochromatic Colors of #F8FDB1
Black with #F8FDB1
Text Example
Text Example
White with #F8FDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDB1; }
p { color: rgb(248,253,177); }
H1.HeaderClassName
{
color: #F8FDB1;
}
.AnyTagClassName
{
color: #F8FDB1;
}
</style>
background-color css
<style>
a { background-color: #F8FDB1; }
a { background-color: rgb(248,253,177); }
div.DivClassName
{
background-color: #F8FDB1;
}
.BgClassName
{
background-color: #F8FDB1;
}
</style>
border-color css
<style>
span { border-color: #F8FDB1; }
span { border-color: rgb(248,253,177); }
td.TdClassName
{
border-color: #F8FDB1;
}
.TagClassName
{
border-color: #F8FDB1;
}
</style>