Color Hex Logo

#fecfde Color Hex

#FECFDE
(254,207,222)
0 Favorites   0 Comments

Color spaces of #fecfde

RGB 254207222
HSL0.950.960.90
HSV341°19°100°
CMYK 0.000.190.13   0.00
XYZ76.370770.970478.7807
Yxy70.97040.33770.3139
Hunter Lab84.243914.39093.5257
CIE-Lab87.470618.8416-1.1515

#fecfde color RGB value is (254,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11011110
Octal 376 317 336
Decimal 254 207 222
Hex FE CF DE

RGB Percentages of Color #fecfde

%37.19
%30.31
%32.50

CMYK Percentages of Color #fecfde

%0
%19
%13
%0

Triadic Colors of #fecfde

#fecfde #defecf #cfdefe

Analogous Colors of #fecfde

#fecfde #fed8cf #fecff6

Monochromatic Colors of #fecfde

#fecfde

Complementary Color

#fecfde #cffeef

#fecfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfde Color CSS Codes

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

#fecfde Text Font Color

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

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


#fecfde Background Color

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

This div background color is #fecfde


#fecfde Border Color

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

This div border color is #fecfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfde

Related Colors


Comments

No comments written yet.

Please login to write comment.