Color Hex Logo

#fb95db Color Hex

#FB95DB
(251,149,219)
0 Favorites   0 Comments

Color spaces of #fb95db

RGB 251149219
HSL0.890.930.78
HSV319°41°98°
CMYK 0.000.410.13   0.02
XYZ63.317347.118672.7754
Yxy47.11860.34560.2572
Hunter Lab68.643044.5258-14.8093
CIE-Lab74.265647.6056-19.2355

#fb95db color RGB value is (251,149,219).

#fb95db hex color red value is 251, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb95db hue: 0.89 , saturation: 0.93 and the lightness value of fb95db is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 11011011
Octal 373 225 333
Decimal 251 149 219
Hex FB 95 DB

RGB Percentages of Color #fb95db

%40.55
%24.07
%35.38

CMYK Percentages of Color #fb95db

%0
%41
%13
%2

Triadic Colors of #fb95db

#fb95db #dbfb95 #95dbfb

Analogous Colors of #fb95db

#fb95db #fb95a8 #e895fb

Monochromatic Colors of #fb95db

#fb95db

Complementary Color

#fb95db #95fbb5

#fb95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb95db Color CSS Codes

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

#fb95db Text Font Color

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

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


#fb95db Background Color

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

This div background color is #fb95db


#fb95db Border Color

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

This div border color is #fb95db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,149,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 #fb95db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb95db


Comments

No comments written yet.

Please login to write comment.