Color Hex Logo

#fedeee Color Hex

#FEDEEE
(254,222,238)
0 Favorites   0 Comments

Color spaces of #fedeee

RGB 254222238
HSL0.920.940.93
HSV330°13°100°
CMYK 0.000.130.06   0.00
XYZ82.426979.486491.8870
Yxy79.48640.32480.3132
Hunter Lab89.15519.00771.3019
CIE-Lab91.453913.6482-3.7344

#fedeee color RGB value is (254,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11101110
Octal 376 336 356
Decimal 254 222 238
Hex FE DE EE

RGB Percentages of Color #fedeee

%35.57
%31.09
%33.33

CMYK Percentages of Color #fedeee

%0
%13
%6
%0

Triadic Colors of #fedeee

#fedeee #eefede #deeefe

Analogous Colors of #fedeee

#fedeee #fedede #fedefe

Monochromatic Colors of #fedeee

#fedeee

Complementary Color

#fedeee #defeee

#fedeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedeee Color CSS Codes

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

#fedeee Text Font Color

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

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


#fedeee Background Color

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

This div background color is #fedeee


#fedeee Border Color

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

This div border color is #fedeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedeee

Related Colors


Comments

No comments written yet.

Please login to write comment.