Color Hex Logo

#fb6acd Color Hex

#FB6ACD
(251,106,205)
0 Favorites   0 Comments

Color spaces of #fb6acd

RGB 251106205
HSL0.890.950.70
HSV319°58°98°
CMYK 0.000.580.18   0.02
XYZ55.957135.225161.6075
Yxy35.22510.36620.2305
Hunter Lab59.350764.4297-19.9989
CIE-Lab65.923565.9407-24.1724

#fb6acd color RGB value is (251,106,205).

#fb6acd hex color red value is 251, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb6acd hue: 0.89 , saturation: 0.95 and the lightness value of fb6acd is 0.70.

The process color (four color CMYK) of #fb6acd color hex is 0.00, 0.58, 0.18, 0.02. Web safe color of #fb6acd is #ff66cc. Color #fb6acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11001101
Octal 373 152 315
Decimal 251 106 205
Hex FB 6A CD

RGB Percentages of Color #fb6acd

%44.66
%18.86
%36.48

CMYK Percentages of Color #fb6acd

%0
%58
%18
%2

Triadic Colors of #fb6acd

#fb6acd #cdfb6a #6acdfb

Analogous Colors of #fb6acd

#fb6acd #fb6a85 #e16afb

Monochromatic Colors of #fb6acd

#fb6acd

Complementary Color

#fb6acd #6afb98

#fb6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6acd Color CSS Codes

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

#fb6acd Text Font Color

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

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


#fb6acd Background Color

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

This div background color is #fb6acd


#fb6acd Border Color

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

This div border color is #fb6acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,106,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb6acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb6acd;
  -webkit-box-shadow: 1px 1px 3px 2px #fb6acd;
  box-shadow:         1px 1px 3px 2px #fb6acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,106,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6acd


Comments

No comments written yet.

Please login to write comment.