Color Hex Logo

#f2fbfb Color Hex

#F2FBFB
(242,251,251)
0 Favorites   0 Comments

Color spaces of #f2fbfb

RGB 242251251
HSL0.500.530.97
HSV180°98°
CMYK 0.040.000.00   0.02
XYZ88.527794.8366104.9062
Yxy94.83660.30710.3290
Hunter Lab97.3841-8.15544.2992
CIE-Lab97.9681-2.9453-1.0381

#f2fbfb color RGB value is (242,251,251).

#f2fbfb 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 #f2fbfb hue: 0.50 , saturation: 0.53 and the lightness value of f2fbfb is 0.97.

The process color (four color CMYK) of #f2fbfb color hex is 0.04, 0.00, 0.00, 0.02. Web safe color of #f2fbfb is #ffffff. Color #f2fbfb contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #f2fbfb

%32.53
%33.74
%33.74

CMYK Percentages of Color #f2fbfb

%4
%0
%0
%2

Triadic Colors of #f2fbfb

#f2fbfb #fbf2fb #fbfbf2

Analogous Colors of #f2fbfb

#f2fbfb #f2f7fb #f2fbf7

Monochromatic Colors of #f2fbfb

#f2fbfb

Complementary Color

#f2fbfb #fbf2f2

#f2fbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fbfb Color CSS Codes

.mybgcolor {background-color:#f2fbfb; } 
.myforecolor {color:#f2fbfb; }
.mybordercolor {border:3px solid #f2fbfb; }

#f2fbfb Text Font Color

<p style="color:#f2fbfb">Text here</p>

This sample text font color is #f2fbfb
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.


#f2fbfb Background Color

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

This div background color is #f2fbfb


#f2fbfb Border Color

<div style="border:3px solid #f2fbfb">
Div here</div>

This div border color is #f2fbfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,251,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2fbfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2fbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #f2fbfb;
  box-shadow:         1px 1px 3px 2px #f2fbfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,251,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f2fbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fbfb

Related Colors

#f2fbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.