Html Css Color HEX #F1F5AD Australian Mint

📋 copy color: '#F1F5AD'

red 241 ◦ green 245 ◦ blue 173

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

Shades of Australian Mint #F1F5AD

Tints of Australian Mint #F1F5AD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

 BLUE value IS 173 (67.97% from 255) = 26.25%

R = 36.57%
G = 37.18%
B = 26.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F1F5AD (or 0xF1F5AD) is known color: Australian Mint. HEX triplet: F1, F5 and AD. RGB value is (241,245,173). Sum of RGB (Red+Green+Blue) = 241+245+173=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F5AD is #0E0A52. Grayscale: #EBEBEB. Windows color (decimal): -920147 or 11400689. OLE color: 11400689.

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

Color convert

RGB 241 245 173 -
CMYK 0.02 0 0.29 0.04
HSL 63.33º 0.78% 0.82% -
HSV(B) 63.33º 0.29% 0.96% -
XYZ 76.47 87.02 52.3 -
YUV 235.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 241 245 173 0.02 0 0.29 0.04 63.33 0.78 0.82
Hex F1 F5 AD 2 0 1D 4 3F 4E 52
Octal 361 365 255 2 0 35 4 77 116 122
Binary 11110001 11110101 10101101 10 0 11101 100 111111 1001110 1010010

Color Harmonies of #F1F5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F5AD

Black with #F1F5AD

Text Example


Text Example

White with #F1F5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F5AD; }

 p { color: rgb(241,245,173); }

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

background-color css

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

 a { background-color: rgb(241,245,173); }

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

border-color css

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

 span { border-color: rgb(241,245,173); }

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