#F1FBAF

Color #F1FBAF Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F1FBAF

Tints of Australian Mint #F1FBAF

Color information

#F1FBAF (or 0xF1FBAF) is unknown color: approx Australian Mint. HEX triplet: F1, FB and AF. RGB value is (241,251,175). Sum of RGB (Red+Green+Blue) = 241+251+175=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FBAF is #0E0450. Grayscale: #EFEFEF. Windows color (decimal): -918609 or 11533297. OLE color: 11533297.

HSL color Cylindrical-coordinate representation of color #F1FBAF: hue angle of 67.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1FBAF is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB241251175-
CMYK0.0400.300.02
HSL67.89º90.48%83.53%-
HSV(B)67.89º30.28%98.43%-
XYZ78.5190.7953.94-
YUV239.3591.69129.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=36.13%
G=37.63%
B=26.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412511750.0400.300.0267.8990.4883.53
HexF1FBAF401E2445a54
Octal36137325740362104132124
Binary11110001111110111010111110001111010100010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBAF; }

 p { color: rgb(241,251,175); }

 H1.HeaderClassName
 {
   color: #F1FBAF;
 }
 .AnyTagClassName
 {
   color: #F1FBAF;
 }
</style>
background-color css

<style>
 a { background-color: #F1FBAF; }

 a { background-color: rgb(241,251,175); }

 div.DivClassName
 {
   background-color: #F1FBAF;
 }
 .BgClassName
 {
   background-color: #F1FBAF;
 }
</style>
border-color css

<style>
 span { border-color: #F1FBAF; }

 span { border-color: rgb(241,251,175); }

 td.TdClassName
 {
   border-color: #F1FBAF;
 }
 .TagClassName
 {
   border-color: #F1FBAF;
 }
</style>