Color Hex Logo

#fb8cab Color Hex

#FB8CAB
(251,140,171)
0 Favorites   0 Comments

Color spaces of #fb8cab

RGB 251140171
HSL0.950.930.77
HSV343°44°98°
CMYK 0.000.440.32   0.02
XYZ56.512442.205743.6961
Yxy42.20570.39680.2964
Hunter Lab64.965941.58285.5977
CIE-Lab71.012545.38712.4993

#fb8cab color RGB value is (251,140,171).

#fb8cab hex color red value is 251, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fb8cab hue: 0.95 , saturation: 0.93 and the lightness value of fb8cab is 0.77.

The process color (four color CMYK) of #fb8cab color hex is 0.00, 0.44, 0.32, 0.02. Web safe color of #fb8cab is #ff9999. Color #fb8cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 10101011
Octal 373 214 253
Decimal 251 140 171
Hex FB 8C AB

RGB Percentages of Color #fb8cab

%44.66
%24.91
%30.43

CMYK Percentages of Color #fb8cab

%0
%44
%32
%2

Triadic Colors of #fb8cab

#fb8cab #abfb8c #8cabfb

Analogous Colors of #fb8cab

#fb8cab #fba58c #fb8ce3

Monochromatic Colors of #fb8cab

#fb8cab

Complementary Color

#fb8cab #8cfbdc

#fb8cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8cab Color CSS Codes

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

#fb8cab Text Font Color

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

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


#fb8cab Background Color

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

This div background color is #fb8cab


#fb8cab Border Color

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

This div border color is #fb8cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8cab


Comments

No comments written yet.

Please login to write comment.