Color Hex Logo

#f1aabd Color Hex

#F1AABD
(241,170,189)
0 Favorites   0 Comments

Color spaces of #f1aabd

RGB 241170189
HSL0.960.720.81
HSV344°29°95°
CMYK 0.000.290.22   0.05
XYZ59.835751.124354.8584
Yxy51.12430.36090.3083
Hunter Lab71.501324.25024.5614
CIE-Lab76.754228.72340.7768

#f1aabd color RGB value is (241,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101010 10111101
Octal 361 252 275
Decimal 241 170 189
Hex F1 AA BD

RGB Percentages of Color #f1aabd

%40.17
%28.33
%31.50

CMYK Percentages of Color #f1aabd

%0
%29
%22
%5

Triadic Colors of #f1aabd

#f1aabd #bdf1aa #aabdf1

Analogous Colors of #f1aabd

#f1aabd #f1bbaa #f1aae1

Monochromatic Colors of #f1aabd

#f1aabd

Complementary Color

#f1aabd #aaf1de

#f1aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aabd Color CSS Codes

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

#f1aabd Text Font Color

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

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


#f1aabd Background Color

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

This div background color is #f1aabd


#f1aabd Border Color

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

This div border color is #f1aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aabd


Comments

No comments written yet.

Please login to write comment.