Color Hex Logo

#febce2 Color Hex

#FEBCE2
(254,188,226)
0 Favorites   0 Comments

Color spaces of #febce2

RGB 254188226
HSL0.900.970.87
HSV325°26°100°
CMYK 0.000.260.11   0.00
XYZ72.583762.528380.1951
Yxy62.52830.33710.2904
Hunter Lab79.074825.4662-4.7776
CIE-Lab83.193629.4633-9.5939

#febce2 color RGB value is (254,188,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11100010
Octal 376 274 342
Decimal 254 188 226
Hex FE BC E2

RGB Percentages of Color #febce2

%38.02
%28.14
%33.83

CMYK Percentages of Color #febce2

%0
%26
%11
%0

Triadic Colors of #febce2

#febce2 #e2febc #bce2fe

Analogous Colors of #febce2

#febce2 #febcc1 #f9bcfe

Monochromatic Colors of #febce2

#febce2

Complementary Color

#febce2 #bcfed8

#febce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febce2 Color CSS Codes

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

#febce2 Text Font Color

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

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


#febce2 Background Color

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

This div background color is #febce2


#febce2 Border Color

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

This div border color is #febce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febce2

Related Colors


Comments

No comments written yet.

Please login to write comment.