Html Css Color HEX #F1FAA2 Australian Mint

📋 copy color: '#F1FAA2'

red 241 ◦ green 250 ◦ blue 162

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

Shades of Australian Mint #F1FAA2

Tints of Australian Mint #F1FAA2

RGB

 RED value IS 241 (94.53% from 255) = 36.91%

 GREEN value IS 250 (98.05% from 255) = 38.28%

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

R = 36.91%
G = 38.28%
B = 24.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F1FAA2 (or 0xF1FAA2) is known color: Australian Mint. HEX triplet: F1, FA and A2. RGB value is (241,250,162). Sum of RGB (Red+Green+Blue) = 241+250+162=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAA2 is #0E055D. Grayscale: #EDEDED. Windows color (decimal): -918878 or 10681073. OLE color: 10681073.

HSL color Cylindrical-coordinate representation of color #F1FAA2: hue angle of 66.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1FAA2 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 162 -
CMYK 0.04 0 0.35 0.02
HSL 66.14º 0.9% 0.81% -
HSV(B) 66.14º 0.35% 0.98% -
XYZ 76.98 89.68 47.44 -
YUV 237.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 241 250 162 0.04 0 0.35 0.02 66.14 0.9 0.81
Hex F1 FA A2 4 0 23 2 42 5A 51
Octal 361 372 242 4 0 43 2 102 132 121
Binary 11110001 11111010 10100010 100 0 100011 10 1000010 1011010 1010001

Color Harmonies of #F1FAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAA2

Black with #F1FAA2

Text Example


Text Example

White with #F1FAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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