Html Css Color HEX #F2FEB4 Australian Mint

📋 copy color: '#F2FEB4'

red 242 ◦ green 254 ◦ blue 180

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

Shades of Australian Mint #F2FEB4

Tints of Australian Mint #F2FEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.63%

R = 35.8%
G = 37.57%
B = 26.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#F2FEB4 (or 0xF2FEB4) is known color: Australian Mint. HEX triplet: F2, FE and B4. RGB value is (242,254,180). Sum of RGB (Red+Green+Blue) = 242+254+180=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 180 (70.70% from 255 or 26.63% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEB4 is #0D014B. Grayscale: #F2F2F2. Windows color (decimal): -852300 or 11861746. OLE color: 11861746.

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

Color convert

RGB 242 254 180 -
CMYK 0.05 0 0.29 0.00
HSL 69.73º 0.97% 0.85% -
HSV(B) 69.73º 0.29% 1% -
XYZ 80.3 93.06 56.91 -
YUV 241.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 242 254 180 0.05 0 0.29 0.00 69.73 0.97 0.85
Hex F2 FE B4 5 0 1D 0 46 61 55
Octal 362 376 264 5 0 35 0 106 141 125
Binary 11110010 11111110 10110100 101 0 11101 0 1000110 1100001 1010101

Color Harmonies of #F2FEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB4

Black with #F2FEB4

Text Example


Text Example

White with #F2FEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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