Color Hex Logo

#fecbe0 Color Hex

#FECBE0
(254,203,224)
0 Favorites   0 Comments

Color spaces of #fecbe0

RGB 254203224
HSL0.930.960.90
HSV335°20°100°
CMYK 0.000.200.12   0.00
XYZ75.683569.164579.8821
Yxy69.16450.33680.3078
Hunter Lab83.165216.90271.2662
CIE-Lab86.585421.2586-3.5105

#fecbe0 color RGB value is (254,203,224).

#fecbe0 hex color red value is 254, green value is 203 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fecbe0 hue: 0.93 , saturation: 0.96 and the lightness value of fecbe0 is 0.90.

The process color (four color CMYK) of #fecbe0 color hex is 0.00, 0.20, 0.12, 0.00. Web safe color of #fecbe0 is #ffcccc. Color #fecbe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11100000
Octal 376 313 340
Decimal 254 203 224
Hex FE CB E0

RGB Percentages of Color #fecbe0

%37.30
%29.81
%32.89

CMYK Percentages of Color #fecbe0

%0
%20
%12
%0

Triadic Colors of #fecbe0

#fecbe0 #e0fecb #cbe0fe

Analogous Colors of #fecbe0

#fecbe0 #fed0cb #fecbfa

Monochromatic Colors of #fecbe0

#fecbe0

Complementary Color

#fecbe0 #cbfee9

#fecbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbe0 Color CSS Codes

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

#fecbe0 Text Font Color

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

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


#fecbe0 Background Color

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

This div background color is #fecbe0


#fecbe0 Border Color

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

This div border color is #fecbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbe0


Comments

No comments written yet.

Please login to write comment.