Color Hex Logo

#f49aae Color Hex

#F49AAE
(244,154,174)
0 Favorites   0 Comments

Color spaces of #f49aae

RGB 244154174
HSL0.960.800.78
HSV347°37°96°
CMYK 0.000.370.29   0.04
XYZ56.503845.400345.8295
Yxy45.40030.38250.3073
Hunter Lab67.379731.77336.8387
CIE-Lab73.154736.13223.8299

#f49aae color RGB value is (244,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10101110
Octal 364 232 256
Decimal 244 154 174
Hex F4 9A AE

RGB Percentages of Color #f49aae

%42.66
%26.92
%30.42

CMYK Percentages of Color #f49aae

%0
%37
%29
%4

Triadic Colors of #f49aae

#f49aae #aef49a #9aaef4

Analogous Colors of #f49aae

#f49aae #f4b39a #f49adb

Monochromatic Colors of #f49aae

#f49aae

Complementary Color

#f49aae #9af4e0

#f49aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49aae Color CSS Codes

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

#f49aae Text Font Color

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

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


#f49aae Background Color

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

This div background color is #f49aae


#f49aae Border Color

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

This div border color is #f49aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49aae


Comments

No comments written yet.

Please login to write comment.