Color Hex Logo

#fb9ead Color Hex

#FB9EAD
(251,158,173)
0 Favorites   0 Comments

Color spaces of #fb9ead

RGB 251158173
HSL0.970.920.80
HSV350°37°98°
CMYK 0.000.370.31   0.02
XYZ59.553347.980145.6574
Yxy47.98010.38880.3132
Hunter Lab69.267732.24809.4067
CIE-Lab74.812436.41836.8759

#fb9ead color RGB value is (251,158,173).

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

The process color (four color CMYK) of #fb9ead color hex is 0.00, 0.37, 0.31, 0.02. Web safe color of #fb9ead is #ff9999. Color #fb9ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 10101101
Octal 373 236 255
Decimal 251 158 173
Hex FB 9E AD

RGB Percentages of Color #fb9ead

%43.13
%27.15
%29.73

CMYK Percentages of Color #fb9ead

%0
%37
%31
%2

Triadic Colors of #fb9ead

#fb9ead #adfb9e #9eadfb

Analogous Colors of #fb9ead

#fb9ead #fbbe9e #fb9edc

Monochromatic Colors of #fb9ead

#fb9ead

Complementary Color

#fb9ead #9efbec

#fb9ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ead Color CSS Codes

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

#fb9ead Text Font Color

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

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


#fb9ead Background Color

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

This div background color is #fb9ead


#fb9ead Border Color

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

This div border color is #fb9ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ead


Comments

No comments written yet.

Please login to write comment.