#F1F4AB

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

Shades of Australian Mint #F1F4AB

Tints of Australian Mint #F1F4AB

Color information

#F1F4AB (or 0xF1F4AB) is unknown color: approx Australian Mint. HEX triplet: F1, F4 and AB. RGB value is (241,244,171). Sum of RGB (Red+Green+Blue) = 241+244+171=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F4AB is #0E0B54. Grayscale: #EBEBEB. Windows color (decimal): -920405 or 11269361. OLE color: 11269361.

HSL color Cylindrical-coordinate representation of color #F1F4AB: hue angle of 62.47º 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 #F1F4AB is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB241244171-
CMYK0.0100.300.04
HSL62.47º76.84%81.37%-
HSV(B)62.47º29.92%95.69%-
XYZ75.9886.3451.19-
YUV234.7892.01132.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 244 (95.70% from 255) = 37.20%
BLUE value IS 171 (67.19% from 255) = 26.07%
R=36.74%
G=37.20%
B=26.07%

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
Decimal2412441710.0100.300.0462.4776.8481.37
HexF1F4AB101E43e4d51
Octal3613642531036476115121
Binary111100011111010010101011101111010011111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F4AB; }

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

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

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

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

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

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

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

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