Html Css Color HEX #F5FCA2 Australian Mint

📋 copy color: '#F5FCA2'

red 245 ◦ green 252 ◦ blue 162

#F5FCA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #F5FCA2

Tints of Australian Mint #F5FCA2

RGB

 RED value IS 245 (96.09% from 255) = 37.18%

 GREEN value IS 252 (98.83% from 255) = 38.24%

 BLUE value IS 162 (63.67% from 255) = 24.58%

R = 37.18%
G = 38.24%
B = 24.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#F5FCA2 (or 0xF5FCA2) is known color: Australian Mint. HEX triplet: F5, FC and A2. RGB value is (245,252,162). Sum of RGB (Red+Green+Blue) = 245+252+162=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 162 (63.67% from 255 or 24.58% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FCA2 is #0A035D. Grayscale: #EFEFEF. Windows color (decimal): -656222 or 10681589. OLE color: 10681589.

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

Color convert

RGB 245 252 162 -
CMYK 0.03 0 0.36 0.01
HSL 64.67º 0.94% 0.81% -
HSV(B) 64.67º 0.36% 0.99% -
XYZ 78.99 91.64 47.71 -
YUV 239.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 245 252 162 0.03 0 0.36 0.01 64.67 0.94 0.81
Hex F5 FC A2 3 0 24 1 41 5E 51
Octal 365 374 242 3 0 44 1 101 136 121
Binary 11110101 11111100 10100010 11 0 100100 1 1000001 1011110 1010001

Color Harmonies of #F5FCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCA2

Black with #F5FCA2

Text Example


Text Example

White with #F5FCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCA2; }

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

 H1.HeaderClassName
 {
   color: #F5FCA2;
 }
 .AnyTagClassName
 {
   color: #F5FCA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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