Color Hex Logo

#fb7ebd Color Hex

#FB7EBD
(251,126,189)
1 Favorites   0 Comments

Color spaces of #fb7ebd

RGB 251126189
HSL0.920.940.74
HSV330°50°98°
CMYK 0.000.500.25   0.02
XYZ56.429839.105152.7180
Yxy39.10510.38060.2638
Hunter Lab62.534151.6411-6.2093
CIE-Lab68.827354.6011-10.7930

#fb7ebd color RGB value is (251,126,189).

#fb7ebd hex color red value is 251, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fb7ebd hue: 0.92 , saturation: 0.94 and the lightness value of fb7ebd is 0.74.

The process color (four color CMYK) of #fb7ebd color hex is 0.00, 0.50, 0.25, 0.02. Web safe color of #fb7ebd is #ff66cc. Color #fb7ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111110 10111101
Octal 373 176 275
Decimal 251 126 189
Hex FB 7E BD

RGB Percentages of Color #fb7ebd

%44.35
%22.26
%33.39

CMYK Percentages of Color #fb7ebd

%0
%50
%25
%2

Triadic Colors of #fb7ebd

#fb7ebd #bdfb7e #7ebdfb

Analogous Colors of #fb7ebd

#fb7ebd #fb7e7f #fb7efb

Monochromatic Colors of #fb7ebd

#fb7ebd

Complementary Color

#fb7ebd #7efbbc

#fb7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7ebd Color CSS Codes

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

#fb7ebd Text Font Color

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

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


#fb7ebd Background Color

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

This div background color is #fb7ebd


#fb7ebd Border Color

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

This div border color is #fb7ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7ebd

Related Colors


Comments

No comments written yet.

Please login to write comment.