Color Hex Logo

#fecfe5 Color Hex

#FECFE5
(254,207,229)
0 Favorites   0 Comments

Color spaces of #fecfe5

RGB 254207229
HSL0.920.960.90
HSV332°19°100°
CMYK 0.000.190.10   0.00
XYZ77.328771.353683.8257
Yxy71.35360.33260.3069
Hunter Lab84.471115.58280.2927
CIE-Lab87.656519.9759-4.5846

#fecfe5 color RGB value is (254,207,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11100101
Octal 376 317 345
Decimal 254 207 229
Hex FE CF E5

RGB Percentages of Color #fecfe5

%36.81
%30.00
%33.19

CMYK Percentages of Color #fecfe5

%0
%19
%10
%0

Triadic Colors of #fecfe5

#fecfe5 #e5fecf #cfe5fe

Analogous Colors of #fecfe5

#fecfe5 #fed1cf #fecffd

Monochromatic Colors of #fecfe5

#fecfe5

Complementary Color

#fecfe5 #cffee8

#fecfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfe5 Color CSS Codes

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

#fecfe5 Text Font Color

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

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


#fecfe5 Background Color

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

This div background color is #fecfe5


#fecfe5 Border Color

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

This div border color is #fecfe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,207,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 #fecfe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfe5

Related Colors

#fecfe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.