Color Hex Logo

#fd66aa Color Hex

#FD66AA
(253,102,170)
0 Favorites   0 Comments

Color spaces of #fd66aa

RGB 253102170
HSL0.920.970.70
HSV333°60°99°
CMYK 0.000.600.33   0.01
XYZ52.515133.287741.6875
Yxy33.28770.41190.2611
Hunter Lab57.695561.5056-2.4528
CIE-Lab64.393263.7623-6.6173

#fd66aa color RGB value is (253,102,170).

#fd66aa hex color red value is 253, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fd66aa hue: 0.92 , saturation: 0.97 and the lightness value of fd66aa is 0.70.

The process color (four color CMYK) of #fd66aa color hex is 0.00, 0.60, 0.33, 0.01. Web safe color of #fd66aa is #ff6699. Color #fd66aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100110 10101010
Octal 375 146 252
Decimal 253 102 170
Hex FD 66 AA

RGB Percentages of Color #fd66aa

%48.19
%19.43
%32.38

CMYK Percentages of Color #fd66aa

%0
%60
%33
%1

Triadic Colors of #fd66aa

#fd66aa #aafd66 #66aafd

Analogous Colors of #fd66aa

#fd66aa #fd6e66 #fd66f6

Monochromatic Colors of #fd66aa

#fd66aa

Complementary Color

#fd66aa #66fdb9

#fd66aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd66aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd66aa Color CSS Codes

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

#fd66aa Text Font Color

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

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


#fd66aa Background Color

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

This div background color is #fd66aa


#fd66aa Border Color

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

This div border color is #fd66aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,102,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd66aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd66aa;
  -webkit-box-shadow: 1px 1px 3px 2px #fd66aa;
  box-shadow:         1px 1px 3px 2px #fd66aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,102,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd66aa


Comments

No comments written yet.

Please login to write comment.