Color Hex Logo

#f1aaa9 Color Hex

#F1AAA9
(241,170,169)
0 Favorites   0 Comments

Color spaces of #f1aaa9

RGB 241170169
HSL0.000.720.80
HSV30°95°
CMYK 0.000.290.30   0.05
XYZ57.811850.314844.2008
Yxy50.31480.37950.3303
Hunter Lab70.932921.348612.7074
CIE-Lab76.262125.957710.9845

#f1aaa9 color RGB value is (241,170,169).

#f1aaa9 hex color red value is 241, green value is 170 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #f1aaa9 hue: 0.00 , saturation: 0.72 and the lightness value of f1aaa9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101010 10101001
Octal 361 252 251
Decimal 241 170 169
Hex F1 AA A9

RGB Percentages of Color #f1aaa9

%41.55
%29.31
%29.14

CMYK Percentages of Color #f1aaa9

%0
%29
%30
%5

Triadic Colors of #f1aaa9

#f1aaa9 #a9f1aa #aaa9f1

Analogous Colors of #f1aaa9

#f1aaa9 #f1cea9 #f1a9cc

Monochromatic Colors of #f1aaa9

#f1aaa9

Complementary Color

#f1aaa9 #a9f0f1

#f1aaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aaa9 Color CSS Codes

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

#f1aaa9 Text Font Color

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

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


#f1aaa9 Background Color

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

This div background color is #f1aaa9


#f1aaa9 Border Color

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

This div border color is #f1aaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aaa9


Comments

No comments written yet.

Please login to write comment.