Color Hex Logo

#fb5ead Color Hex

#FB5EAD
(251,94,173)
0 Favorites   0 Comments

Color spaces of #fb5ead

RGB 25194173
HSL0.920.950.68
HSV330°63°98°
CMYK 0.000.630.31   0.02
XYZ51.329231.531842.9161
Yxy31.53180.40810.2507
Hunter Lab56.153264.8974-6.0062
CIE-Lab62.954066.8537-10.5116

#fb5ead color RGB value is (251,94,173).

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

The process color (four color CMYK) of #fb5ead color hex is 0.00, 0.63, 0.31, 0.02. Web safe color of #fb5ead is #ff6699. Color #fb5ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011110 10101101
Octal 373 136 255
Decimal 251 94 173
Hex FB 5E AD

RGB Percentages of Color #fb5ead

%48.46
%18.15
%33.40

CMYK Percentages of Color #fb5ead

%0
%63
%31
%2

Triadic Colors of #fb5ead

#fb5ead #adfb5e #5eadfb

Analogous Colors of #fb5ead

#fb5ead #fb5e5f #fb5efb

Monochromatic Colors of #fb5ead

#fb5ead

Complementary Color

#fb5ead #5efbac

#fb5ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5ead Color CSS Codes

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

#fb5ead Text Font Color

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

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


#fb5ead Background Color

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

This div background color is #fb5ead


#fb5ead Border Color

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

This div border color is #fb5ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5ead


Comments

No comments written yet.

Please login to write comment.