Color Hex Logo

#f1bcab Color Hex

#F1BCAB
(241,188,171)
0 Favorites   0 Comments

Color spaces of #f1bcab

RGB 241188171
HSL0.040.710.81
HSV15°29°95°
CMYK 0.000.220.29   0.05
XYZ61.609557.607546.4003
Yxy57.60750.37200.3478
Hunter Lab75.899612.068416.8835
CIE-Lab80.520116.684615.9092

#f1bcab color RGB value is (241,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111100 10101011
Octal 361 274 253
Decimal 241 188 171
Hex F1 BC AB

RGB Percentages of Color #f1bcab

%40.17
%31.33
%28.50

CMYK Percentages of Color #f1bcab

%0
%22
%29
%5

Triadic Colors of #f1bcab

#f1bcab #abf1bc #bcabf1

Analogous Colors of #f1bcab

#f1bcab #f1dfab #f1abbd

Monochromatic Colors of #f1bcab

#f1bcab

Complementary Color

#f1bcab #abe0f1

#f1bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bcab Color CSS Codes

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

#f1bcab Text Font Color

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

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


#f1bcab Background Color

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

This div background color is #f1bcab


#f1bcab Border Color

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

This div border color is #f1bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bcab


Comments

No comments written yet.

Please login to write comment.