#F1FCAA

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

Shades of Australian Mint #F1FCAA

Tints of Australian Mint #F1FCAA

Color information

#F1FCAA (or 0xF1FCAA) is unknown color: approx Australian Mint. HEX triplet: F1, FC and AA. RGB value is (241,252,170). Sum of RGB (Red+Green+Blue) = 241+252+170=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FCAA is #0E0355. Grayscale: #EFEFEF. Windows color (decimal): -918358 or 11205873. OLE color: 11205873.

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

Color convert

RGB241252170-
CMYK0.0400.330.01
HSL68.05º93.18%82.75%-
HSV(B)68.05º32.54%98.82%-
XYZ78.3491.2251.51-
YUV239.3688.86129.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 170 (66.80% from 255) = 25.64%
R=36.35%
G=38.01%
B=25.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521700.0400.330.0168.0593.1882.75
HexF1FCAA40211445d53
Octal36137425240411104135123
Binary11110001111111001010101010001000011100010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCAA; }

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

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

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

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

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

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

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

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