Color Hex Logo

#f1a1cc Color Hex

#F1A1CC
(241,161,204)
0 Favorites   0 Comments

Color spaces of #f1a1cc

RGB 241161204
HSL0.910.740.79
HSV328°33°95°
CMYK 0.000.330.15   0.05
XYZ59.919648.550163.3397
Yxy48.55010.34880.2826
Hunter Lab69.677931.5650-5.1222
CIE-Lab75.170635.7497-9.7653

#f1a1cc color RGB value is (241,161,204).

#f1a1cc hex color red value is 241, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f1a1cc hue: 0.91 , saturation: 0.74 and the lightness value of f1a1cc is 0.79.

The process color (four color CMYK) of #f1a1cc color hex is 0.00, 0.33, 0.15, 0.05. Web safe color of #f1a1cc is #ff99cc. Color #f1a1cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100001 11001100
Octal 361 241 314
Decimal 241 161 204
Hex F1 A1 CC

RGB Percentages of Color #f1a1cc

%39.77
%26.57
%33.66

CMYK Percentages of Color #f1a1cc

%0
%33
%15
%5

Triadic Colors of #f1a1cc

#f1a1cc #ccf1a1 #a1ccf1

Analogous Colors of #f1a1cc

#f1a1cc #f1a1a4 #eea1f1

Monochromatic Colors of #f1a1cc

#f1a1cc

Complementary Color

#f1a1cc #a1f1c6

#f1a1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a1cc Color CSS Codes

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

#f1a1cc Text Font Color

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

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


#f1a1cc Background Color

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

This div background color is #f1a1cc


#f1a1cc Border Color

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

This div border color is #f1a1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a1cc


Comments

No comments written yet.

Please login to write comment.