Color Hex Logo

#ffa6be Color Hex

#FFA6BE
(255,166,190)
0 Favorites   0 Comments

Color spaces of #ffa6be

RGB 255166190
HSL0.961.000.83
HSV344°35°100°
CMYK 0.000.350.25   0.00
XYZ64.170552.250155.4183
Yxy52.25010.37340.3041
Hunter Lab72.284231.96645.1430
CIE-Lab77.430135.91791.4026

#ffa6be color RGB value is (255,166,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10111110
Octal 377 246 276
Decimal 255 166 190
Hex FF A6 BE

RGB Percentages of Color #ffa6be

%41.73
%27.17
%31.10

CMYK Percentages of Color #ffa6be

%0
%35
%25
%0

Triadic Colors of #ffa6be

#ffa6be #beffa6 #a6beff

Analogous Colors of #ffa6be

#ffa6be #ffbba6 #ffa6eb

Monochromatic Colors of #ffa6be

#ffa6be

Complementary Color

#ffa6be #a6ffe7

#ffa6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa6be Color CSS Codes

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

#ffa6be Text Font Color

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

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


#ffa6be Background Color

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

This div background color is #ffa6be


#ffa6be Border Color

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

This div border color is #ffa6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa6be

Related Colors

#ffa6be Color Palettes


Comments

No comments written yet.

Please login to write comment.