Html Css Color HEX #F2F6AA Australian Mint

📋 copy color: '#F2F6AA'

red 242 ◦ green 246 ◦ blue 170

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

Shades of Australian Mint #F2F6AA

Tints of Australian Mint #F2F6AA

RGB

 RED value IS 242 (94.92% from 255) = 36.78%

 GREEN value IS 246 (96.48% from 255) = 37.39%

 BLUE value IS 170 (66.8% from 255) = 25.84%

R = 36.78%
G = 37.39%
B = 25.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F2F6AA (or 0xF2F6AA) is known color: Australian Mint. HEX triplet: F2, F6 and AA. RGB value is (242,246,170). Sum of RGB (Red+Green+Blue) = 242+246+170=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F6AA is #0D0955. Grayscale: #ECECEC. Windows color (decimal): -854358 or 11204338. OLE color: 11204338.

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

Color convert

RGB 242 246 170 -
CMYK 0.02 0 0.31 0.04
HSL 63.16º 0.81% 0.82% -
HSV(B) 63.16º 0.31% 0.96% -
XYZ 76.83 87.69 50.91 -
YUV 236.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 242 246 170 0.02 0 0.31 0.04 63.16 0.81 0.82
Hex F2 F6 AA 2 0 1F 4 3F 51 52
Octal 362 366 252 2 0 37 4 77 121 122
Binary 11110010 11110110 10101010 10 0 11111 100 111111 1010001 1010010

Color Harmonies of #F2F6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6AA

Black with #F2F6AA

Text Example


Text Example

White with #F2F6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6AA; }

 p { color: rgb(242,246,170); }

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

background-color css

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

 a { background-color: rgb(242,246,170); }

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

border-color css

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

 span { border-color: rgb(242,246,170); }

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