Color Hex Logo

#f1bcaa Color Hex

#F1BCAA
(241,188,170)
0 Favorites   0 Comments

Color spaces of #f1bcaa

RGB 241188170
HSL0.040.720.81
HSV15°29°95°
CMYK 0.000.220.29   0.05
XYZ61.514557.569545.9001
Yxy57.56950.37290.3489
Hunter Lab75.874611.936517.2449
CIE-Lab80.498916.553616.4153

#f1bcaa color RGB value is (241,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111100 10101010
Octal 361 274 252
Decimal 241 188 170
Hex F1 BC AA

RGB Percentages of Color #f1bcaa

%40.23
%31.39
%28.38

CMYK Percentages of Color #f1bcaa

%0
%22
%29
%5

Triadic Colors of #f1bcaa

#f1bcaa #aaf1bc #bcaaf1

Analogous Colors of #f1bcaa

#f1bcaa #f1e0aa #f1aabc

Monochromatic Colors of #f1bcaa

#f1bcaa

Complementary Color

#f1bcaa #aadff1

#f1bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bcaa Color CSS Codes

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

#f1bcaa Text Font Color

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

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


#f1bcaa Background Color

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

This div background color is #f1bcaa


#f1bcaa Border Color

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

This div border color is #f1bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bcaa


Comments

No comments written yet.

Please login to write comment.