Html Css Color HEX #F2FEB0 Australian Mint

📋 copy color: '#F2FEB0'

red 242 ◦ green 254 ◦ blue 176

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

Shades of Australian Mint #F2FEB0

Tints of Australian Mint #F2FEB0

RGB

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

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

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

R = 36.01%
G = 37.8%
B = 26.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#F2FEB0 (or 0xF2FEB0) is known color: Australian Mint. HEX triplet: F2, FE and B0. RGB value is (242,254,176). Sum of RGB (Red+Green+Blue) = 242+254+176=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 176 (69.14% from 255 or 26.19% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEB0 is #0D014F. Grayscale: #F1F1F1. Windows color (decimal): -852304 or 11599602. OLE color: 11599602.

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

Color convert

RGB 242 254 176 -
CMYK 0.05 0 0.31 0.00
HSL 69.23º 0.98% 0.84% -
HSV(B) 69.23º 0.31% 1% -
XYZ 79.9 92.9 54.79 -
YUV 241.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 242 254 176 0.05 0 0.31 0.00 69.23 0.98 0.84
Hex F2 FE B0 5 0 1F 0 45 62 54
Octal 362 376 260 5 0 37 0 105 142 124
Binary 11110010 11111110 10110000 101 0 11111 0 1000101 1100010 1010100

Color Harmonies of #F2FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB0

Black with #F2FEB0

Text Example


Text Example

White with #F2FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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