Color Hex Logo

#f1abac Color Hex

#F1ABAC
(241,171,172)
0 Favorites   0 Comments

Color spaces of #f1abac

RGB 241171172
HSL1.000.710.81
HSV359°29°95°
CMYK 0.000.290.29   0.05
XYZ58.284950.805145.7641
Yxy50.80510.37640.3281
Hunter Lab71.277721.226311.8270
CIE-Lab76.560825.82269.7739

#f1abac color RGB value is (241,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101011 10101100
Octal 361 253 254
Decimal 241 171 172
Hex F1 AB AC

RGB Percentages of Color #f1abac

%41.27
%29.28
%29.45

CMYK Percentages of Color #f1abac

%0
%29
%29
%5

Triadic Colors of #f1abac

#f1abac #acf1ab #abacf1

Analogous Colors of #f1abac

#f1abac #f1cdab #f1abcf

Monochromatic Colors of #f1abac

#f1abac

Complementary Color

#f1abac #abf1f0

#f1abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1abac Color CSS Codes

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

#f1abac Text Font Color

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

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


#f1abac Background Color

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

This div background color is #f1abac


#f1abac Border Color

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

This div border color is #f1abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1abac


Comments

No comments written yet.

Please login to write comment.