Color Hex Logo

#fec8da Color Hex

#FEC8DA
(254,200,218)
0 Favorites   0 Comments

Color spaces of #fec8da

RGB 254200218
HSL0.940.960.89
HSV340°21°100°
CMYK 0.000.210.14   0.00
XYZ74.182267.441375.4373
Yxy67.44130.34180.3107
Hunter Lab82.122717.52623.0225
CIE-Lab85.726321.8769-1.5821

#fec8da color RGB value is (254,200,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11011010
Octal 376 310 332
Decimal 254 200 218
Hex FE C8 DA

RGB Percentages of Color #fec8da

%37.80
%29.76
%32.44

CMYK Percentages of Color #fec8da

%0
%21
%14
%0

Triadic Colors of #fec8da

#fec8da #dafec8 #c8dafe

Analogous Colors of #fec8da

#fec8da #fed1c8 #fec8f5

Monochromatic Colors of #fec8da

#fec8da

Complementary Color

#fec8da #c8feec

#fec8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8da Color CSS Codes

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

#fec8da Text Font Color

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

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


#fec8da Background Color

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

This div background color is #fec8da


#fec8da Border Color

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

This div border color is #fec8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8da

Related Colors

#fec8da Color Palettes


Comments

No comments written yet.

Please login to write comment.