Color Hex Logo

#faddee Color Hex

#FADDEE
(250,221,238)
0 Favorites   0 Comments

Color spaces of #faddee

RGB 250221238
HSL0.900.740.92
HSV325°12°98°
CMYK 0.000.120.05   0.02
XYZ80.713478.209991.7309
Yxy78.20990.32200.3120
Hunter Lab88.43648.14830.4067
CIE-Lab90.875612.8138-4.6244

#faddee color RGB value is (250,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11101110
Octal 372 335 356
Decimal 250 221 238
Hex FA DD EE

RGB Percentages of Color #faddee

%35.26
%31.17
%33.57

CMYK Percentages of Color #faddee

%0
%12
%5
%2

Triadic Colors of #faddee

#faddee #eefadd #ddeefa

Analogous Colors of #faddee

#faddee #fadde0 #f8ddfa

Monochromatic Colors of #faddee

#faddee

Complementary Color

#faddee #ddfae9

#faddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddee Color CSS Codes

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

#faddee Text Font Color

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

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


#faddee Background Color

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

This div background color is #faddee


#faddee Border Color

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

This div border color is #faddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddee


Comments

No comments written yet.

Please login to write comment.