Color Hex Logo

#fadae6 Color Hex

#FADAE6
(250,218,230)
0 Favorites   0 Comments

Color spaces of #fadae6

RGB 250218230
HSL0.940.760.92
HSV338°13°98°
CMYK 0.000.130.08   0.02
XYZ78.778776.180085.4150
Yxy76.18000.32770.3169
Hunter Lab87.28128.36953.0745
CIE-Lab89.942813.0205-1.7939

#fadae6 color RGB value is (250,218,230).

#fadae6 hex color red value is 250, green value is 218 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fadae6 hue: 0.94 , saturation: 0.76 and the lightness value of fadae6 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11100110
Octal 372 332 346
Decimal 250 218 230
Hex FA DA E6

RGB Percentages of Color #fadae6

%35.82
%31.23
%32.95

CMYK Percentages of Color #fadae6

%0
%13
%8
%2

Triadic Colors of #fadae6

#fadae6 #e6fada #dae6fa

Analogous Colors of #fadae6

#fadae6 #fadeda #fadaf6

Monochromatic Colors of #fadae6

#fadae6

Complementary Color

#fadae6 #dafaee

#fadae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadae6 Color CSS Codes

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

#fadae6 Text Font Color

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

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


#fadae6 Background Color

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

This div background color is #fadae6


#fadae6 Border Color

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

This div border color is #fadae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadae6


Comments

No comments written yet.

Please login to write comment.