Color Hex Logo

#feddf8 Color Hex

#FEDDF8
(254,221,248)
0 Favorites   0 Comments

Color spaces of #feddf8

RGB 254221248
HSL0.860.940.93
HSV311°13°100°
CMYK 0.000.130.02   0.00
XYZ83.672879.561099.7537
Yxy79.56100.31820.3025
Hunter Lab89.197011.3504-3.8693
CIE-Lab91.487515.8937-8.9231

#feddf8 color RGB value is (254,221,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11111000
Octal 376 335 370
Decimal 254 221 248
Hex FE DD F8

RGB Percentages of Color #feddf8

%35.13
%30.57
%34.30

CMYK Percentages of Color #feddf8

%0
%13
%2
%0

Triadic Colors of #feddf8

#feddf8 #f8fedd #ddf8fe

Analogous Colors of #feddf8

#feddf8 #fedde8 #f4ddfe

Monochromatic Colors of #feddf8

#feddf8

Complementary Color

#feddf8 #ddfee3

#feddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddf8 Color CSS Codes

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

#feddf8 Text Font Color

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

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


#feddf8 Background Color

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

This div background color is #feddf8


#feddf8 Border Color

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

This div border color is #feddf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddf8

Related Colors


Comments

No comments written yet.

Please login to write comment.