Color Hex Logo

#f1acc9 Color Hex

#F1ACC9
(241,172,201)
0 Favorites   0 Comments

Color spaces of #f1acc9

RGB 241172201
HSL0.930.710.81
HSV335°29°95°
CMYK 0.000.290.17   0.05
XYZ61.570852.422962.1318
Yxy52.42290.34960.2976
Hunter Lab72.403725.0869-0.1960
CIE-Lab77.533029.4692-4.6240

#f1acc9 color RGB value is (241,172,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101100 11001001
Octal 361 254 311
Decimal 241 172 201
Hex F1 AC C9

RGB Percentages of Color #f1acc9

%39.25
%28.01
%32.74

CMYK Percentages of Color #f1acc9

%0
%29
%17
%5

Triadic Colors of #f1acc9

#f1acc9 #c9f1ac #acc9f1

Analogous Colors of #f1acc9

#f1acc9 #f1b2ac #f1acec

Monochromatic Colors of #f1acc9

#f1acc9

Complementary Color

#f1acc9 #acf1d4

#f1acc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1acc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1acc9 Color CSS Codes

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

#f1acc9 Text Font Color

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

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


#f1acc9 Background Color

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

This div background color is #f1acc9


#f1acc9 Border Color

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

This div border color is #f1acc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1acc9


Comments

No comments written yet.

Please login to write comment.