Color Hex Logo

#f1bbbe Color Hex

#F1BBBE
(241,187,190)
0 Favorites   0 Comments

Color spaces of #f1bbbe

RGB 241187190
HSL0.990.660.84
HSV357°22°95°
CMYK 0.000.220.21   0.05
XYZ63.340257.959156.5640
Yxy57.95910.35610.3259
Hunter Lab76.130915.28149.2401
CIE-Lab80.716019.85455.9750

#f1bbbe color RGB value is (241,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111011 10111110
Octal 361 273 276
Decimal 241 187 190
Hex F1 BB BE

RGB Percentages of Color #f1bbbe

%39.00
%30.26
%30.74

CMYK Percentages of Color #f1bbbe

%0
%22
%21
%5

Triadic Colors of #f1bbbe

#f1bbbe #bef1bb #bbbef1

Analogous Colors of #f1bbbe

#f1bbbe #f1d3bb #f1bbd9

Monochromatic Colors of #f1bbbe

#f1bbbe

Complementary Color

#f1bbbe #bbf1ee

#f1bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bbbe Color CSS Codes

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

#f1bbbe Text Font Color

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

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


#f1bbbe Background Color

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

This div background color is #f1bbbe


#f1bbbe Border Color

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

This div border color is #f1bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bbbe


Comments

No comments written yet.

Please login to write comment.