Html Css Color HEX #F2FEB1 Australian Mint

📋 copy color: '#F2FEB1'

red 242 ◦ green 254 ◦ blue 177

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

Shades of Australian Mint #F2FEB1

Tints of Australian Mint #F2FEB1

RGB

 RED value IS 242 (94.92% from 255) = 35.96%

 GREEN value IS 254 (99.61% from 255) = 37.74%

 BLUE value IS 177 (69.53% from 255) = 26.3%

R = 35.96%
G = 37.74%
B = 26.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#F2FEB1 (or 0xF2FEB1) is known color: Australian Mint. HEX triplet: F2, FE and B1. RGB value is (242,254,177). Sum of RGB (Red+Green+Blue) = 242+254+177=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 177 (69.53% from 255 or 26.30% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEB1 is #0D014E. Grayscale: #F1F1F1. Windows color (decimal): -852303 or 11665138. OLE color: 11665138.

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

Color convert

RGB 242 254 177 -
CMYK 0.05 0 0.30 0.00
HSL 69.35º 0.97% 0.85% -
HSV(B) 69.35º 0.3% 1% -
XYZ 80 92.94 55.32 -
YUV 241.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 242 254 177 0.05 0 0.30 0.00 69.35 0.97 0.85
Hex F2 FE B1 5 0 1E 0 45 61 55
Octal 362 376 261 5 0 36 0 105 141 125
Binary 11110010 11111110 10110001 101 0 11110 0 1000101 1100001 1010101

Color Harmonies of #F2FEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB1

Black with #F2FEB1

Text Example


Text Example

White with #F2FEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB1; }

 p { color: rgb(242,254,177); }

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

background-color css

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

 a { background-color: rgb(242,254,177); }

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

border-color css

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

 span { border-color: rgb(242,254,177); }

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