Color Hex Logo

#f9aace Color Hex

#F9AACE
(249,170,206)
0 Favorites   0 Comments

Color spaces of #f9aace

RGB 249170206
HSL0.920.870.82
HSV333°32°98°
CMYK 0.000.320.17   0.02
XYZ64.582253.345465.2854
Yxy53.34540.35250.2912
Hunter Lab73.037930.0183-1.8702
CIE-Lab78.078534.0594-6.4440

#f9aace color RGB value is (249,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 11001110
Octal 371 252 316
Decimal 249 170 206
Hex F9 AA CE

RGB Percentages of Color #f9aace

%39.84
%27.20
%32.96

CMYK Percentages of Color #f9aace

%0
%32
%17
%2

Triadic Colors of #f9aace

#f9aace #cef9aa #aacef9

Analogous Colors of #f9aace

#f9aace #f9aeaa #f9aaf6

Monochromatic Colors of #f9aace

#f9aace

Complementary Color

#f9aace #aaf9d5

#f9aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aace Color CSS Codes

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

#f9aace Text Font Color

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

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


#f9aace Background Color

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

This div background color is #f9aace


#f9aace Border Color

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

This div border color is #f9aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aace


Comments

No comments written yet.

Please login to write comment.