Color Hex Logo

#f9a7af Color Hex

#F9A7AF
(249,167,175)
0 Favorites   0 Comments

Color spaces of #f9a7af

RGB 249167175
HSL0.980.870.82
HSV354°33°98°
CMYK 0.000.330.30   0.02
XYZ60.623550.872347.1816
Yxy50.87230.38210.3206
Hunter Lab71.324826.900110.7068
CIE-Lab76.601631.25388.3131

#f9a7af color RGB value is (249,167,175).

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

The process color (four color CMYK) of #f9a7af color hex is 0.00, 0.33, 0.30, 0.02. Web safe color of #f9a7af is #ff9999. Color #f9a7af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100111 10101111
Octal 371 247 257
Decimal 249 167 175
Hex F9 A7 AF

RGB Percentages of Color #f9a7af

%42.13
%28.26
%29.61

CMYK Percentages of Color #f9a7af

%0
%33
%30
%2

Triadic Colors of #f9a7af

#f9a7af #aff9a7 #a7aff9

Analogous Colors of #f9a7af

#f9a7af #f9c8a7 #f9a7d8

Monochromatic Colors of #f9a7af

#f9a7af

Complementary Color

#f9a7af #a7f9f1

#f9a7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a7af Color CSS Codes

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

#f9a7af Text Font Color

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

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


#f9a7af Background Color

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

This div background color is #f9a7af


#f9a7af Border Color

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

This div border color is #f9a7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a7af


Comments

No comments written yet.

Please login to write comment.