#F1FCA1

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

Shades of Australian Mint #F1FCA1

Tints of Australian Mint #F1FCA1

Color information

#F1FCA1 (or 0xF1FCA1) is unknown color: approx Australian Mint. HEX triplet: F1, FC and A1. RGB value is (241,252,161). Sum of RGB (Red+Green+Blue) = 241+252+161=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 161 (63.28% from 255 or 24.62% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FCA1 is #0E035E. Grayscale: #EEEEEE. Windows color (decimal): -918367 or 10616049. OLE color: 10616049.

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

Color convert

RGB241252161-
CMYK0.0400.360.01
HSL67.25º93.81%80.98%-
HSV(B)67.25º36.11%98.82%-
XYZ77.5290.8947.18-
YUV238.3484.36129.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 161 (63.28% from 255) = 24.62%
R=36.85%
G=38.53%
B=24.62%

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
Decimal2412521610.0400.360.0167.2593.8180.98
HexF1FCA140241435e51
Octal36137424140441103136121
Binary11110001111111001010000110001001001100001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCA1; }

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

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

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

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

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

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

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

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