Color Hex Logo

#febee3 Color Hex

#FEBEE3
(254,190,227)
0 Favorites   0 Comments

Color spaces of #febee3

RGB 254190227
HSL0.900.970.87
HSV325°25°100°
CMYK 0.000.250.11   0.00
XYZ73.151663.443881.0634
Yxy63.44380.33610.2915
Hunter Lab79.651624.5431-4.5848
CIE-Lab83.675328.5755-9.4128

#febee3 color RGB value is (254,190,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11100011
Octal 376 276 343
Decimal 254 190 227
Hex FE BE E3

RGB Percentages of Color #febee3

%37.85
%28.32
%33.83

CMYK Percentages of Color #febee3

%0
%25
%11
%0

Triadic Colors of #febee3

#febee3 #e3febe #bee3fe

Analogous Colors of #febee3

#febee3 #febec3 #f9befe

Monochromatic Colors of #febee3

#febee3

Complementary Color

#febee3 #befed9

#febee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febee3 Color CSS Codes

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

#febee3 Text Font Color

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

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


#febee3 Background Color

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

This div background color is #febee3


#febee3 Border Color

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

This div border color is #febee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febee3

Related Colors


Comments

No comments written yet.

Please login to write comment.