Color Hex Logo

#febebb Color Hex

#FEBEBB
(254,190,187)
0 Favorites   0 Comments

Color spaces of #febebb

RGB 254190187
HSL0.010.970.86
HSV26°100°
CMYK 0.000.250.26   0.00
XYZ68.256161.485655.2841
Yxy61.48560.36890.3323
Hunter Lab78.412818.156913.0871
CIE-Lab82.639122.583610.5126

#febebb color RGB value is (254,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10111011
Octal 376 276 273
Decimal 254 190 187
Hex FE BE BB

RGB Percentages of Color #febebb

%40.25
%30.11
%29.64

CMYK Percentages of Color #febebb

%0
%25
%26
%0

Triadic Colors of #febebb

#febebb #bbfebe #bebbfe

Analogous Colors of #febebb

#febebb #fee0bb #febbda

Monochromatic Colors of #febebb

#febebb

Complementary Color

#febebb #bbfbfe

#febebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febebb Color CSS Codes

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

#febebb Text Font Color

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

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


#febebb Background Color

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

This div background color is #febebb


#febebb Border Color

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

This div border color is #febebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febebb

Related Colors

#febebb Color Palettes


Comments

No comments written yet.

Please login to write comment.