Color Hex Logo

#ffa6bc Color Hex

#FFA6BC
(255,166,188)
0 Favorites   0 Comments

Color spaces of #ffa6bc

RGB 255166188
HSL0.961.000.83
HSV345°35°100°
CMYK 0.000.350.26   0.00
XYZ63.953352.163354.2748
Yxy52.16330.37530.3061
Hunter Lab72.224231.66656.0018
CIE-Lab77.378435.64562.4193

#ffa6bc color RGB value is (255,166,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10111100
Octal 377 246 274
Decimal 255 166 188
Hex FF A6 BC

RGB Percentages of Color #ffa6bc

%41.87
%27.26
%30.87

CMYK Percentages of Color #ffa6bc

%0
%35
%26
%0

Triadic Colors of #ffa6bc

#ffa6bc #bcffa6 #a6bcff

Analogous Colors of #ffa6bc

#ffa6bc #ffbda6 #ffa6e9

Monochromatic Colors of #ffa6bc

#ffa6bc

Complementary Color

#ffa6bc #a6ffe9

#ffa6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa6bc Color CSS Codes

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

#ffa6bc Text Font Color

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

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


#ffa6bc Background Color

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

This div background color is #ffa6bc


#ffa6bc Border Color

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

This div border color is #ffa6bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa6bc

Related Colors

#ffa6bc Color Palettes


Comments

No comments written yet.

Please login to write comment.