Color Hex Logo

#f49aaa Color Hex

#F49AAA
(244,154,170)
0 Favorites   0 Comments

Color spaces of #f49aaa

RGB 244154170
HSL0.970.800.78
HSV349°37°96°
CMYK 0.000.370.30   0.04
XYZ56.119545.246643.8059
Yxy45.24660.38660.3117
Hunter Lab67.265631.20738.4740
CIE-Lab73.054035.61115.8956

#f49aaa color RGB value is (244,154,170).

#f49aaa hex color red value is 244, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f49aaa hue: 0.97 , saturation: 0.80 and the lightness value of f49aaa is 0.78.

The process color (four color CMYK) of #f49aaa color hex is 0.00, 0.37, 0.30, 0.04. Web safe color of #f49aaa is #ff9999. Color #f49aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10101010
Octal 364 232 252
Decimal 244 154 170
Hex F4 9A AA

RGB Percentages of Color #f49aaa

%42.96
%27.11
%29.93

CMYK Percentages of Color #f49aaa

%0
%37
%30
%4

Triadic Colors of #f49aaa

#f49aaa #aaf49a #9aaaf4

Analogous Colors of #f49aaa

#f49aaa #f4b79a #f49ad7

Monochromatic Colors of #f49aaa

#f49aaa

Complementary Color

#f49aaa #9af4e4

#f49aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49aaa Color CSS Codes

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

#f49aaa Text Font Color

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

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


#f49aaa Background Color

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

This div background color is #f49aaa


#f49aaa Border Color

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

This div border color is #f49aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49aaa


Comments

No comments written yet.

Please login to write comment.