Color Hex Logo

#feddea Color Hex

#FEDDEA
(254,221,234)
0 Favorites   0 Comments

Color spaces of #feddea

RGB 254221234
HSL0.930.940.93
HSV336°13°100°
CMYK 0.000.130.08   0.00
XYZ81.580878.724288.7374
Yxy78.72420.32760.3161
Hunter Lab88.72678.85232.8115
CIE-Lab91.109413.4963-2.1439

#feddea color RGB value is (254,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11101010
Octal 376 335 352
Decimal 254 221 234
Hex FE DD EA

RGB Percentages of Color #feddea

%35.83
%31.17
%33.00

CMYK Percentages of Color #feddea

%0
%13
%8
%0

Triadic Colors of #feddea

#feddea #eafedd #ddeafe

Analogous Colors of #feddea

#feddea #fee1dd #feddfb

Monochromatic Colors of #feddea

#feddea

Complementary Color

#feddea #ddfef1

#feddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddea Color CSS Codes

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

#feddea Text Font Color

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

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


#feddea Background Color

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

This div background color is #feddea


#feddea Border Color

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

This div border color is #feddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddea

Related Colors

#feddea Color Palettes


Comments

No comments written yet.

Please login to write comment.