#F1FAA5

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

Shades of Australian Mint #F1FAA5

Tints of Australian Mint #F1FAA5

Color information

#F1FAA5 (or 0xF1FAA5) is unknown color: approx Australian Mint. HEX triplet: F1, FA and A5. RGB value is (241,250,165). Sum of RGB (Red+Green+Blue) = 241+250+165=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 165 (64.84% from 255 or 25.15% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAA5 is #0E055A. Grayscale: #EDEDED. Windows color (decimal): -918875 or 10877681. OLE color: 10877681.

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

Color convert

RGB241250165-
CMYK0.0400.340.02
HSL66.35º89.47%81.37%-
HSV(B)66.35º34%98.04%-
XYZ77.2589.7948.86-
YUV237.6287.02130.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 165 (64.84% from 255) = 25.15%
R=36.74%
G=38.11%
B=25.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501650.0400.340.0266.3589.4781.37
HexF1FAA540222425951
Octal36137224540422102131121
Binary111100011111101010100101100010001010100001010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAA5; }

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

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

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

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

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

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

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

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