Color Hex Logo

#f1bcac Color Hex

#F1BCAC
(241,188,172)
0 Favorites   0 Comments

Color spaces of #f1bcac

RGB 241188172
HSL0.040.710.81
HSV14°29°95°
CMYK 0.000.220.29   0.05
XYZ61.705257.645846.9043
Yxy57.64580.37110.3467
Hunter Lab75.924812.201116.5196
CIE-Lab80.541516.816415.4031

#f1bcac color RGB value is (241,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111100 10101100
Octal 361 274 254
Decimal 241 188 172
Hex F1 BC AC

RGB Percentages of Color #f1bcac

%40.10
%31.28
%28.62

CMYK Percentages of Color #f1bcac

%0
%22
%29
%5

Triadic Colors of #f1bcac

#f1bcac #acf1bc #bcacf1

Analogous Colors of #f1bcac

#f1bcac #f1dfac #f1acbf

Monochromatic Colors of #f1bcac

#f1bcac

Complementary Color

#f1bcac #ace1f1

#f1bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bcac Color CSS Codes

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

#f1bcac Text Font Color

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

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


#f1bcac Background Color

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

This div background color is #f1bcac


#f1bcac Border Color

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

This div border color is #f1bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bcac


Comments

No comments written yet.

Please login to write comment.