Html Css Color HEX #F1FAAA Australian Mint

📋 copy color: '#F1FAAA'

red 241 ◦ green 250 ◦ blue 170

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

Shades of Australian Mint #F1FAAA

Tints of Australian Mint #F1FAAA

RGB

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

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

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

R = 36.46%
G = 37.82%
B = 25.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F1FAAA (or 0xF1FAAA) is known color: Australian Mint. HEX triplet: F1, FA and AA. RGB value is (241,250,170). Sum of RGB (Red+Green+Blue) = 241+250+170=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAAA is #0E0555. Grayscale: #EEEEEE. Windows color (decimal): -918870 or 11205361. OLE color: 11205361.

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

Color convert

RGB 241 250 170 -
CMYK 0.04 0 0.32 0.02
HSL 66.75º 0.89% 0.82% -
HSV(B) 66.75º 0.32% 0.98% -
XYZ 77.72 89.97 51.3 -
YUV 238.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 241 250 170 0.04 0 0.32 0.02 66.75 0.89 0.82
Hex F1 FA AA 4 0 20 2 43 59 52
Octal 361 372 252 4 0 40 2 103 131 122
Binary 11110001 11111010 10101010 100 0 100000 10 1000011 1011001 1010010

Color Harmonies of #F1FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAAA

Black with #F1FAAA

Text Example


Text Example

White with #F1FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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