Color Hex Logo

#feddf0 Color Hex

#FEDDF0
(254,221,240)
0 Favorites   0 Comments

Color spaces of #feddf0

RGB 254221240
HSL0.900.940.93
HSV325°13°100°
CMYK 0.000.130.06   0.00
XYZ82.457779.075093.3551
Yxy79.07500.32350.3102
Hunter Lab88.92419.90250.0025
CIE-Lab91.268214.5080-5.0558

#feddf0 color RGB value is (254,221,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11110000
Octal 376 335 360
Decimal 254 221 240
Hex FE DD F0

RGB Percentages of Color #feddf0

%35.52
%30.91
%33.57

CMYK Percentages of Color #feddf0

%0
%13
%6
%0

Triadic Colors of #feddf0

#feddf0 #f0fedd #ddf0fe

Analogous Colors of #feddf0

#feddf0 #fedde0 #fcddfe

Monochromatic Colors of #feddf0

#feddf0

Complementary Color

#feddf0 #ddfeeb

#feddf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddf0 Color CSS Codes

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

#feddf0 Text Font Color

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

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


#feddf0 Background Color

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

This div background color is #feddf0


#feddf0 Border Color

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

This div border color is #feddf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddf0


Comments

No comments written yet.

Please login to write comment.