Html Css Color HEX #F1FFB0 Australian Mint

📋 copy color: '#F1FFB0'

red 241 ◦ green 255 ◦ blue 176

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

Shades of Australian Mint #F1FFB0

Tints of Australian Mint #F1FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 37.95%

 BLUE value IS 176 (69.14% from 255) = 26.19%

R = 35.86%
G = 37.95%
B = 26.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#F1FFB0 (or 0xF1FFB0) is known color: Australian Mint. HEX triplet: F1, FF and B0. RGB value is (241,255,176). Sum of RGB (Red+Green+Blue) = 241+255+176=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 176 (69.14% from 255 or 26.19% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FFB0 is #0E004F. Grayscale: #F2F2F2. Windows color (decimal): -917584 or 11599857. OLE color: 11599857.

HSL color Cylindrical-coordinate representation of color #F1FFB0: hue angle of 70.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1FFB0 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 241 255 176 -
CMYK 0.05 0 0.31 0
HSL 70.63º 1% 0.85% -
HSV(B) 70.63º 0.31% 1% -
XYZ 79.87 93.36 54.88 -
YUV 241.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 241 255 176 0.05 0 0.31 0 70.63 1 0.85
Hex F1 FF B0 5 0 1F 0 47 64 55
Octal 361 377 260 5 0 37 0 107 144 125
Binary 11110001 11111111 10110000 101 0 11111 0 1000111 1100100 1010101

Color Harmonies of #F1FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FFB0

Black with #F1FFB0

Text Example


Text Example

White with #F1FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FFB0; }

 p { color: rgb(241,255,176); }

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

background-color css

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

 a { background-color: rgb(241,255,176); }

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

border-color css

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

 span { border-color: rgb(241,255,176); }

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