Color Hex Logo

#f1aae3 Color Hex

#F1AAE3
(241,170,227)
0 Favorites   0 Comments

Color spaces of #f1aae3

RGB 241170227
HSL0.870.720.81
HSV312°29°95°
CMYK 0.000.290.06   0.05
XYZ64.515552.996379.5020
Yxy52.99630.32750.2690
Hunter Lab72.798630.7927-13.7906
CIE-Lab77.872834.7945-18.2457

#f1aae3 color RGB value is (241,170,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101010 11100011
Octal 361 252 343
Decimal 241 170 227
Hex F1 AA E3

RGB Percentages of Color #f1aae3

%37.77
%26.65
%35.58

CMYK Percentages of Color #f1aae3

%0
%29
%6
%5

Triadic Colors of #f1aae3

#f1aae3 #e3f1aa #aae3f1

Analogous Colors of #f1aae3

#f1aae3 #f1aac0 #dcaaf1

Monochromatic Colors of #f1aae3

#f1aae3

Complementary Color

#f1aae3 #aaf1b8

#f1aae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aae3 Color CSS Codes

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

#f1aae3 Text Font Color

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

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


#f1aae3 Background Color

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

This div background color is #f1aae3


#f1aae3 Border Color

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

This div border color is #f1aae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aae3


Comments

No comments written yet.

Please login to write comment.