Color Hex Logo

#fb9bdd Color Hex

#FB9BDD
(251,155,221)
0 Favorites   0 Comments

Color spaces of #fb9bdd

RGB 251155221
HSL0.890.920.80
HSV319°38°98°
CMYK 0.000.380.12   0.02
XYZ64.556249.172474.4953
Yxy49.17240.34300.2612
Hunter Lab70.123041.6142-13.9007
CIE-Lab75.558544.8626-18.3732

#fb9bdd color RGB value is (251,155,221).

#fb9bdd hex color red value is 251, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fb9bdd hue: 0.89 , saturation: 0.92 and the lightness value of fb9bdd is 0.80.

The process color (four color CMYK) of #fb9bdd color hex is 0.00, 0.38, 0.12, 0.02. Web safe color of #fb9bdd is #ff99cc. Color #fb9bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011011 11011101
Octal 373 233 335
Decimal 251 155 221
Hex FB 9B DD

RGB Percentages of Color #fb9bdd

%40.03
%24.72
%35.25

CMYK Percentages of Color #fb9bdd

%0
%38
%12
%2

Triadic Colors of #fb9bdd

#fb9bdd #ddfb9b #9bddfb

Analogous Colors of #fb9bdd

#fb9bdd #fb9bad #e99bfb

Monochromatic Colors of #fb9bdd

#fb9bdd

Complementary Color

#fb9bdd #9bfbb9

#fb9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9bdd Color CSS Codes

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

#fb9bdd Text Font Color

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

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


#fb9bdd Background Color

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

This div background color is #fb9bdd


#fb9bdd Border Color

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

This div border color is #fb9bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9bdd


Comments

No comments written yet.

Please login to write comment.