Color Hex Logo

#f1fcfb Color Hex

#F1FCFB
(241,252,251)
0 Favorites   0 Comments

Color spaces of #f1fcfb

RGB 241252251
HSL0.480.650.97
HSV175°99°
CMYK 0.040.000.00   0.01
XYZ88.498695.2866104.9946
Yxy95.28660.30650.3300
Hunter Lab97.6149-8.99614.5580
CIE-Lab98.1481-3.7746-0.7833

#f1fcfb color RGB value is (241,252,251).

#f1fcfb hex color red value is 241, green value is 252 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f1fcfb hue: 0.48 , saturation: 0.65 and the lightness value of f1fcfb is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111100 11111011
Octal 361 374 373
Decimal 241 252 251
Hex F1 FC FB

RGB Percentages of Color #f1fcfb

%32.39
%33.87
%33.74

CMYK Percentages of Color #f1fcfb

%4
%0
%0
%1

Triadic Colors of #f1fcfb

#f1fcfb #fbf1fc #fcfbf1

Analogous Colors of #f1fcfb

#f1fcfb #f1f8fc #f1fcf6

Monochromatic Colors of #f1fcfb

#f1fcfb

Complementary Color

#f1fcfb #fcf1f2

#f1fcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fcfb Color CSS Codes

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

#f1fcfb Text Font Color

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

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


#f1fcfb Background Color

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

This div background color is #f1fcfb


#f1fcfb Border Color

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

This div border color is #f1fcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,252,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 #f1fcfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.