Color Hex Logo

#fec2da Color Hex

#FEC2DA
(254,194,218)
0 Favorites   0 Comments

Color spaces of #fec2da

RGB 254194218
HSL0.930.970.88
HSV336°24°100°
CMYK 0.000.240.14   0.00
XYZ72.819764.716474.9832
Yxy64.71640.34260.3045
Hunter Lab80.446520.79581.0491
CIE-Lab84.337425.0278-3.6210

#fec2da color RGB value is (254,194,218).

#fec2da hex color red value is 254, green value is 194 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fec2da hue: 0.93 , saturation: 0.97 and the lightness value of fec2da is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 11011010
Octal 376 302 332
Decimal 254 194 218
Hex FE C2 DA

RGB Percentages of Color #fec2da

%38.14
%29.13
%32.73

CMYK Percentages of Color #fec2da

%0
%24
%14
%0

Triadic Colors of #fec2da

#fec2da #dafec2 #c2dafe

Analogous Colors of #fec2da

#fec2da #fec8c2 #fec2f8

Monochromatic Colors of #fec2da

#fec2da

Complementary Color

#fec2da #c2fee6

#fec2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec2da Color CSS Codes

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

#fec2da Text Font Color

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

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


#fec2da Background Color

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

This div background color is #fec2da


#fec2da Border Color

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

This div border color is #fec2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec2da


Comments

No comments written yet.

Please login to write comment.