Html Css Color HEX #F2FBAF Australian Mint

📋 copy color: '#F2FBAF'

red 242 ◦ green 251 ◦ blue 175

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

Shades of Australian Mint #F2FBAF

Tints of Australian Mint #F2FBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.2%

R = 36.23%
G = 37.57%
B = 26.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F2FBAF (or 0xF2FBAF) is known color: Australian Mint. HEX triplet: F2, FB and AF. RGB value is (242,251,175). Sum of RGB (Red+Green+Blue) = 242+251+175=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FBAF is #0D0450. Grayscale: #EFEFEF. Windows color (decimal): -853073 or 11533298. OLE color: 11533298.

HSL color Cylindrical-coordinate representation of color #F2FBAF: hue angle of 67.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2FBAF is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 175 -
CMYK 0.04 0 0.30 0.02
HSL 67.11º 0.9% 0.84% -
HSV(B) 67.11º 0.3% 0.98% -
XYZ 78.85 90.97 53.96 -
YUV 239.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 242 251 175 0.04 0 0.30 0.02 67.11 0.9 0.84
Hex F2 FB AF 4 0 1E 2 43 5A 54
Octal 362 373 257 4 0 36 2 103 132 124
Binary 11110010 11111011 10101111 100 0 11110 10 1000011 1011010 1010100

Color Harmonies of #F2FBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBAF

Black with #F2FBAF

Text Example


Text Example

White with #F2FBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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