#F1FCA2

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

Shades of Australian Mint #F1FCA2

Tints of Australian Mint #F1FCA2

Color information

#F1FCA2 (or 0xF1FCA2) is unknown color: approx Australian Mint. HEX triplet: F1, FC and A2. RGB value is (241,252,162). Sum of RGB (Red+Green+Blue) = 241+252+162=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 162 (63.67% from 255 or 24.73% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FCA2 is #0E035D. Grayscale: #EEEEEE. Windows color (decimal): -918366 or 10681585. OLE color: 10681585.

HSL color Cylindrical-coordinate representation of color #F1FCA2: hue angle of 67.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1FCA2 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB241252162-
CMYK0.0400.360.01
HSL67.33º93.75%81.18%-
HSV(B)67.33º35.71%98.82%-
XYZ77.6190.9347.64-
YUV238.4584.86129.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 162 (63.67% from 255) = 24.73%
R=36.79%
G=38.47%
B=24.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521620.0400.360.0167.3393.7581.18
HexF1FCA240241435e51
Octal36137424240441103136121
Binary11110001111111001010001010001001001100001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCA2; }

 p { color: rgb(241,252,162); }

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

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

 a { background-color: rgb(241,252,162); }

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

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

 span { border-color: rgb(241,252,162); }

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