Color Hex Logo

#fd6cad Color Hex

#FD6CAD
(253,108,173)
0 Favorites   0 Comments

Color spaces of #fd6cad

RGB 253108173
HSL0.930.970.71
HSV333°57°99°
CMYK 0.000.570.32   0.01
XYZ53.413434.624943.4032
Yxy34.62490.40640.2634
Hunter Lab58.842959.0544-2.5429
CIE-Lab65.455661.5092-6.7512

#fd6cad color RGB value is (253,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101100 10101101
Octal 375 154 255
Decimal 253 108 173
Hex FD 6C AD

RGB Percentages of Color #fd6cad

%47.38
%20.22
%32.40

CMYK Percentages of Color #fd6cad

%0
%57
%32
%1

Triadic Colors of #fd6cad

#fd6cad #adfd6c #6cadfd

Analogous Colors of #fd6cad

#fd6cad #fd746c #fd6cf6

Monochromatic Colors of #fd6cad

#fd6cad

Complementary Color

#fd6cad #6cfdbc

#fd6cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6cad Color CSS Codes

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

#fd6cad Text Font Color

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

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


#fd6cad Background Color

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

This div background color is #fd6cad


#fd6cad Border Color

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

This div border color is #fd6cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6cad


Comments

No comments written yet.

Please login to write comment.