Color Hex Logo

#f1bbbf Color Hex

#F1BBBF
(241,187,191)
0 Favorites   0 Comments

Color spaces of #f1bbbf

RGB 241187191
HSL0.990.660.84
HSV356°22°95°
CMYK 0.000.220.21   0.05
XYZ63.449958.003057.1417
Yxy58.00300.35530.3248
Hunter Lab76.159715.43188.8272
CIE-Lab80.740520.00135.4716

#f1bbbf color RGB value is (241,187,191).

#f1bbbf hex color red value is 241, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f1bbbf hue: 0.99 , saturation: 0.66 and the lightness value of f1bbbf is 0.84.

The process color (four color CMYK) of #f1bbbf color hex is 0.00, 0.22, 0.21, 0.05. Web safe color of #f1bbbf is #ffcccc. Color #f1bbbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111011 10111111
Octal 361 273 277
Decimal 241 187 191
Hex F1 BB BF

RGB Percentages of Color #f1bbbf

%38.93
%30.21
%30.86

CMYK Percentages of Color #f1bbbf

%0
%22
%21
%5

Triadic Colors of #f1bbbf

#f1bbbf #bff1bb #bbbff1

Analogous Colors of #f1bbbf

#f1bbbf #f1d2bb #f1bbda

Monochromatic Colors of #f1bbbf

#f1bbbf

Complementary Color

#f1bbbf #bbf1ed

#f1bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bbbf Color CSS Codes

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

#f1bbbf Text Font Color

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

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


#f1bbbf Background Color

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

This div background color is #f1bbbf


#f1bbbf Border Color

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

This div border color is #f1bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bbbf


Comments

No comments written yet.

Please login to write comment.