Color Hex Logo

#feb5cb Color Hex

#FEB5CB
(254,181,203)
0 Favorites   0 Comments

Color spaces of #feb5cb

RGB 254181203
HSL0.950.970.85
HSV342°29°100°
CMYK 0.000.290.20   0.00
XYZ68.176458.430464.1848
Yxy58.43040.35730.3063
Hunter Lab76.439825.43403.7233
CIE-Lab80.977529.5714-0.4927

#feb5cb color RGB value is (254,181,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 11001011
Octal 376 265 313
Decimal 254 181 203
Hex FE B5 CB

RGB Percentages of Color #feb5cb

%39.81
%28.37
%31.82

CMYK Percentages of Color #feb5cb

%0
%29
%20
%0

Triadic Colors of #feb5cb

#feb5cb #cbfeb5 #b5cbfe

Analogous Colors of #feb5cb

#feb5cb #fec4b5 #feb5f0

Monochromatic Colors of #feb5cb

#feb5cb

Complementary Color

#feb5cb #b5fee8

#feb5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5cb Color CSS Codes

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

#feb5cb Text Font Color

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

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


#feb5cb Background Color

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

This div background color is #feb5cb


#feb5cb Border Color

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

This div border color is #feb5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5cb

Related Colors


Comments

No comments written yet.

Please login to write comment.