Color Hex Logo

#fad8ed Color Hex

#FAD8ED
(250,216,237)
0 Favorites   0 Comments

Color spaces of #fad8ed

RGB 250216237
HSL0.900.770.91
HSV323°14°98°
CMYK 0.000.140.05   0.02
XYZ79.266375.550290.5256
Yxy75.55020.32310.3079
Hunter Lab86.919610.6736-0.9060
CIE-Lab89.650115.2494-5.9064

#fad8ed color RGB value is (250,216,237).

#fad8ed hex color red value is 250, green value is 216 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fad8ed hue: 0.90 , saturation: 0.77 and the lightness value of fad8ed is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 11101101
Octal 372 330 355
Decimal 250 216 237
Hex FA D8 ED

RGB Percentages of Color #fad8ed

%35.56
%30.73
%33.71

CMYK Percentages of Color #fad8ed

%0
%14
%5
%2

Triadic Colors of #fad8ed

#fad8ed #edfad8 #d8edfa

Analogous Colors of #fad8ed

#fad8ed #fad8dc #f6d8fa

Monochromatic Colors of #fad8ed

#fad8ed

Complementary Color

#fad8ed #d8fae5

#fad8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8ed Color CSS Codes

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

#fad8ed Text Font Color

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

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


#fad8ed Background Color

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

This div background color is #fad8ed


#fad8ed Border Color

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

This div border color is #fad8ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,216,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8ed

Related Colors


Comments

No comments written yet.

Please login to write comment.