Color Hex Logo

#fb9eda Color Hex

#FB9EDA
(251,158,218)
0 Favorites   0 Comments

Color spaces of #fb9eda

RGB 251158218
HSL0.890.920.80
HSV321°37°98°
CMYK 0.000.370.13   0.02
XYZ64.665450.024972.5772
Yxy50.02490.34530.2671
Hunter Lab70.728339.4243-11.3301
CIE-Lab76.084542.8427-15.9404

#fb9eda color RGB value is (251,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 11011010
Octal 373 236 332
Decimal 251 158 218
Hex FB 9E DA

RGB Percentages of Color #fb9eda

%40.03
%25.20
%34.77

CMYK Percentages of Color #fb9eda

%0
%37
%13
%2

Triadic Colors of #fb9eda

#fb9eda #dafb9e #9edafb

Analogous Colors of #fb9eda

#fb9eda #fb9eac #ee9efb

Monochromatic Colors of #fb9eda

#fb9eda

Complementary Color

#fb9eda #9efbbf

#fb9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9eda Color CSS Codes

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

#fb9eda Text Font Color

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

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


#fb9eda Background Color

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

This div background color is #fb9eda


#fb9eda Border Color

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

This div border color is #fb9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9eda


Comments

No comments written yet.

Please login to write comment.