Color Hex Logo

#fb8ebd Color Hex

#FB8EBD
(251,142,189)
0 Favorites   0 Comments

Color spaces of #fb8ebd

RGB 251142189
HSL0.930.930.77
HSV334°43°98°
CMYK 0.000.430.25   0.02
XYZ58.642043.529453.4553
Yxy43.52940.37680.2797
Hunter Lab65.976843.1963-1.8538
CIE-Lab71.912846.7228-6.2019

#fb8ebd color RGB value is (251,142,189).

#fb8ebd hex color red value is 251, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fb8ebd hue: 0.93 , saturation: 0.93 and the lightness value of fb8ebd is 0.77.

The process color (four color CMYK) of #fb8ebd color hex is 0.00, 0.43, 0.25, 0.02. Web safe color of #fb8ebd is #ff99cc. Color #fb8ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001110 10111101
Octal 373 216 275
Decimal 251 142 189
Hex FB 8E BD

RGB Percentages of Color #fb8ebd

%43.13
%24.40
%32.47

CMYK Percentages of Color #fb8ebd

%0
%43
%25
%2

Triadic Colors of #fb8ebd

#fb8ebd #bdfb8e #8ebdfb

Analogous Colors of #fb8ebd

#fb8ebd #fb968e #fb8ef4

Monochromatic Colors of #fb8ebd

#fb8ebd

Complementary Color

#fb8ebd #8efbcc

#fb8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8ebd Color CSS Codes

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

#fb8ebd Text Font Color

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

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


#fb8ebd Background Color

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

This div background color is #fb8ebd


#fb8ebd Border Color

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

This div border color is #fb8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8ebd


Comments

No comments written yet.

Please login to write comment.