Html Css Color HEX #F2FDAF Australian Mint

📋 copy color: '#F2FDAF'

red 242 ◦ green 253 ◦ blue 175

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

Shades of Australian Mint #F2FDAF

Tints of Australian Mint #F2FDAF

RGB

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

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

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

R = 36.12%
G = 37.76%
B = 26.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#F2FDAF (or 0xF2FDAF) is known color: Australian Mint. HEX triplet: F2, FD and AF. RGB value is (242,253,175). Sum of RGB (Red+Green+Blue) = 242+253+175=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FDAF is #0D0250. Grayscale: #F1F1F1. Windows color (decimal): -852561 or 11533810. OLE color: 11533810.

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

Color convert

RGB 242 253 175 -
CMYK 0.04 0 0.31 0.01
HSL 68.46º 0.95% 0.84% -
HSV(B) 68.46º 0.31% 0.99% -
XYZ 79.48 92.22 54.17 -
YUV 240.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 242 253 175 0.04 0 0.31 0.01 68.46 0.95 0.84
Hex F2 FD AF 4 0 1F 1 44 5F 54
Octal 362 375 257 4 0 37 1 104 137 124
Binary 11110010 11111101 10101111 100 0 11111 1 1000100 1011111 1010100

Color Harmonies of #F2FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDAF

Black with #F2FDAF

Text Example


Text Example

White with #F2FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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