Color Hex Logo

#febbe1 Color Hex

#FEBBE1
(254,187,225)
0 Favorites   0 Comments

Color spaces of #febbe1

RGB 254187225
HSL0.910.970.86
HSV326°26°100°
CMYK 0.000.260.11   0.00
XYZ72.234062.047779.4034
Yxy62.04770.33800.2904
Hunter Lab78.770425.8399-4.6272
CIE-Lab82.938829.8264-9.4368

#febbe1 color RGB value is (254,187,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11100001
Octal 376 273 341
Decimal 254 187 225
Hex FE BB E1

RGB Percentages of Color #febbe1

%38.14
%28.08
%33.78

CMYK Percentages of Color #febbe1

%0
%26
%11
%0

Triadic Colors of #febbe1

#febbe1 #e1febb #bbe1fe

Analogous Colors of #febbe1

#febbe1 #febbc0 #fabbfe

Monochromatic Colors of #febbe1

#febbe1

Complementary Color

#febbe1 #bbfed8

#febbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbe1 Color CSS Codes

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

#febbe1 Text Font Color

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

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


#febbe1 Background Color

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

This div background color is #febbe1


#febbe1 Border Color

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

This div border color is #febbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbe1


Comments

No comments written yet.

Please login to write comment.