Color Hex Logo

#fb86db Color Hex

#FB86DB
(251,134,219)
0 Favorites   0 Comments

Color spaces of #fb86db

RGB 251134219
HSL0.880.940.75
HSV316°47°98°
CMYK 0.000.470.13   0.02
XYZ61.094942.673972.0347
Yxy42.67390.34750.2427
Hunter Lab65.325352.6214-19.6519
CIE-Lab71.333155.0756-23.6962

#fb86db color RGB value is (251,134,219).

#fb86db hex color red value is 251, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb86db hue: 0.88 , saturation: 0.94 and the lightness value of fb86db is 0.75.

The process color (four color CMYK) of #fb86db color hex is 0.00, 0.47, 0.13, 0.02. Web safe color of #fb86db is #ff99cc. Color #fb86db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 11011011
Octal 373 206 333
Decimal 251 134 219
Hex FB 86 DB

RGB Percentages of Color #fb86db

%41.56
%22.19
%36.26

CMYK Percentages of Color #fb86db

%0
%47
%13
%2

Triadic Colors of #fb86db

#fb86db #dbfb86 #86dbfb

Analogous Colors of #fb86db

#fb86db #fb86a1 #e186fb

Monochromatic Colors of #fb86db

#fb86db

Complementary Color

#fb86db #86fba6

#fb86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb86db Color CSS Codes

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

#fb86db Text Font Color

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

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


#fb86db Background Color

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

This div background color is #fb86db


#fb86db Border Color

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

This div border color is #fb86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb86db


Comments

No comments written yet.

Please login to write comment.