Color Hex Logo

#feb5bc Color Hex

#FEB5BC
(254,181,188)
0 Favorites   0 Comments

Color spaces of #feb5bc

RGB 254181188
HSL0.980.970.85
HSV354°29°100°
CMYK 0.000.290.26   0.00
XYZ66.474057.749455.2201
Yxy57.74940.37040.3218
Hunter Lab75.993023.153010.1122
CIE-Lab80.599327.44487.0572

#feb5bc color RGB value is (254,181,188).

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

The process color (four color CMYK) of #feb5bc color hex is 0.00, 0.29, 0.26, 0.00. Web safe color of #feb5bc is #ffcccc. Color #feb5bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 10111100
Octal 376 265 274
Decimal 254 181 188
Hex FE B5 BC

RGB Percentages of Color #feb5bc

%40.77
%29.05
%30.18

CMYK Percentages of Color #feb5bc

%0
%29
%26
%0

Triadic Colors of #feb5bc

#feb5bc #bcfeb5 #b5bcfe

Analogous Colors of #feb5bc

#feb5bc #fed3b5 #feb5e1

Monochromatic Colors of #feb5bc

#feb5bc

Complementary Color

#feb5bc #b5fef7

#feb5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5bc Color CSS Codes

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

#feb5bc Text Font Color

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

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


#feb5bc Background Color

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

This div background color is #feb5bc


#feb5bc Border Color

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

This div border color is #feb5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5bc


Comments

No comments written yet.

Please login to write comment.