Color Hex Logo

#f49aad Color Hex

#F49AAD
(244,154,173)
0 Favorites   0 Comments

Color spaces of #f49aad

RGB 244154173
HSL0.960.800.78
HSV347°37°96°
CMYK 0.000.370.29   0.04
XYZ56.406745.361445.3178
Yxy45.36140.38350.3084
Hunter Lab67.350931.63067.2517
CIE-Lab73.129236.00114.3459

#f49aad color RGB value is (244,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 10101101
Octal 364 232 255
Decimal 244 154 173
Hex F4 9A AD

RGB Percentages of Color #f49aad

%42.73
%26.97
%30.30

CMYK Percentages of Color #f49aad

%0
%37
%29
%4

Triadic Colors of #f49aad

#f49aad #adf49a #9aadf4

Analogous Colors of #f49aad

#f49aad #f4b49a #f49ada

Monochromatic Colors of #f49aad

#f49aad

Complementary Color

#f49aad #9af4e1

#f49aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49aad Color CSS Codes

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

#f49aad Text Font Color

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

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


#f49aad Background Color

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

This div background color is #f49aad


#f49aad Border Color

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

This div border color is #f49aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49aad


Comments

No comments written yet.

Please login to write comment.