Color Hex Logo

#febabe Color Hex

#FEBABE
(254,186,190)
0 Favorites   0 Comments

Color spaces of #febabe

RGB 254186190
HSL0.990.970.86
HSV356°27°100°
CMYK 0.000.270.25   0.00
XYZ67.726259.906356.7087
Yxy59.90630.36740.3250
Hunter Lab77.399220.743410.7389
CIE-Lab81.787225.09387.6849

#febabe color RGB value is (254,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10111110
Octal 376 272 276
Decimal 254 186 190
Hex FE BA BE

RGB Percentages of Color #febabe

%40.32
%29.52
%30.16

CMYK Percentages of Color #febabe

%0
%27
%25
%0

Triadic Colors of #febabe

#febabe #befeba #babefe

Analogous Colors of #febabe

#febabe #fed8ba #febae0

Monochromatic Colors of #febabe

#febabe

Complementary Color

#febabe #bafefa

#febabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#febabe Color CSS Codes

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

#febabe Text Font Color

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

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


#febabe Background Color

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

This div background color is #febabe


#febabe Border Color

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

This div border color is #febabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febabe

Related Colors


Comments

No comments written yet.

Please login to write comment.