Html Css Color HEX #F1F6A6 Australian Mint

📋 copy color: '#F1F6A6'

red 241 ◦ green 246 ◦ blue 166

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

Shades of Australian Mint #F1F6A6

Tints of Australian Mint #F1F6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.42%

R = 36.91%
G = 37.67%
B = 25.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F1F6A6 (or 0xF1F6A6) is known color: Australian Mint. HEX triplet: F1, F6 and A6. RGB value is (241,246,166). Sum of RGB (Red+Green+Blue) = 241+246+166=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 166 (65.23% from 255 or 25.42% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F6A6 is #0E0959. Grayscale: #EBEBEB. Windows color (decimal): -919898 or 10942193. OLE color: 10942193.

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

Color convert

RGB 241 246 166 -
CMYK 0.02 0 0.33 0.04
HSL 63.75º 0.82% 0.81% -
HSV(B) 63.75º 0.33% 0.96% -
XYZ 76.11 87.37 48.93 -
YUV 235.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 241 246 166 0.02 0 0.33 0.04 63.75 0.82 0.81
Hex F1 F6 A6 2 0 21 4 40 52 51
Octal 361 366 246 2 0 41 4 100 122 121
Binary 11110001 11110110 10100110 10 0 100001 100 1000000 1010010 1010001

Color Harmonies of #F1F6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F6A6

Black with #F1F6A6

Text Example


Text Example

White with #F1F6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F6A6; }

 p { color: rgb(241,246,166); }

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

background-color css

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

 a { background-color: rgb(241,246,166); }

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

border-color css

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

 span { border-color: rgb(241,246,166); }

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