Color Hex Logo

#f6a0bd Color Hex

#F6A0BD
(246,160,189)
0 Favorites   0 Comments

Color spaces of #f6a0bd

RGB 246160189
HSL0.940.830.80
HSV340°35°96°
CMYK 0.000.350.23   0.04
XYZ59.762148.408654.3381
Yxy48.40860.36770.2979
Hunter Lab69.576331.56292.3987
CIE-Lab75.081935.7559-1.6018

#f6a0bd color RGB value is (246,160,189).

#f6a0bd hex color red value is 246, green value is 160 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f6a0bd hue: 0.94 , saturation: 0.83 and the lightness value of f6a0bd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10100000 10111101
Octal 366 240 275
Decimal 246 160 189
Hex F6 A0 BD

RGB Percentages of Color #f6a0bd

%41.34
%26.89
%31.76

CMYK Percentages of Color #f6a0bd

%0
%35
%23
%4

Triadic Colors of #f6a0bd

#f6a0bd #bdf6a0 #a0bdf6

Analogous Colors of #f6a0bd

#f6a0bd #f6aea0 #f6a0e8

Monochromatic Colors of #f6a0bd

#f6a0bd

Complementary Color

#f6a0bd #a0f6d9

#f6a0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a0bd Color CSS Codes

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

#f6a0bd Text Font Color

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

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


#f6a0bd Background Color

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

This div background color is #f6a0bd


#f6a0bd Border Color

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

This div border color is #f6a0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a0bd


Comments

No comments written yet.

Please login to write comment.