Color Hex Logo

#fd6bac Color Hex

#FD6BAC
(253,107,172)
0 Favorites   0 Comments

Color spaces of #fd6bac

RGB 253107172
HSL0.930.970.71
HSV333°58°99°
CMYK 0.000.580.32   0.01
XYZ53.212134.376642.8605
Yxy34.37660.40790.2635
Hunter Lab58.631659.3956-2.2997
CIE-Lab65.260461.8315-6.4717

#fd6bac color RGB value is (253,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101011 10101100
Octal 375 153 254
Decimal 253 107 172
Hex FD 6B AC

RGB Percentages of Color #fd6bac

%47.56
%20.11
%32.33

CMYK Percentages of Color #fd6bac

%0
%58
%32
%1

Triadic Colors of #fd6bac

#fd6bac #acfd6b #6bacfd

Analogous Colors of #fd6bac

#fd6bac #fd736b #fd6bf5

Monochromatic Colors of #fd6bac

#fd6bac

Complementary Color

#fd6bac #6bfdbc

#fd6bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6bac Color CSS Codes

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

#fd6bac Text Font Color

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

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


#fd6bac Background Color

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

This div background color is #fd6bac


#fd6bac Border Color

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

This div border color is #fd6bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6bac


Comments

No comments written yet.

Please login to write comment.