Color Hex Logo

#fec8d1 Color Hex

#FEC8D1
(254,200,209)
0 Favorites   0 Comments

Color spaces of #fec8d1

RGB 254200209
HSL0.970.960.89
HSV350°21°100°
CMYK 0.000.210.18   0.00
XYZ73.036066.982869.4012
Yxy66.98280.34880.3198
Hunter Lab81.843016.06667.0134
CIE-Lab85.495320.48962.8714

#fec8d1 color RGB value is (254,200,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11010001
Octal 376 310 321
Decimal 254 200 209
Hex FE C8 D1

RGB Percentages of Color #fec8d1

%38.31
%30.17
%31.52

CMYK Percentages of Color #fec8d1

%0
%21
%18
%0

Triadic Colors of #fec8d1

#fec8d1 #d1fec8 #c8d1fe

Analogous Colors of #fec8d1

#fec8d1 #fedac8 #fec8ec

Monochromatic Colors of #fec8d1

#fec8d1

Complementary Color

#fec8d1 #c8fef5

#fec8d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8d1 Color CSS Codes

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

#fec8d1 Text Font Color

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

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


#fec8d1 Background Color

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

This div background color is #fec8d1


#fec8d1 Border Color

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

This div border color is #fec8d1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,200,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fec8d1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8d1

Related Colors


Comments

No comments written yet.

Please login to write comment.