Color Hex Logo

#fadeee Color Hex

#FADEEE
(250,222,238)
0 Favorites   1 Comments

Color spaces of #fadeee

RGB 250222238
HSL0.900.740.93
HSV326°11°98°
CMYK 0.000.110.05   0.02
XYZ80.978278.739691.8192
Yxy78.73960.32190.3130
Hunter Lab88.73537.60890.7642
CIE-Lab91.116312.2933-4.2700

#fadeee color RGB value is (250,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11101110
Octal 372 336 356
Decimal 250 222 238
Hex FA DE EE

RGB Percentages of Color #fadeee

%35.21
%31.27
%33.52

CMYK Percentages of Color #fadeee

%0
%11
%5
%2

Triadic Colors of #fadeee

#fadeee #eefade #deeefa

Analogous Colors of #fadeee

#fadeee #fadee0 #f8defa

Monochromatic Colors of #fadeee

#fadeee

Complementary Color

#fadeee #defaea

#fadeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeee Color CSS Codes

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

#fadeee Text Font Color

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

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


#fadeee Background Color

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

This div background color is #fadeee


#fadeee Border Color

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

This div border color is #fadeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,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 #fadeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeee


Comments

21 Jan 2023, 1:48 catqueenh_2

this color has faded

Please login to write comment.