Html Css Color HEX #F1FAAF Australian Mint

📋 copy color: '#F1FAAF'

red 241 ◦ green 250 ◦ blue 175

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

Shades of Australian Mint #F1FAAF

Tints of Australian Mint #F1FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.28%

R = 36.19%
G = 37.54%
B = 26.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#F1FAAF (or 0xF1FAAF) is known color: Australian Mint. HEX triplet: F1, FA and AF. RGB value is (241,250,175). Sum of RGB (Red+Green+Blue) = 241+250+175=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAAF is #0E0550. Grayscale: #EFEFEF. Windows color (decimal): -918865 or 11533041. OLE color: 11533041.

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

Color convert

RGB 241 250 175 -
CMYK 0.04 0 0.3 0.02
HSL 67.2º 0.88% 0.83% -
HSV(B) 67.2º 0.3% 0.98% -
XYZ 78.2 90.17 53.84 -
YUV 238.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 241 250 175 0.04 0 0.3 0.02 67.2 0.88 0.83
Hex F1 FA AF 4 0 1E 2 43 58 53
Octal 361 372 257 4 0 36 2 103 130 123
Binary 11110001 11111010 10101111 100 0 11110 10 1000011 1011000 1010011

Color Harmonies of #F1FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAAF

Black with #F1FAAF

Text Example


Text Example

White with #F1FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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