Color Hex Logo

#f9aacd Color Hex

#F9AACD
(249,170,205)
0 Favorites   0 Comments

Color spaces of #f9aacd

RGB 249170205
HSL0.930.870.82
HSV333°32°98°
CMYK 0.000.320.18   0.02
XYZ64.461153.297064.6475
Yxy53.29700.35340.2922
Hunter Lab73.004829.8519-1.3994
CIE-Lab78.050033.9071-5.9420

#f9aacd color RGB value is (249,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 11001101
Octal 371 252 315
Decimal 249 170 205
Hex F9 AA CD

RGB Percentages of Color #f9aacd

%39.90
%27.24
%32.85

CMYK Percentages of Color #f9aacd

%0
%32
%18
%2

Triadic Colors of #f9aacd

#f9aacd #cdf9aa #aacdf9

Analogous Colors of #f9aacd

#f9aacd #f9afaa #f9aaf5

Monochromatic Colors of #f9aacd

#f9aacd

Complementary Color

#f9aacd #aaf9d6

#f9aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aacd Color CSS Codes

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

#f9aacd Text Font Color

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

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


#f9aacd Background Color

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

This div background color is #f9aacd


#f9aacd Border Color

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

This div border color is #f9aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aacd


Comments

No comments written yet.

Please login to write comment.