Color Hex Logo

#feddf2 Color Hex

#FEDDF2
(254,221,242)
0 Favorites   0 Comments

Color spaces of #feddf2

RGB 254221242
HSL0.890.940.93
HSV322°13°100°
CMYK 0.000.130.05   0.00
XYZ82.756579.194594.9287
Yxy79.19450.32220.3083
Hunter Lab88.991310.2594-0.9519
CIE-Lab91.322214.8506-6.0243

#feddf2 color RGB value is (254,221,242).

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

The process color (four color CMYK) of #feddf2 color hex is 0.00, 0.13, 0.05, 0.00. Web safe color of #feddf2 is #ffccff. Color #feddf2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11110010
Octal 376 335 362
Decimal 254 221 242
Hex FE DD F2

RGB Percentages of Color #feddf2

%35.43
%30.82
%33.75

CMYK Percentages of Color #feddf2

%0
%13
%5
%0

Triadic Colors of #feddf2

#feddf2 #f2fedd #ddf2fe

Analogous Colors of #feddf2

#feddf2 #fedde2 #faddfe

Monochromatic Colors of #feddf2

#feddf2

Complementary Color

#feddf2 #ddfee9

#feddf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddf2 Color CSS Codes

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

#feddf2 Text Font Color

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

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


#feddf2 Background Color

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

This div background color is #feddf2


#feddf2 Border Color

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

This div border color is #feddf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddf2

Related Colors


Comments

No comments written yet.

Please login to write comment.