Color Hex Logo

#febcbe Color Hex

#FEBCBE
(254,188,190)
0 Favorites   0 Comments

Color spaces of #febcbe

RGB 254188190
HSL0.990.970.87
HSV358°26°100°
CMYK 0.000.260.25   0.00
XYZ68.150560.755056.8502
Yxy60.75500.36690.3271
Hunter Lab77.945519.664211.3182
CIE-Lab82.246924.04338.3436

#febcbe color RGB value is (254,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10111110
Octal 376 274 276
Decimal 254 188 190
Hex FE BC BE

RGB Percentages of Color #febcbe

%40.19
%29.75
%30.06

CMYK Percentages of Color #febcbe

%0
%26
%25
%0

Triadic Colors of #febcbe

#febcbe #befebc #bcbefe

Analogous Colors of #febcbe

#febcbe #fedbbc #febcdf

Monochromatic Colors of #febcbe

#febcbe

Complementary Color

#febcbe #bcfefc

#febcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcbe Color CSS Codes

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

#febcbe Text Font Color

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

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


#febcbe Background Color

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

This div background color is #febcbe


#febcbe Border Color

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

This div border color is #febcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcbe


Comments

No comments written yet.

Please login to write comment.