#F1F3AE

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

Shades of Australian Mint #F1F3AE

Tints of Australian Mint #F1F3AE

Color information

#F1F3AE (or 0xF1F3AE) is unknown color: approx Australian Mint. HEX triplet: F1, F3 and AE. RGB value is (241,243,174). Sum of RGB (Red+Green+Blue) = 241+243+174=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F3AE is #0E0C51. Grayscale: #EAEAEA. Windows color (decimal): -920658 or 11465713. OLE color: 11465713.

HSL color Cylindrical-coordinate representation of color #F1F3AE: hue angle of 61.74º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1F3AE is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241243174-
CMYK0.0100.280.05
HSL61.74º74.19%81.76%-
HSV(B)61.74º28.4%95.29%-
XYZ75.9785.8652.61-
YUV234.5493.84132.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 243 (95.31% from 255) = 36.93%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=36.63%
G=36.93%
B=26.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412431740.0100.280.0561.7474.1981.76
HexF1F3AE101C53e4a52
Octal3613632561034576112122
Binary111100011111001110101110101110010111111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3AE; }

 p { color: rgb(241,243,174); }

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

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

 a { background-color: rgb(241,243,174); }

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

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

 span { border-color: rgb(241,243,174); }

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