Color Hex Logo

#ffa6df Color Hex

#FFA6DF
(255,166,223)
0 Favorites   0 Comments

Color spaces of #ffa6df

RGB 255166223
HSL0.891.000.83
HSV322°35°100°
CMYK 0.000.350.13   0.00
XYZ68.195553.860176.6138
Yxy53.86010.34330.2711
Hunter Lab73.389437.4356-10.5223
CIE-Lab78.380140.8089-15.1633

#ffa6df color RGB value is (255,166,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 11011111
Octal 377 246 337
Decimal 255 166 223
Hex FF A6 DF

RGB Percentages of Color #ffa6df

%39.60
%25.78
%34.63

CMYK Percentages of Color #ffa6df

%0
%35
%13
%0

Triadic Colors of #ffa6df

#ffa6df #dfffa6 #a6dfff

Analogous Colors of #ffa6df

#ffa6df #ffa6b3 #f3a6ff

Monochromatic Colors of #ffa6df

#ffa6df

Complementary Color

#ffa6df #a6ffc6

#ffa6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa6df Color CSS Codes

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

#ffa6df Text Font Color

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

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


#ffa6df Background Color

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

This div background color is #ffa6df


#ffa6df Border Color

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

This div border color is #ffa6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa6df


Comments

No comments written yet.

Please login to write comment.