Color Hex Logo

#f6a6dd Color Hex

#F6A6DD
(246,166,221)
0 Favorites   0 Comments

Color spaces of #f6a6dd

RGB 246166221
HSL0.890.820.81
HSV319°33°96°
CMYK 0.000.330.10   0.04
XYZ64.693452.085775.0504
Yxy52.08570.33720.2715
Hunter Lab72.170433.7087-11.1367
CIE-Lab77.332137.5289-15.7519

#f6a6dd color RGB value is (246,166,221).

#f6a6dd hex color red value is 246, green value is 166 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f6a6dd hue: 0.89 , saturation: 0.82 and the lightness value of f6a6dd is 0.81.

The process color (four color CMYK) of #f6a6dd color hex is 0.00, 0.33, 0.10, 0.04. Web safe color of #f6a6dd is #ff99cc. Color #f6a6dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10100110 11011101
Octal 366 246 335
Decimal 246 166 221
Hex F6 A6 DD

RGB Percentages of Color #f6a6dd

%38.86
%26.22
%34.91

CMYK Percentages of Color #f6a6dd

%0
%33
%10
%4

Triadic Colors of #f6a6dd

#f6a6dd #ddf6a6 #a6ddf6

Analogous Colors of #f6a6dd

#f6a6dd #f6a6b5 #e7a6f6

Monochromatic Colors of #f6a6dd

#f6a6dd

Complementary Color

#f6a6dd #a6f6bf

#f6a6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a6dd Color CSS Codes

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

#f6a6dd Text Font Color

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

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


#f6a6dd Background Color

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

This div background color is #f6a6dd


#f6a6dd Border Color

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

This div border color is #f6a6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a6dd


Comments

No comments written yet.

Please login to write comment.