Color Hex Logo

#f9aabb Color Hex

#F9AABB
(249,170,187)
0 Favorites   0 Comments

Color spaces of #f9aabb

RGB 249170187
HSL0.960.870.82
HSV347°32°98°
CMYK 0.000.320.25   0.02
XYZ62.411352.477053.8534
Yxy52.47700.36990.3110
Hunter Lab72.441027.01436.6319
CIE-Lab77.565231.29033.1529

#f9aabb color RGB value is (249,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 10111011
Octal 371 252 273
Decimal 249 170 187
Hex F9 AA BB

RGB Percentages of Color #f9aabb

%41.09
%28.05
%30.86

CMYK Percentages of Color #f9aabb

%0
%32
%25
%2

Triadic Colors of #f9aabb

#f9aabb #bbf9aa #aabbf9

Analogous Colors of #f9aabb

#f9aabb #f9c1aa #f9aae3

Monochromatic Colors of #f9aabb

#f9aabb

Complementary Color

#f9aabb #aaf9e8

#f9aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aabb Color CSS Codes

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

#f9aabb Text Font Color

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

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


#f9aabb Background Color

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

This div background color is #f9aabb


#f9aabb Border Color

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

This div border color is #f9aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aabb


Comments

No comments written yet.

Please login to write comment.