Html Css Color HEX #F2FBAC Australian Mint

📋 copy color: '#F2FBAC'

red 242 ◦ green 251 ◦ blue 172

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

Shades of Australian Mint #F2FBAC

Tints of Australian Mint #F2FBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.86%

R = 36.39%
G = 37.74%
B = 25.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F2FBAC (or 0xF2FBAC) is known color: Australian Mint. HEX triplet: F2, FB and AC. RGB value is (242,251,172). Sum of RGB (Red+Green+Blue) = 242+251+172=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FBAC is #0D0453. Grayscale: #EFEFEF. Windows color (decimal): -853076 or 11336690. OLE color: 11336690.

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

Color convert

RGB 242 251 172 -
CMYK 0.04 0 0.31 0.02
HSL 66.84º 0.91% 0.83% -
HSV(B) 66.84º 0.31% 0.98% -
XYZ 78.56 90.85 52.42 -
YUV 239.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 242 251 172 0.04 0 0.31 0.02 66.84 0.91 0.83
Hex F2 FB AC 4 0 1F 2 43 5B 53
Octal 362 373 254 4 0 37 2 103 133 123
Binary 11110010 11111011 10101100 100 0 11111 10 1000011 1011011 1010011

Color Harmonies of #F2FBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBAC

Black with #F2FBAC

Text Example


Text Example

White with #F2FBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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