Color Hex Logo

#fedde9 Color Hex

#FEDDE9
(254,221,233)
0 Favorites   0 Comments

Color spaces of #fedde9

RGB 254221233
HSL0.940.940.93
HSV338°13°100°
CMYK 0.000.130.08   0.00
XYZ81.437578.666987.9828
Yxy78.66690.32830.3171
Hunter Lab88.69448.68023.2717
CIE-Lab91.083413.3300-1.6577

#fedde9 color RGB value is (254,221,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11101001
Octal 376 335 351
Decimal 254 221 233
Hex FE DD E9

RGB Percentages of Color #fedde9

%35.88
%31.21
%32.91

CMYK Percentages of Color #fedde9

%0
%13
%8
%0

Triadic Colors of #fedde9

#fedde9 #e9fedd #dde9fe

Analogous Colors of #fedde9

#fedde9 #fee2dd #feddfa

Monochromatic Colors of #fedde9

#fedde9

Complementary Color

#fedde9 #ddfef2

#fedde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedde9 Color CSS Codes

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

#fedde9 Text Font Color

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

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


#fedde9 Background Color

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

This div background color is #fedde9


#fedde9 Border Color

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

This div border color is #fedde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedde9

Related Colors

#fedde9 Color Palettes


Comments

No comments written yet.

Please login to write comment.