Color Hex Logo

#febfbe Color Hex

#FEBFBE
(254,191,190)
0 Favorites   0 Comments

Color spaces of #febfbe

RGB 254191190
HSL0.000.970.87
HSV25°100°
CMYK 0.000.250.25   0.00
XYZ68.798162.050157.0660
Yxy62.05010.36610.3302
Hunter Lab78.771918.048212.1879
CIE-Lab82.940122.46849.3353

#febfbe color RGB value is (254,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10111110
Octal 376 277 276
Decimal 254 191 190
Hex FE BF BE

RGB Percentages of Color #febfbe

%40.00
%30.08
%29.92

CMYK Percentages of Color #febfbe

%0
%25
%25
%0

Triadic Colors of #febfbe

#febfbe #befebf #bfbefe

Analogous Colors of #febfbe

#febfbe #fedfbe #febedd

Monochromatic Colors of #febfbe

#febfbe

Complementary Color

#febfbe #befdfe

#febfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfbe Color CSS Codes

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

#febfbe Text Font Color

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

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


#febfbe Background Color

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

This div background color is #febfbe


#febfbe Border Color

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

This div border color is #febfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfbe

Related Colors


Comments

No comments written yet.

Please login to write comment.