#F1F4AA

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

Shades of Australian Mint #F1F4AA

Tints of Australian Mint #F1F4AA

Color information

#F1F4AA (or 0xF1F4AA) is unknown color: approx Australian Mint. HEX triplet: F1, F4 and AA. RGB value is (241,244,170). Sum of RGB (Red+Green+Blue) = 241+244+170=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F4AA is #0E0B55. Grayscale: #EAEAEA. Windows color (decimal): -920406 or 11203825. OLE color: 11203825.

HSL color Cylindrical-coordinate representation of color #F1F4AA: hue angle of 62.43º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1F4AA is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB241244170-
CMYK0.0100.300.04
HSL62.43º77.08%81.18%-
HSV(B)62.43º30.33%95.69%-
XYZ75.8886.350.69-
YUV234.6791.51132.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 170 (66.80% from 255) = 25.95%
R=36.79%
G=37.25%
B=25.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412441700.0100.300.0462.4377.0881.18
HexF1F4AA101E43e4d51
Octal3613642521036476115121
Binary111100011111010010101010101111010011111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F4AA; }

 p { color: rgb(241,244,170); }

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

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

 a { background-color: rgb(241,244,170); }

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

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

 span { border-color: rgb(241,244,170); }

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