Color Hex Logo

#fec6da Color Hex

#FEC6DA
(254,198,218)
0 Favorites   0 Comments

Color spaces of #fec6da

RGB 254198218
HSL0.940.970.89
HSV339°22°100°
CMYK 0.000.220.14   0.00
XYZ73.722066.521075.2839
Yxy66.52100.34210.3086
Hunter Lab81.560418.61442.3650
CIE-Lab85.261522.9266-2.2635

#fec6da color RGB value is (254,198,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 11011010
Octal 376 306 332
Decimal 254 198 218
Hex FE C6 DA

RGB Percentages of Color #fec6da

%37.91
%29.55
%32.54

CMYK Percentages of Color #fec6da

%0
%22
%14
%0

Triadic Colors of #fec6da

#fec6da #dafec6 #c6dafe

Analogous Colors of #fec6da

#fec6da #fecec6 #fec6f6

Monochromatic Colors of #fec6da

#fec6da

Complementary Color

#fec6da #c6feea

#fec6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec6da Color CSS Codes

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

#fec6da Text Font Color

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

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


#fec6da Background Color

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

This div background color is #fec6da


#fec6da Border Color

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

This div border color is #fec6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec6da

Related Colors


Comments

No comments written yet.

Please login to write comment.