Color Hex Logo

#fec0da Color Hex

#FEC0DA
(254,192,218)
0 Favorites   0 Comments

Color spaces of #fec0da

RGB 254192218
HSL0.930.970.87
HSV335°24°100°
CMYK 0.000.240.14   0.00
XYZ72.377663.832174.8358
Yxy63.83210.34290.3025
Hunter Lab79.895021.88850.3909
CIE-Lab83.878326.0790-4.2968

#fec0da color RGB value is (254,192,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 11011010
Octal 376 300 332
Decimal 254 192 218
Hex FE C0 DA

RGB Percentages of Color #fec0da

%38.25
%28.92
%32.83

CMYK Percentages of Color #fec0da

%0
%24
%14
%0

Triadic Colors of #fec0da

#fec0da #dafec0 #c0dafe

Analogous Colors of #fec0da

#fec0da #fec5c0 #fec0f9

Monochromatic Colors of #fec0da

#fec0da

Complementary Color

#fec0da #c0fee4

#fec0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec0da Color CSS Codes

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

#fec0da Text Font Color

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

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


#fec0da Background Color

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

This div background color is #fec0da


#fec0da Border Color

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

This div border color is #fec0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec0da


Comments

No comments written yet.

Please login to write comment.