Color Hex Logo

#fad6e1 Color Hex

#FAD6E1
(250,214,225)
0 Favorites   0 Comments

Color spaces of #fad6e1

RGB 250214225
HSL0.950.780.91
HSV342°14°98°
CMYK 0.000.140.10   0.02
XYZ77.061573.853481.4277
Yxy73.85340.33170.3179
Hunter Lab85.93809.67133.9783
CIE-Lab88.853214.2798-0.7566

#fad6e1 color RGB value is (250,214,225).

#fad6e1 hex color red value is 250, green value is 214 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fad6e1 hue: 0.95 , saturation: 0.78 and the lightness value of fad6e1 is 0.91.

The process color (four color CMYK) of #fad6e1 color hex is 0.00, 0.14, 0.10, 0.02. Web safe color of #fad6e1 is #ffcccc. Color #fad6e1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 11100001
Octal 372 326 341
Decimal 250 214 225
Hex FA D6 E1

RGB Percentages of Color #fad6e1

%36.28
%31.06
%32.66

CMYK Percentages of Color #fad6e1

%0
%14
%10
%2

Triadic Colors of #fad6e1

#fad6e1 #e1fad6 #d6e1fa

Analogous Colors of #fad6e1

#fad6e1 #faddd6 #fad6f3

Monochromatic Colors of #fad6e1

#fad6e1

Complementary Color

#fad6e1 #d6faef

#fad6e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad6e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad6e1 Color CSS Codes

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

#fad6e1 Text Font Color

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

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


#fad6e1 Background Color

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

This div background color is #fad6e1


#fad6e1 Border Color

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

This div border color is #fad6e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad6e1


Comments

No comments written yet.

Please login to write comment.