Color Hex Logo

#f6a9dd Color Hex

#F6A9DD
(246,169,221)
0 Favorites   0 Comments

Color spaces of #f6a9dd

RGB 246169221
HSL0.890.810.81
HSV319°31°96°
CMYK 0.000.310.10   0.04
XYZ65.245153.189275.2344
Yxy53.18920.33690.2746
Hunter Lab72.930932.0597-10.1110
CIE-Lab77.986635.9544-14.7677

#f6a9dd color RGB value is (246,169,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101001 11011101
Octal 366 251 335
Decimal 246 169 221
Hex F6 A9 DD

RGB Percentages of Color #f6a9dd

%38.68
%26.57
%34.75

CMYK Percentages of Color #f6a9dd

%0
%31
%10
%4

Triadic Colors of #f6a9dd

#f6a9dd #ddf6a9 #a9ddf6

Analogous Colors of #f6a9dd

#f6a9dd #f6a9b7 #e9a9f6

Monochromatic Colors of #f6a9dd

#f6a9dd

Complementary Color

#f6a9dd #a9f6c2

#f6a9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a9dd Color CSS Codes

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

#f6a9dd Text Font Color

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

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


#f6a9dd Background Color

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

This div background color is #f6a9dd


#f6a9dd Border Color

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

This div border color is #f6a9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a9dd


Comments

No comments written yet.

Please login to write comment.