Color Hex Logo

#febeb5 Color Hex

#FEBEB5
(254,190,181)
0 Favorites   0 Comments

Color spaces of #febeb5

RGB 254190181
HSL0.020.970.85
HSV29°100°
CMYK 0.000.250.29   0.00
XYZ67.627061.233951.9711
Yxy61.23390.37400.3386
Hunter Lab78.252117.322115.3990
CIE-Lab82.504321.784713.5333

#febeb5 color RGB value is (254,190,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10110101
Octal 376 276 265
Decimal 254 190 181
Hex FE BE B5

RGB Percentages of Color #febeb5

%40.64
%30.40
%28.96

CMYK Percentages of Color #febeb5

%0
%25
%29
%0

Triadic Colors of #febeb5

#febeb5 #b5febe #beb5fe

Analogous Colors of #febeb5

#febeb5 #fee3b5 #feb5d1

Monochromatic Colors of #febeb5

#febeb5

Complementary Color

#febeb5 #b5f5fe

#febeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febeb5 Color CSS Codes

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

#febeb5 Text Font Color

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

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


#febeb5 Background Color

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

This div background color is #febeb5


#febeb5 Border Color

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

This div border color is #febeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febeb5

Related Colors


Comments

No comments written yet.

Please login to write comment.