Color Hex Logo

#f1fcbf Color Hex

#F1FCBF
(241,252,191)
0 Favorites   0 Comments

Color spaces of #f1fcbf

RGB 241252191
HSL0.200.910.87
HSV71°24°99°
CMYK 0.040.000.24   0.01
XYZ80.490092.083262.8218
Yxy92.08320.34190.3912
Hunter Lab95.9600-18.206528.3568
CIE-Lab96.8543-13.393728.0767

#f1fcbf color RGB value is (241,252,191).

#f1fcbf hex color red value is 241, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f1fcbf hue: 0.20 , saturation: 0.91 and the lightness value of f1fcbf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111100 10111111
Octal 361 374 277
Decimal 241 252 191
Hex F1 FC BF

RGB Percentages of Color #f1fcbf

%35.23
%36.84
%27.92

CMYK Percentages of Color #f1fcbf

%4
%0
%24
%1

Triadic Colors of #f1fcbf

#f1fcbf #bff1fc #fcbff1

Analogous Colors of #f1fcbf

#f1fcbf #d3fcbf #fce9bf

Monochromatic Colors of #f1fcbf

#f1fcbf

Complementary Color

#f1fcbf #cabffc

#f1fcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fcbf Color CSS Codes

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

#f1fcbf Text Font Color

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

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


#f1fcbf Background Color

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

This div background color is #f1fcbf


#f1fcbf Border Color

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

This div border color is #f1fcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fcbf


Comments

No comments written yet.

Please login to write comment.