#f2fbf2

#f2fbf2 color hex

#f2fbf2 hex color information.
RGB value of #f2fbf2 is (242,251,242)
Change page background color to #f2fbf2 | Reset

#f2fbf2 rgb color chart

Color spaces of #f2fbf2

RGB 242251242
HSL0.330.530.97
HSV120°98°
CMYK 0.040.000.04   0.02
XYZ87.142194.282497.6098
Yxy94.28240.31230.3379
Hunter Lab97.0991-9.72778.3676
CIE-Lab97.7457-4.54753.2685

Shades of #f2fbf2

Tints of #f2fbf2

RGB Percentages of Color #f2fbf2

%32.93
%34.15
%32.93

CMYK Percentages of Color #f2fbf2

%4
%0
%4
%2

#f2fbf2 Color Info

#f2fbf2 hex color red value is 242, green value is 251 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f2fbf2 hue: 0.33 , saturation: 0.53 and the lightness value of f2fbf2 is 0.97.

The process color (four color CMYK) of #f2fbf2 hex color is 0.04, 0.00, 0.04, 0.02. Web safe color of #f2fbf2 is #ffffff

Color #f2fbf2 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111011 11110010
Octal 362 373 362
Decimal 242 251 242
Hexadecimal F2 FB F2

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #f2fbf2

Triadic Colors of #f2fbf2

#f2fbf2 #f1f1fb #fbf1f1

Analogous Colors of #f2fbf2

#f2fbf2 #f1fbf6 #f6fbf1

Complementary Color of #f2fbf2

#f2fbf2 #fbf1fb

#f2fbf2 HSL Color Chart
#f2fbf2 hsl color chart
#f2fbf2 RGB Color Chart

#f2fbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fbf2 Color CSS Codes

.mybgcolor {background-color:#f2fbf2; } 
.myforecolor {color:#f2fbf2; }
.mybordercolor {border:3px solid #f2fbf2; }
Sample text font color #f2fbf2

This sample text font color is #f2fbf2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#f2fbf2">Text here</p>
#f2fbf2 background color

This div background color is #f2fbf2

<div style="background-color:#f2fbf2">
Div content here</div>
#f2fbf2 border color

This div border color is #f2fbf2

<div style="border:3px solid #f2fbf2">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #f2fbf2 Color Sample
#f2fbf2border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(242,251,242, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #f2fbf2; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #f2fbf2;
  -webkit-box-shadow: 1px 1px 3px 2px #f2fbf2;
  box-shadow:         1px 1px 3px 2px #f2fbf2; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,251,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2fbf2">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #f2fbf2

<div style="-moz-box-shadow: 1px 1px 3px 2px #f2fbf2;
  -webkit-box-shadow: 1px 1px 3px 2px #f2fbf2;
  box-shadow:         1px 1px 3px 2px #f2fbf2;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top