Color Hex Logo

#ffa6bd Color Hex

#FFA6BD
(255,166,189)
0 Favorites   0 Comments

Color spaces of #ffa6bd

RGB 255166189
HSL0.961.000.83
HSV344°35°100°
CMYK 0.000.350.26   0.00
XYZ64.061552.206654.8446
Yxy52.20660.37440.3051
Hunter Lab72.254131.81585.5737
CIE-Lab77.404235.78121.9108

#ffa6bd color RGB value is (255,166,189).

#ffa6bd hex color red value is 255, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffa6bd hue: 0.96 , saturation: 1.00 and the lightness value of ffa6bd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10111101
Octal 377 246 275
Decimal 255 166 189
Hex FF A6 BD

RGB Percentages of Color #ffa6bd

%41.80
%27.21
%30.98

CMYK Percentages of Color #ffa6bd

%0
%35
%26
%0

Triadic Colors of #ffa6bd

#ffa6bd #bdffa6 #a6bdff

Analogous Colors of #ffa6bd

#ffa6bd #ffbca6 #ffa6ea

Monochromatic Colors of #ffa6bd

#ffa6bd

Complementary Color

#ffa6bd #a6ffe8

#ffa6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa6bd Color CSS Codes

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

#ffa6bd Text Font Color

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

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


#ffa6bd Background Color

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

This div background color is #ffa6bd


#ffa6bd Border Color

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

This div border color is #ffa6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa6bd


Comments

No comments written yet.

Please login to write comment.