Color Hex Logo

#febee5 Color Hex

#FEBEE5
(254,190,229)
0 Favorites   0 Comments

Color spaces of #febee5

RGB 254190229
HSL0.900.970.87
HSV323°25°100°
CMYK 0.000.250.10   0.00
XYZ73.429463.554982.5259
Yxy63.55490.33450.2895
Hunter Lab79.721324.8997-5.5709
CIE-Lab83.733528.9042-10.3961

#febee5 color RGB value is (254,190,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11100101
Octal 376 276 345
Decimal 254 190 229
Hex FE BE E5

RGB Percentages of Color #febee5

%37.74
%28.23
%34.03

CMYK Percentages of Color #febee5

%0
%25
%10
%0

Triadic Colors of #febee5

#febee5 #e5febe #bee5fe

Analogous Colors of #febee5

#febee5 #febec5 #f7befe

Monochromatic Colors of #febee5

#febee5

Complementary Color

#febee5 #befed7

#febee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febee5 Color CSS Codes

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

#febee5 Text Font Color

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

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


#febee5 Background Color

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

This div background color is #febee5


#febee5 Border Color

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

This div border color is #febee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febee5

Related Colors


Comments

No comments written yet.

Please login to write comment.