Color Hex Logo

#fec4da Color Hex

#FEC4DA
(254,196,218)
0 Favorites   0 Comments

Color spaces of #fec4da

RGB 254196218
HSL0.940.970.88
HSV337°23°100°
CMYK 0.000.230.14   0.00
XYZ73.267965.612675.1325
Yxy65.61260.34240.3066
Hunter Lab81.001619.70471.7071
CIE-Lab84.798423.9773-2.9433

#fec4da color RGB value is (254,196,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 11011010
Octal 376 304 332
Decimal 254 196 218
Hex FE C4 DA

RGB Percentages of Color #fec4da

%38.02
%29.34
%32.63

CMYK Percentages of Color #fec4da

%0
%23
%14
%0

Triadic Colors of #fec4da

#fec4da #dafec4 #c4dafe

Analogous Colors of #fec4da

#fec4da #fecbc4 #fec4f7

Monochromatic Colors of #fec4da

#fec4da

Complementary Color

#fec4da #c4fee8

#fec4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec4da Color CSS Codes

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

#fec4da Text Font Color

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

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


#fec4da Background Color

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

This div background color is #fec4da


#fec4da Border Color

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

This div border color is #fec4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec4da

Related Colors


Comments

No comments written yet.

Please login to write comment.