Color Hex Logo

#feb1ba Color Hex

#FEB1BA
(254,177,186)
0 Favorites   0 Comments

Color spaces of #feb1ba

RGB 254177186
HSL0.980.970.85
HSV353°30°100°
CMYK 0.000.300.27   0.00
XYZ65.458156.060353.8251
Yxy56.06030.37330.3197
Hunter Lab74.873425.02519.7889
CIE-Lab79.648129.27206.7718

#feb1ba color RGB value is (254,177,186).

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

The process color (four color CMYK) of #feb1ba color hex is 0.00, 0.30, 0.27, 0.00. Web safe color of #feb1ba is #ff99cc. Color #feb1ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 10111010
Octal 376 261 272
Decimal 254 177 186
Hex FE B1 BA

RGB Percentages of Color #feb1ba

%41.17
%28.69
%30.15

CMYK Percentages of Color #feb1ba

%0
%30
%27
%0

Triadic Colors of #feb1ba

#feb1ba #bafeb1 #b1bafe

Analogous Colors of #feb1ba

#feb1ba #fecfb1 #feb1e1

Monochromatic Colors of #feb1ba

#feb1ba

Complementary Color

#feb1ba #b1fef5

#feb1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb1ba Color CSS Codes

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

#feb1ba Text Font Color

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

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


#feb1ba Background Color

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

This div background color is #feb1ba


#feb1ba Border Color

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

This div border color is #feb1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb1ba


Comments

No comments written yet.

Please login to write comment.