Html Css Color HEX #F2FEB2 Australian Mint

📋 copy color: '#F2FEB2'

red 242 ◦ green 254 ◦ blue 178

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

Shades of Australian Mint #F2FEB2

Tints of Australian Mint #F2FEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.41%

R = 35.91%
G = 37.69%
B = 26.41%

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

#F2FEB2 (or 0xF2FEB2) is known color: Australian Mint. HEX triplet: F2, FE and B2. RGB value is (242,254,178). Sum of RGB (Red+Green+Blue) = 242+254+178=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 178 (69.92% from 255 or 26.41% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEB2 is #0D014D. Grayscale: #F2F2F2. Windows color (decimal): -852302 or 11730674. OLE color: 11730674.

HSL color Cylindrical-coordinate representation of color #F2FEB2: hue angle of 69.47º 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 #F2FEB2 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 178 -
CMYK 0.05 0 0.30 0.00
HSL 69.47º 0.97% 0.85% -
HSV(B) 69.47º 0.3% 1% -
XYZ 80.1 92.98 55.84 -
YUV 241.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 242 254 178 0.05 0 0.30 0.00 69.47 0.97 0.85
Hex F2 FE B2 5 0 1E 0 45 61 55
Octal 362 376 262 5 0 36 0 105 141 125
Binary 11110010 11111110 10110010 101 0 11110 0 1000101 1100001 1010101

Color Harmonies of #F2FEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB2

Black with #F2FEB2

Text Example


Text Example

White with #F2FEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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