Color Hex Logo

#fb8cba Color Hex

#FB8CBA
(251,140,186)
0 Favorites   0 Comments

Color spaces of #fb8cba

RGB 251140186
HSL0.930.930.77
HSV335°44°98°
CMYK 0.000.440.26   0.02
XYZ58.024742.810651.6594
Yxy42.81060.38050.2807
Hunter Lab65.429843.7958-1.0109
CIE-Lab71.426247.3213-5.2538

#fb8cba color RGB value is (251,140,186).

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

The process color (four color CMYK) of #fb8cba color hex is 0.00, 0.44, 0.26, 0.02. Web safe color of #fb8cba is #ff99cc. Color #fb8cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 10111010
Octal 373 214 272
Decimal 251 140 186
Hex FB 8C BA

RGB Percentages of Color #fb8cba

%43.50
%24.26
%32.24

CMYK Percentages of Color #fb8cba

%0
%44
%26
%2

Triadic Colors of #fb8cba

#fb8cba #bafb8c #8cbafb

Analogous Colors of #fb8cba

#fb8cba #fb968c #fb8cf2

Monochromatic Colors of #fb8cba

#fb8cba

Complementary Color

#fb8cba #8cfbcd

#fb8cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8cba Color CSS Codes

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

#fb8cba Text Font Color

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

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


#fb8cba Background Color

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

This div background color is #fb8cba


#fb8cba Border Color

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

This div border color is #fb8cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8cba

Related Colors


Comments

No comments written yet.

Please login to write comment.