Color Hex Logo

#fed1de Color Hex

#FED1DE
(254,209,222)
0 Favorites   0 Comments

Color spaces of #fed1de

RGB 254209222
HSL0.950.960.91
HSV343°18°100°
CMYK 0.000.180.13   0.00
XYZ76.858371.945778.9433
Yxy71.94570.33750.3159
Hunter Lab84.820813.30704.1930
CIE-Lab87.942417.7951-0.4614

#fed1de color RGB value is (254,209,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 11011110
Octal 376 321 336
Decimal 254 209 222
Hex FE D1 DE

RGB Percentages of Color #fed1de

%37.08
%30.51
%32.41

CMYK Percentages of Color #fed1de

%0
%18
%13
%0

Triadic Colors of #fed1de

#fed1de #defed1 #d1defe

Analogous Colors of #fed1de

#fed1de #fedbd1 #fed1f5

Monochromatic Colors of #fed1de

#fed1de

Complementary Color

#fed1de #d1fef1

#fed1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed1de Color CSS Codes

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

#fed1de Text Font Color

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

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


#fed1de Background Color

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

This div background color is #fed1de


#fed1de Border Color

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

This div border color is #fed1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed1de


Comments

No comments written yet.

Please login to write comment.