Color Hex Logo

#fb9bda Color Hex

#FB9BDA
(251,155,218)
0 Favorites   0 Comments

Color spaces of #fb9bda

RGB 251155218
HSL0.890.920.80
HSV321°38°98°
CMYK 0.000.380.13   0.02
XYZ64.159949.013972.4087
Yxy49.01390.34570.2641
Hunter Lab70.009941.0672-12.3145
CIE-Lab75.460044.3859-16.8820

#fb9bda color RGB value is (251,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011011 11011010
Octal 373 233 332
Decimal 251 155 218
Hex FB 9B DA

RGB Percentages of Color #fb9bda

%40.22
%24.84
%34.94

CMYK Percentages of Color #fb9bda

%0
%38
%13
%2

Triadic Colors of #fb9bda

#fb9bda #dafb9b #9bdafb

Analogous Colors of #fb9bda

#fb9bda #fb9baa #ec9bfb

Monochromatic Colors of #fb9bda

#fb9bda

Complementary Color

#fb9bda #9bfbbc

#fb9bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9bda Color CSS Codes

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

#fb9bda Text Font Color

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

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


#fb9bda Background Color

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

This div background color is #fb9bda


#fb9bda Border Color

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

This div border color is #fb9bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9bda


Comments

No comments written yet.

Please login to write comment.