#F0FCA2

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

Shades of Australian Mint #F0FCA2

Tints of Australian Mint #F0FCA2

Color information

#F0FCA2 (or 0xF0FCA2) is unknown color: approx Australian Mint. HEX triplet: F0, FC and A2. RGB value is (240,252,162). Sum of RGB (Red+Green+Blue) = 240+252+162=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCA2 is #0F035D. Grayscale: #EEEEEE. Windows color (decimal): -983902 or 10681584. OLE color: 10681584.

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

Color convert

RGB240252162-
CMYK0.0500.360.01
HSL68º93.75%81.18%-
HSV(B)68º35.71%98.82%-
XYZ77.2790.7547.63-
YUV238.1585.02129.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 162 (63.67% from 255) = 24.77%
R=36.70%
G=38.53%
B=24.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521620.0500.360.016893.7581.18
HexF0FCA250241445e51
Octal36037424250441104136121
Binary11110000111111001010001010101001001100010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCA2; }

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

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

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

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

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

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

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

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