Color Hex Logo

#f9aabe Color Hex

#F9AABE
(249,170,190)
0 Favorites   0 Comments

Color spaces of #f9aabe

RGB 249170190
HSL0.960.870.82
HSV345°32°98°
CMYK 0.000.320.24   0.02
XYZ62.735952.606955.5628
Yxy52.60690.36710.3078
Hunter Lab72.530627.46635.3517
CIE-Lab77.642331.70991.6298

#f9aabe color RGB value is (249,170,190).

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

The process color (four color CMYK) of #f9aabe color hex is 0.00, 0.32, 0.24, 0.02. Web safe color of #f9aabe is #ff99cc. Color #f9aabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 10111110
Octal 371 252 276
Decimal 249 170 190
Hex F9 AA BE

RGB Percentages of Color #f9aabe

%40.89
%27.91
%31.20

CMYK Percentages of Color #f9aabe

%0
%32
%24
%2

Triadic Colors of #f9aabe

#f9aabe #bef9aa #aabef9

Analogous Colors of #f9aabe

#f9aabe #f9beaa #f9aae6

Monochromatic Colors of #f9aabe

#f9aabe

Complementary Color

#f9aabe #aaf9e5

#f9aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aabe Color CSS Codes

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

#f9aabe Text Font Color

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

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


#f9aabe Background Color

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

This div background color is #f9aabe


#f9aabe Border Color

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

This div border color is #f9aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aabe


Comments

No comments written yet.

Please login to write comment.