Color Hex Logo

#fd6cba Color Hex

#FD6CBA
(253,108,186)
0 Favorites   0 Comments

Color spaces of #fd6cba

RGB 253108186
HSL0.910.970.71
HSV328°57°99°
CMYK 0.000.570.26   0.01
XYZ54.733535.152950.3548
Yxy35.15290.39030.2507
Hunter Lab59.289961.0251-8.8520
CIE-Lab65.867563.1051-13.5134

#fd6cba color RGB value is (253,108,186).

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

The process color (four color CMYK) of #fd6cba color hex is 0.00, 0.57, 0.26, 0.01. Web safe color of #fd6cba is #ff66cc. Color #fd6cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101100 10111010
Octal 375 154 272
Decimal 253 108 186
Hex FD 6C BA

RGB Percentages of Color #fd6cba

%46.25
%19.74
%34.00

CMYK Percentages of Color #fd6cba

%0
%57
%26
%1

Triadic Colors of #fd6cba

#fd6cba #bafd6c #6cbafd

Analogous Colors of #fd6cba

#fd6cba #fd6c72 #f86cfd

Monochromatic Colors of #fd6cba

#fd6cba

Complementary Color

#fd6cba #6cfdaf

#fd6cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6cba Color CSS Codes

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

#fd6cba Text Font Color

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

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


#fd6cba Background Color

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

This div background color is #fd6cba


#fd6cba Border Color

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

This div border color is #fd6cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6cba

Related Colors


Comments

No comments written yet.

Please login to write comment.