Color Hex Logo

#f49aac Color Hex

#F49AAC
(244,154,172)
0 Favorites   0 Comments

Color spaces of #f49aac

RGB 244154172
HSL0.970.800.78
HSV348°37°96°
CMYK 0.000.370.30   0.04
XYZ56.310245.322944.8100
Yxy45.32290.38450.3095
Hunter Lab67.322331.48837.6619
CIE-Lab73.104035.87004.8623

#f49aac color RGB value is (244,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10101100
Octal 364 232 254
Decimal 244 154 172
Hex F4 9A AC

RGB Percentages of Color #f49aac

%42.81
%27.02
%30.18

CMYK Percentages of Color #f49aac

%0
%37
%30
%4

Triadic Colors of #f49aac

#f49aac #acf49a #9aacf4

Analogous Colors of #f49aac

#f49aac #f4b59a #f49ad9

Monochromatic Colors of #f49aac

#f49aac

Complementary Color

#f49aac #9af4e2

#f49aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49aac Color CSS Codes

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

#f49aac Text Font Color

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

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


#f49aac Background Color

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

This div background color is #f49aac


#f49aac Border Color

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

This div border color is #f49aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49aac


Comments

No comments written yet.

Please login to write comment.