Color Hex Logo

#f6aaad Color Hex

#F6AAAD
(246,170,173)
0 Favorites   0 Comments

Color spaces of #f6aaad

RGB 246170173
HSL0.990.810.82
HSV358°31°96°
CMYK 0.000.310.30   0.04
XYZ59.923651.359446.2902
Yxy51.35940.38030.3259
Hunter Lab71.665523.839511.8692
CIE-Lab76.896228.32129.7802

#f6aaad color RGB value is (246,170,173).

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

The process color (four color CMYK) of #f6aaad color hex is 0.00, 0.31, 0.30, 0.04. Web safe color of #f6aaad is #ff9999. Color #f6aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101010 10101101
Octal 366 252 255
Decimal 246 170 173
Hex F6 AA AD

RGB Percentages of Color #f6aaad

%41.77
%28.86
%29.37

CMYK Percentages of Color #f6aaad

%0
%31
%30
%4

Triadic Colors of #f6aaad

#f6aaad #adf6aa #aaadf6

Analogous Colors of #f6aaad

#f6aaad #f6cdaa #f6aad3

Monochromatic Colors of #f6aaad

#f6aaad

Complementary Color

#f6aaad #aaf6f3

#f6aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aaad Color CSS Codes

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

#f6aaad Text Font Color

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

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


#f6aaad Background Color

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

This div background color is #f6aaad


#f6aaad Border Color

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

This div border color is #f6aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aaad


Comments

No comments written yet.

Please login to write comment.