#F1FAA9

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

Shades of Australian Mint #F1FAA9

Tints of Australian Mint #F1FAA9

Color information

#F1FAA9 (or 0xF1FAA9) is unknown color: approx Australian Mint. HEX triplet: F1, FA and A9. RGB value is (241,250,169). Sum of RGB (Red+Green+Blue) = 241+250+169=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAA9 is #0E0556. Grayscale: #EEEEEE. Windows color (decimal): -918871 or 11139825. OLE color: 11139825.

HSL color Cylindrical-coordinate representation of color #F1FAA9: hue angle of 66.67º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1FAA9 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB241250169-
CMYK0.0400.320.02
HSL66.67º89.01%82.16%-
HSV(B)66.67º32.4%98.04%-
XYZ77.6289.9450.8-
YUV238.0889.02130.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 169 (66.41% from 255) = 25.61%
R=36.52%
G=37.88%
B=25.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501690.0400.320.0266.6789.0182.16
HexF1FAA940202435952
Octal36137225140402103131122
Binary111100011111101010101001100010000010100001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAA9; }

 p { color: rgb(241,250,169); }

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

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

 a { background-color: rgb(241,250,169); }

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

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

 span { border-color: rgb(241,250,169); }

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