Color Hex Logo

#febae1 Color Hex

#FEBAE1
(254,186,225)
0 Favorites   0 Comments

Color spaces of #febae1

RGB 254186225
HSL0.900.970.86
HSV326°27°100°
CMYK 0.000.270.11   0.00
XYZ72.022661.624979.3330
Yxy61.62490.33820.2893
Hunter Lab78.501526.3903-4.9669
CIE-Lab82.713530.3517-9.7720

#febae1 color RGB value is (254,186,225).

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

The process color (four color CMYK) of #febae1 color hex is 0.00, 0.27, 0.11, 0.00. Web safe color of #febae1 is #ffcccc. Color #febae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11100001
Octal 376 272 341
Decimal 254 186 225
Hex FE BA E1

RGB Percentages of Color #febae1

%38.20
%27.97
%33.83

CMYK Percentages of Color #febae1

%0
%27
%11
%0

Triadic Colors of #febae1

#febae1 #e1feba #bae1fe

Analogous Colors of #febae1

#febae1 #febabf #f9bafe

Monochromatic Colors of #febae1

#febae1

Complementary Color

#febae1 #bafed7

#febae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febae1 Color CSS Codes

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

#febae1 Text Font Color

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

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


#febae1 Background Color

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

This div background color is #febae1


#febae1 Border Color

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

This div border color is #febae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febae1


Comments

No comments written yet.

Please login to write comment.