Color Hex Logo

#fb6acb Color Hex

#FB6ACB
(251,106,203)
0 Favorites   0 Comments

Color spaces of #fb6acb

RGB 251106203
HSL0.890.950.70
HSV320°58°98°
CMYK 0.000.580.19   0.02
XYZ55.717235.129160.3439
Yxy35.12910.36850.2324
Hunter Lab59.269864.0786-18.8756
CIE-Lab65.849165.6620-23.1621

#fb6acb color RGB value is (251,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11001011
Octal 373 152 313
Decimal 251 106 203
Hex FB 6A CB

RGB Percentages of Color #fb6acb

%44.82
%18.93
%36.25

CMYK Percentages of Color #fb6acb

%0
%58
%19
%2

Triadic Colors of #fb6acb

#fb6acb #cbfb6a #6acbfb

Analogous Colors of #fb6acb

#fb6acb #fb6a83 #e36afb

Monochromatic Colors of #fb6acb

#fb6acb

Complementary Color

#fb6acb #6afb9a

#fb6acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6acb Color CSS Codes

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

#fb6acb Text Font Color

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

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


#fb6acb Background Color

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

This div background color is #fb6acb


#fb6acb Border Color

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

This div border color is #fb6acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6acb


Comments

No comments written yet.

Please login to write comment.