Color Hex Logo

#fecfed Color Hex

#FECFED
(254,207,237)
0 Favorites   0 Comments

Color spaces of #fecfed

RGB 254207237
HSL0.890.960.90
HSV322°19°100°
CMYK 0.000.190.07   0.00
XYZ78.471971.810989.8457
Yxy71.81090.32680.2991
Hunter Lab84.741316.9967-3.5424
CIE-Lab87.877521.3124-8.4906

#fecfed color RGB value is (254,207,237).

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

The process color (four color CMYK) of #fecfed color hex is 0.00, 0.19, 0.07, 0.00. Web safe color of #fecfed is #ffccff. Color #fecfed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11101101
Octal 376 317 355
Decimal 254 207 237
Hex FE CF ED

RGB Percentages of Color #fecfed

%36.39
%29.66
%33.95

CMYK Percentages of Color #fecfed

%0
%19
%7
%0

Triadic Colors of #fecfed

#fecfed #edfecf #cfedfe

Analogous Colors of #fecfed

#fecfed #fecfd6 #f8cffe

Monochromatic Colors of #fecfed

#fecfed

Complementary Color

#fecfed #cffee0

#fecfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfed Color CSS Codes

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

#fecfed Text Font Color

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

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


#fecfed Background Color

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

This div background color is #fecfed


#fecfed Border Color

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

This div border color is #fecfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfed

Related Colors


Comments

No comments written yet.

Please login to write comment.