Color Hex Logo

#f6aabd Color Hex

#F6AABD
(246,170,189)
0 Favorites   0 Comments

Color spaces of #f6aabd

RGB 246170189
HSL0.960.810.82
HSV345°31°96°
CMYK 0.000.310.23   0.04
XYZ61.566152.016454.9394
Yxy52.01640.36530.3087
Hunter Lab72.122426.15945.3214
CIE-Lab77.290630.50301.6234

#f6aabd color RGB value is (246,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101010 10111101
Octal 366 252 275
Decimal 246 170 189
Hex F6 AA BD

RGB Percentages of Color #f6aabd

%40.66
%28.10
%31.24

CMYK Percentages of Color #f6aabd

%0
%31
%23
%4

Triadic Colors of #f6aabd

#f6aabd #bdf6aa #aabdf6

Analogous Colors of #f6aabd

#f6aabd #f6bdaa #f6aae3

Monochromatic Colors of #f6aabd

#f6aabd

Complementary Color

#f6aabd #aaf6e3

#f6aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aabd Color CSS Codes

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

#f6aabd Text Font Color

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

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


#f6aabd Background Color

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

This div background color is #f6aabd


#f6aabd Border Color

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

This div border color is #f6aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aabd


Comments

No comments written yet.

Please login to write comment.