Color Hex Logo

#fd697c Color Hex

#FD697C
(253,105,124)
0 Favorites   0 Comments

Color spaces of #fd697c

RGB 253105124
HSL0.980.970.70
HSV352°58°99°
CMYK 0.000.580.51   0.01
XYZ49.197732.441022.7375
Yxy32.44100.47130.3108
Hunter Lab56.957054.508016.2011
CIE-Lab63.705757.897718.7673

#fd697c color RGB value is (253,105,124).

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

The process color (four color CMYK) of #fd697c color hex is 0.00, 0.58, 0.51, 0.01. Web safe color of #fd697c is #ff6666. Color #fd697c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 01111100
Octal 375 151 174
Decimal 253 105 124
Hex FD 69 7C

RGB Percentages of Color #fd697c

%52.49
%21.78
%25.73

CMYK Percentages of Color #fd697c

%0
%58
%51
%1

Triadic Colors of #fd697c

#fd697c #7cfd69 #697cfd

Analogous Colors of #fd697c

#fd697c #fda069 #fd69c6

Monochromatic Colors of #fd697c

#fd697c

Complementary Color

#fd697c #69fdea

#fd697c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd697c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd697c Color CSS Codes

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

#fd697c Text Font Color

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

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


#fd697c Background Color

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

This div background color is #fd697c


#fd697c Border Color

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

This div border color is #fd697c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd697c

Related Colors


Comments

No comments written yet.

Please login to write comment.