Html Css Color HEX #F2FCAB Australian Mint

📋 copy color: '#F2FCAB'

red 242 ◦ green 252 ◦ blue 171

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

Shades of Australian Mint #F2FCAB

Tints of Australian Mint #F2FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.89%

 BLUE value IS 171 (67.19% from 255) = 25.71%

R = 36.39%
G = 37.89%
B = 25.71%

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

#F2FCAB (or 0xF2FCAB) is known color: Australian Mint. HEX triplet: F2, FC and AB. RGB value is (242,252,171). Sum of RGB (Red+Green+Blue) = 242+252+171=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 171 (67.19% from 255 or 25.71% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCAB is #0D0354. Grayscale: #F0F0F0. Windows color (decimal): -852821 or 11271410. OLE color: 11271410.

HSL color Cylindrical-coordinate representation of color #F2FCAB: hue angle of 67.41º degrees, saturation: 0.93, 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 #F2FCAB is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 171 -
CMYK 0.04 0 0.32 0.01
HSL 67.41º 0.93% 0.83% -
HSV(B) 67.41º 0.32% 0.99% -
XYZ 78.78 91.44 52.03 -
YUV 239.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 242 252 171 0.04 0 0.32 0.01 67.41 0.93 0.83
Hex F2 FC AB 4 0 20 1 43 5D 53
Octal 362 374 253 4 0 40 1 103 135 123
Binary 11110010 11111100 10101011 100 0 100000 1 1000011 1011101 1010011

Color Harmonies of #F2FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCAB

Black with #F2FCAB

Text Example


Text Example

White with #F2FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCAB; }

 p { color: rgb(242,252,171); }

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

background-color css

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

 a { background-color: rgb(242,252,171); }

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

border-color css

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

 span { border-color: rgb(242,252,171); }

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