Color Hex Logo

#f6aacd Color Hex

#F6AACD
(246,170,205)
0 Favorites   0 Comments

Color spaces of #f6aacd

RGB 246170205
HSL0.920.810.82
HSV332°31°96°
CMYK 0.000.310.17   0.04
XYZ63.400252.750164.5978
Yxy52.75010.35080.2918
Hunter Lab72.629328.7166-1.8931
CIE-Lab77.727232.8752-6.4555

#f6aacd color RGB value is (246,170,205).

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

The process color (four color CMYK) of #f6aacd color hex is 0.00, 0.31, 0.17, 0.04. Web safe color of #f6aacd is #ff99cc. Color #f6aacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101010 11001101
Octal 366 252 315
Decimal 246 170 205
Hex F6 AA CD

RGB Percentages of Color #f6aacd

%39.61
%27.38
%33.01

CMYK Percentages of Color #f6aacd

%0
%31
%17
%4

Triadic Colors of #f6aacd

#f6aacd #cdf6aa #aacdf6

Analogous Colors of #f6aacd

#f6aacd #f6adaa #f6aaf3

Monochromatic Colors of #f6aacd

#f6aacd

Complementary Color

#f6aacd #aaf6d3

#f6aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aacd Color CSS Codes

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

#f6aacd Text Font Color

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

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


#f6aacd Background Color

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

This div background color is #f6aacd


#f6aacd Border Color

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

This div border color is #f6aacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,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 #f6aacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aacd


Comments

No comments written yet.

Please login to write comment.