Color Hex Logo

#feb0bb Color Hex

#FEB0BB
(254,176,187)
0 Favorites   0 Comments

Color spaces of #feb0bb

RGB 254176187
HSL0.980.980.84
HSV352°31°100°
CMYK 0.000.310.26   0.00
XYZ65.368055.709454.3214
Yxy55.70940.37270.3176
Hunter Lab74.638725.71119.0964
CIE-Lab79.448129.93135.9425

#feb0bb color RGB value is (254,176,187).

#feb0bb hex color red value is 254, green value is 176 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #feb0bb hue: 0.98 , saturation: 0.98 and the lightness value of feb0bb is 0.84.

The process color (four color CMYK) of #feb0bb color hex is 0.00, 0.31, 0.26, 0.00. Web safe color of #feb0bb is #ff99cc. Color #feb0bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 10111011
Octal 376 260 273
Decimal 254 176 187
Hex FE B0 BB

RGB Percentages of Color #feb0bb

%41.17
%28.53
%30.31

CMYK Percentages of Color #feb0bb

%0
%31
%26
%0

Triadic Colors of #feb0bb

#feb0bb #bbfeb0 #b0bbfe

Analogous Colors of #feb0bb

#feb0bb #feccb0 #feb0e2

Monochromatic Colors of #feb0bb

#feb0bb

Complementary Color

#feb0bb #b0fef3

#feb0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb0bb Color CSS Codes

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

#feb0bb Text Font Color

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

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


#feb0bb Background Color

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

This div background color is #feb0bb


#feb0bb Border Color

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

This div border color is #feb0bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,176,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feb0bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feb0bb;
  -webkit-box-shadow: 1px 1px 3px 2px #feb0bb;
  box-shadow:         1px 1px 3px 2px #feb0bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,176,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb0bb


Comments

No comments written yet.

Please login to write comment.