Color Hex Logo

#f1acbc Color Hex

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

Color spaces of #f1acbc

RGB 241172188
HSL0.960.710.81
HSV346°29°95°
CMYK 0.000.290.22   0.05
XYZ60.105351.836754.4145
Yxy51.83670.36130.3116
Hunter Lab71.997723.01985.5881
CIE-Lab77.183127.51751.9466

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

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

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

Base Numbers

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

RGB Percentages of Color #f1acbc

%40.10
%28.62
%31.28

CMYK Percentages of Color #f1acbc

%0
%29
%22
%5

Triadic Colors of #f1acbc

#f1acbc #bcf1ac #acbcf1

Analogous Colors of #f1acbc

#f1acbc #f1bfac #f1acdf

Monochromatic Colors of #f1acbc

#f1acbc

Complementary Color

#f1acbc #acf1e1

#f1acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1acbc Color CSS Codes

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

#f1acbc Text Font Color

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

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


#f1acbc Background Color

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

This div background color is #f1acbc


#f1acbc Border Color

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

This div border color is #f1acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1acbc


Comments

No comments written yet.

Please login to write comment.