Color Hex Logo

#f6afaa Color Hex

#F6AFAA
(246,175,170)
0 Favorites   0 Comments

Color spaces of #f6afaa

RGB 246175170
HSL0.010.810.82
HSV31°96°
CMYK 0.000.290.31   0.04
XYZ60.591753.155145.0966
Yxy53.15510.38150.3346
Hunter Lab72.907520.758814.3617
CIE-Lab77.966525.295412.9294

#f6afaa color RGB value is (246,175,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 10101010
Octal 366 257 252
Decimal 246 175 170
Hex F6 AF AA

RGB Percentages of Color #f6afaa

%41.62
%29.61
%28.76

CMYK Percentages of Color #f6afaa

%0
%29
%31
%4

Triadic Colors of #f6afaa

#f6afaa #aaf6af #afaaf6

Analogous Colors of #f6afaa

#f6afaa #f6d5aa #f6aacb

Monochromatic Colors of #f6afaa

#f6afaa

Complementary Color

#f6afaa #aaf1f6

#f6afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6afaa Color CSS Codes

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

#f6afaa Text Font Color

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

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


#f6afaa Background Color

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

This div background color is #f6afaa


#f6afaa Border Color

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

This div border color is #f6afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6afaa

#f6afaa Color Palettes


Comments

No comments written yet.

Please login to write comment.