Color Hex Logo

#febacb Color Hex

#FEBACB
(254,186,203)
0 Favorites   0 Comments

Color spaces of #febacb

RGB 254186203
HSL0.960.970.86
HSV345°27°100°
CMYK 0.000.270.20   0.00
XYZ69.211460.500464.5298
Yxy60.50040.35630.3115
Hunter Lab77.782022.71305.2590
CIE-Lab82.109426.94591.1590

#febacb color RGB value is (254,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11001011
Octal 376 272 313
Decimal 254 186 203
Hex FE BA CB

RGB Percentages of Color #febacb

%39.50
%28.93
%31.57

CMYK Percentages of Color #febacb

%0
%27
%20
%0

Triadic Colors of #febacb

#febacb #cbfeba #bacbfe

Analogous Colors of #febacb

#febacb #fecbba #febaed

Monochromatic Colors of #febacb

#febacb

Complementary Color

#febacb #bafeed

#febacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febacb Color CSS Codes

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

#febacb Text Font Color

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

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


#febacb Background Color

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

This div background color is #febacb


#febacb Border Color

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

This div border color is #febacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,186,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 #febacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febacb

Related Colors


Comments

No comments written yet.

Please login to write comment.