Color Hex Logo

#f1aadd Color Hex

#F1AADD
(241,170,221)
0 Favorites   0 Comments

Color spaces of #f1aadd

RGB 241170221
HSL0.880.720.81
HSV317°29°95°
CMYK 0.000.290.08   0.05
XYZ63.701552.670775.2156
Yxy52.67070.33250.2749
Hunter Lab72.574629.6708-10.6454
CIE-Lab77.680233.7690-15.2812

#f1aadd color RGB value is (241,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101010 11011101
Octal 361 252 335
Decimal 241 170 221
Hex F1 AA DD

RGB Percentages of Color #f1aadd

%38.13
%26.90
%34.97

CMYK Percentages of Color #f1aadd

%0
%29
%8
%5

Triadic Colors of #f1aadd

#f1aadd #ddf1aa #aaddf1

Analogous Colors of #f1aadd

#f1aadd #f1aaba #e2aaf1

Monochromatic Colors of #f1aadd

#f1aadd

Complementary Color

#f1aadd #aaf1be

#f1aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aadd Color CSS Codes

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

#f1aadd Text Font Color

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

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


#f1aadd Background Color

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

This div background color is #f1aadd


#f1aadd Border Color

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

This div border color is #f1aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aadd


Comments

No comments written yet.

Please login to write comment.