Color Hex Logo

#fedde2 Color Hex

#FEDDE2
(254,221,226)
0 Favorites   0 Comments

Color spaces of #fedde2

RGB 254221226
HSL0.970.940.93
HSV351°13°100°
CMYK 0.000.130.11   0.00
XYZ80.457078.274782.8195
Yxy78.27470.33310.3241
Hunter Lab88.47307.49956.4298
CIE-Lab90.905112.18471.7528

#fedde2 color RGB value is (254,221,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11100010
Octal 376 335 342
Decimal 254 221 226
Hex FE DD E2

RGB Percentages of Color #fedde2

%36.23
%31.53
%32.24

CMYK Percentages of Color #fedde2

%0
%13
%11
%0

Triadic Colors of #fedde2

#fedde2 #e2fedd #dde2fe

Analogous Colors of #fedde2

#fedde2 #fee9dd #feddf3

Monochromatic Colors of #fedde2

#fedde2

Complementary Color

#fedde2 #ddfef9

#fedde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedde2 Color CSS Codes

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

#fedde2 Text Font Color

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

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


#fedde2 Background Color

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

This div background color is #fedde2


#fedde2 Border Color

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

This div border color is #fedde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedde2

Related Colors


Comments

No comments written yet.

Please login to write comment.