Color Hex Logo

#fedce2 Color Hex

#FEDCE2
(254,220,226)
1 Favorites   0 Comments

Color spaces of #fedce2

RGB 254220226
HSL0.970.940.93
HSV349°13°100°
CMYK 0.000.130.11   0.00
XYZ80.193777.748282.7317
Yxy77.74820.33320.3230
Hunter Lab88.17498.03686.0926
CIE-Lab90.664912.70371.4031

#fedce2 color RGB value is (254,220,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11100010
Octal 376 334 342
Decimal 254 220 226
Hex FE DC E2

RGB Percentages of Color #fedce2

%36.29
%31.43
%32.29

CMYK Percentages of Color #fedce2

%0
%13
%11
%0

Triadic Colors of #fedce2

#fedce2 #e2fedc #dce2fe

Analogous Colors of #fedce2

#fedce2 #fee7dc #fedcf3

Monochromatic Colors of #fedce2

#fedce2

Complementary Color

#fedce2 #dcfef8

#fedce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedce2 Color CSS Codes

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

#fedce2 Text Font Color

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

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


#fedce2 Background Color

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

This div background color is #fedce2


#fedce2 Border Color

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

This div border color is #fedce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedce2

Related Colors

#fedce2 Color Palettes


Comments

No comments written yet.

Please login to write comment.