Color Hex Logo

#fb9ece Color Hex

#FB9ECE
(251,158,206)
0 Favorites   0 Comments

Color spaces of #fb9ece

RGB 251158206
HSL0.910.920.80
HSV329°37°98°
CMYK 0.000.370.18   0.02
XYZ63.151149.419264.6029
Yxy49.41920.35640.2789
Hunter Lab70.298837.3280-5.2769
CIE-Lab75.711440.9913-9.9355

#fb9ece color RGB value is (251,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 11001110
Octal 373 236 316
Decimal 251 158 206
Hex FB 9E CE

RGB Percentages of Color #fb9ece

%40.81
%25.69
%33.50

CMYK Percentages of Color #fb9ece

%0
%37
%18
%2

Triadic Colors of #fb9ece

#fb9ece #cefb9e #9ecefb

Analogous Colors of #fb9ece

#fb9ece #fb9ea0 #fa9efb

Monochromatic Colors of #fb9ece

#fb9ece

Complementary Color

#fb9ece #9efbcb

#fb9ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ece Color CSS Codes

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

#fb9ece Text Font Color

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

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


#fb9ece Background Color

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

This div background color is #fb9ece


#fb9ece Border Color

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

This div border color is #fb9ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ece

Related Colors


Comments

No comments written yet.

Please login to write comment.