Color Hex Logo

#fecfda Color Hex

#FECFDA
(254,207,218)
0 Favorites   0 Comments

Color spaces of #fecfda

RGB 254207218
HSL0.960.960.90
HSV346°19°100°
CMYK 0.000.190.14   0.00
XYZ75.840870.758475.9902
Yxy70.75840.34070.3179
Hunter Lab84.118013.72915.3214
CIE-Lab87.367518.20850.8162

#fecfda color RGB value is (254,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11011010
Octal 376 317 332
Decimal 254 207 218
Hex FE CF DA

RGB Percentages of Color #fecfda

%37.41
%30.49
%32.11

CMYK Percentages of Color #fecfda

%0
%19
%14
%0

Triadic Colors of #fecfda

#fecfda #dafecf #cfdafe

Analogous Colors of #fecfda

#fecfda #fedccf #fecff2

Monochromatic Colors of #fecfda

#fecfda

Complementary Color

#fecfda #cffef3

#fecfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfda Color CSS Codes

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

#fecfda Text Font Color

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

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


#fecfda Background Color

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

This div background color is #fecfda


#fecfda Border Color

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

This div border color is #fecfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfda


Comments

No comments written yet.

Please login to write comment.