Color Hex Logo

#fd6eaf Color Hex

#FD6EAF
(253,110,175)
0 Favorites   0 Comments

Color spaces of #fd6eaf

RGB 253110175
HSL0.920.970.71
HSV333°57°99°
CMYK 0.000.570.31   0.01
XYZ53.821835.129744.5014
Yxy35.12970.40330.2632
Hunter Lab59.270358.3681-3.0270
CIE-Lab65.849560.8601-7.3031

#fd6eaf color RGB value is (253,110,175).

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

The process color (four color CMYK) of #fd6eaf color hex is 0.00, 0.57, 0.31, 0.01. Web safe color of #fd6eaf is #ff6699. Color #fd6eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101110 10101111
Octal 375 156 257
Decimal 253 110 175
Hex FD 6E AF

RGB Percentages of Color #fd6eaf

%47.03
%20.45
%32.53

CMYK Percentages of Color #fd6eaf

%0
%57
%31
%1

Triadic Colors of #fd6eaf

#fd6eaf #affd6e #6eaffd

Analogous Colors of #fd6eaf

#fd6eaf #fd756e #fd6ef7

Monochromatic Colors of #fd6eaf

#fd6eaf

Complementary Color

#fd6eaf #6efdbc

#fd6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6eaf Color CSS Codes

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

#fd6eaf Text Font Color

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

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


#fd6eaf Background Color

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

This div background color is #fd6eaf


#fd6eaf Border Color

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

This div border color is #fd6eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6eaf


Comments

No comments written yet.

Please login to write comment.