Color Hex Logo

#f1bbaa Color Hex

#F1BBAA
(241,187,170)
0 Favorites   0 Comments

Color spaces of #f1bbaa

RGB 241187170
HSL0.040.720.81
HSV14°29°95°
CMYK 0.000.220.29   0.05
XYZ61.301757.143745.8291
Yxy57.14370.37320.3479
Hunter Lab75.593512.464116.9704
CIE-Lab80.260417.082316.0815

#f1bbaa color RGB value is (241,187,170).

#f1bbaa hex color red value is 241, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f1bbaa hue: 0.04 , saturation: 0.72 and the lightness value of f1bbaa is 0.81.

The process color (four color CMYK) of #f1bbaa color hex is 0.00, 0.22, 0.29, 0.05. Web safe color of #f1bbaa is #ffcc99. Color #f1bbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111011 10101010
Octal 361 273 252
Decimal 241 187 170
Hex F1 BB AA

RGB Percentages of Color #f1bbaa

%40.30
%31.27
%28.43

CMYK Percentages of Color #f1bbaa

%0
%22
%29
%5

Triadic Colors of #f1bbaa

#f1bbaa #aaf1bb #bbaaf1

Analogous Colors of #f1bbaa

#f1bbaa #f1dfaa #f1aabd

Monochromatic Colors of #f1bbaa

#f1bbaa

Complementary Color

#f1bbaa #aae0f1

#f1bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bbaa Color CSS Codes

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

#f1bbaa Text Font Color

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

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


#f1bbaa Background Color

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

This div background color is #f1bbaa


#f1bbaa Border Color

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

This div border color is #f1bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bbaa


Comments

No comments written yet.

Please login to write comment.