Color Hex Logo

#feb0bd Color Hex

#FEB0BD
(254,176,189)
0 Favorites   0 Comments

Color spaces of #feb0bd

RGB 254176189
HSL0.970.980.84
HSV350°31°100°
CMYK 0.000.310.26   0.00
XYZ65.583755.795655.4571
Yxy55.79560.37090.3155
Hunter Lab74.696526.00478.2687
CIE-Lab79.497330.20424.9295

#feb0bd color RGB value is (254,176,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 10111101
Octal 376 260 275
Decimal 254 176 189
Hex FE B0 BD

RGB Percentages of Color #feb0bd

%41.03
%28.43
%30.53

CMYK Percentages of Color #feb0bd

%0
%31
%26
%0

Triadic Colors of #feb0bd

#feb0bd #bdfeb0 #b0bdfe

Analogous Colors of #feb0bd

#feb0bd #fecab0 #feb0e4

Monochromatic Colors of #feb0bd

#feb0bd

Complementary Color

#feb0bd #b0fef1

#feb0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb0bd Color CSS Codes

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

#feb0bd Text Font Color

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

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


#feb0bd Background Color

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

This div background color is #feb0bd


#feb0bd Border Color

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

This div border color is #feb0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb0bd


Comments

No comments written yet.

Please login to write comment.