Color Hex Logo

#f9aaed Color Hex

#F9AAED
(249,170,237)
0 Favorites   0 Comments

Color spaces of #f9aaed

RGB 249170237
HSL0.860.870.82
HSV309°32°98°
CMYK 0.000.320.05   0.02
XYZ68.727755.003687.1152
Yxy55.00360.32600.2609
Hunter Lab74.164435.6271-17.7283
CIE-Lab79.043339.1114-21.8020

#f9aaed color RGB value is (249,170,237).

#f9aaed hex color red value is 249, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f9aaed hue: 0.86 , saturation: 0.87 and the lightness value of f9aaed is 0.82.

The process color (four color CMYK) of #f9aaed color hex is 0.00, 0.32, 0.05, 0.02. Web safe color of #f9aaed is #ff99ff. Color #f9aaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 11101101
Octal 371 252 355
Decimal 249 170 237
Hex F9 AA ED

RGB Percentages of Color #f9aaed

%37.96
%25.91
%36.13

CMYK Percentages of Color #f9aaed

%0
%32
%5
%2

Triadic Colors of #f9aaed

#f9aaed #edf9aa #aaedf9

Analogous Colors of #f9aaed

#f9aaed #f9aac6 #deaaf9

Monochromatic Colors of #f9aaed

#f9aaed

Complementary Color

#f9aaed #aaf9b6

#f9aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aaed Color CSS Codes

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

#f9aaed Text Font Color

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

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


#f9aaed Background Color

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

This div background color is #f9aaed


#f9aaed Border Color

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

This div border color is #f9aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aaed


Comments

No comments written yet.

Please login to write comment.