Html Css Color HEX #F2FDAC Australian Mint

📋 copy color: '#F2FDAC'

red 242 ◦ green 253 ◦ blue 172

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

Shades of Australian Mint #F2FDAC

Tints of Australian Mint #F2FDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.93%

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

R = 36.28%
G = 37.93%
B = 25.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#F2FDAC (or 0xF2FDAC) is known color: Australian Mint. HEX triplet: F2, FD and AC. RGB value is (242,253,172). Sum of RGB (Red+Green+Blue) = 242+253+172=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FDAC is #0D0253. Grayscale: #F0F0F0. Windows color (decimal): -852564 or 11337202. OLE color: 11337202.

HSL color Cylindrical-coordinate representation of color #F2FDAC: hue angle of 68.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FDAC is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 253 172 -
CMYK 0.04 0 0.32 0.01
HSL 68.15º 0.95% 0.83% -
HSV(B) 68.15º 0.32% 0.99% -
XYZ 79.19 92.11 52.63 -
YUV 240.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 242 253 172 0.04 0 0.32 0.01 68.15 0.95 0.83
Hex F2 FD AC 4 0 20 1 44 5F 53
Octal 362 375 254 4 0 40 1 104 137 123
Binary 11110010 11111101 10101100 100 0 100000 1 1000100 1011111 1010011

Color Harmonies of #F2FDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDAC

Black with #F2FDAC

Text Example


Text Example

White with #F2FDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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