Html Css Color HEX #F2FBA7 Australian Mint

📋 copy color: '#F2FBA7'

red 242 ◦ green 251 ◦ blue 167

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

Shades of Australian Mint #F2FBA7

Tints of Australian Mint #F2FBA7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.03%

 BLUE value IS 167 (65.63% from 255) = 25.3%

R = 36.67%
G = 38.03%
B = 25.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F2FBA7 (or 0xF2FBA7) is known color: Australian Mint. HEX triplet: F2, FB and A7. RGB value is (242,251,167). Sum of RGB (Red+Green+Blue) = 242+251+167=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 167 (65.62% from 255 or 25.30% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FBA7 is #0D0458. Grayscale: #EFEFEF. Windows color (decimal): -853081 or 11009010. OLE color: 11009010.

HSL color Cylindrical-coordinate representation of color #F2FBA7: hue angle of 66.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2FBA7 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 167 -
CMYK 0.04 0 0.33 0.02
HSL 66.43º 0.91% 0.82% -
HSV(B) 66.43º 0.33% 0.98% -
XYZ 78.09 90.66 49.94 -
YUV 238.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 242 251 167 0.04 0 0.33 0.02 66.43 0.91 0.82
Hex F2 FB A7 4 0 21 2 42 5B 52
Octal 362 373 247 4 0 41 2 102 133 122
Binary 11110010 11111011 10100111 100 0 100001 10 1000010 1011011 1010010

Color Harmonies of #F2FBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBA7

Black with #F2FBA7

Text Example


Text Example

White with #F2FBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBA7; }

 p { color: rgb(242,251,167); }

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

background-color css

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

 a { background-color: rgb(242,251,167); }

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

border-color css

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

 span { border-color: rgb(242,251,167); }

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