Color Hex Logo

#fb8abc Color Hex

#FB8ABC
(251,138,188)
0 Favorites   0 Comments

Color spaces of #fb8abc

RGB 251138188
HSL0.930.930.76
HSV333°45°98°
CMYK 0.000.450.25   0.02
XYZ57.949242.317052.6907
Yxy42.31700.37890.2767
Hunter Lab65.051545.1712-2.4879
CIE-Lab71.088948.5911-6.8665

#fb8abc color RGB value is (251,138,188).

#fb8abc hex color red value is 251, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb8abc hue: 0.93 , saturation: 0.93 and the lightness value of fb8abc is 0.76.

The process color (four color CMYK) of #fb8abc color hex is 0.00, 0.45, 0.25, 0.02. Web safe color of #fb8abc is #ff99cc. Color #fb8abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001010 10111100
Octal 373 212 274
Decimal 251 138 188
Hex FB 8A BC

RGB Percentages of Color #fb8abc

%43.50
%23.92
%32.58

CMYK Percentages of Color #fb8abc

%0
%45
%25
%2

Triadic Colors of #fb8abc

#fb8abc #bcfb8a #8abcfb

Analogous Colors of #fb8abc

#fb8abc #fb918a #fb8af5

Monochromatic Colors of #fb8abc

#fb8abc

Complementary Color

#fb8abc #8afbc9

#fb8abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8abc Color CSS Codes

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

#fb8abc Text Font Color

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

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


#fb8abc Background Color

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

This div background color is #fb8abc


#fb8abc Border Color

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

This div border color is #fb8abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8abc


Comments

No comments written yet.

Please login to write comment.