#F4FAA4

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

Shades of Australian Mint #F4FAA4

Tints of Australian Mint #F4FAA4

Color information

#F4FAA4 (or 0xF4FAA4) is unknown color: approx Australian Mint. HEX triplet: F4, FA and A4. RGB value is (244,250,164). Sum of RGB (Red+Green+Blue) = 244+250+164=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 164 (64.45% from 255 or 24.92% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FAA4 is #0B055B. Grayscale: #EEEEEE. Windows color (decimal): -722268 or 10812148. OLE color: 10812148.

HSL color Cylindrical-coordinate representation of color #F4FAA4: hue angle of 64.19º degrees, saturation: 0.9, 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 #F4FAA4 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB244250164-
CMYK0.0200.340.02
HSL64.19º89.58%81.18%-
HSV(B)64.19º34.4%98.04%-
XYZ78.1990.2848.43-
YUV238.486.01131.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.08%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 164 (64.45% from 255) = 24.92%
R=37.08%
G=37.99%
B=24.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442501640.0200.340.0264.1989.5881.18
HexF4FAA420222405a51
Octal36437224420422100132121
Binary11110100111110101010010010010001010100000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAA4; }

 p { color: rgb(244,250,164); }

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

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

 a { background-color: rgb(244,250,164); }

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

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

 span { border-color: rgb(244,250,164); }

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