Color Hex Logo

#faedf6 Color Hex

#FAEDF6
(250,237,246)
0 Favorites   0 Comments

Color spaces of #faedf6

RGB 250237246
HSL0.880.570.95
HSV318°98°
CMYK 0.000.050.02   0.02
XYZ86.343187.546299.5361
Yxy87.54620.31580.3202
Hunter Lab93.56610.97962.4233
CIE-Lab94.96955.9295-2.7783

#faedf6 color RGB value is (250,237,246).

#faedf6 hex color red value is 250, green value is 237 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #faedf6 hue: 0.88 , saturation: 0.57 and the lightness value of faedf6 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11110110
Octal 372 355 366
Decimal 250 237 246
Hex FA ED F6

RGB Percentages of Color #faedf6

%34.11
%32.33
%33.56

CMYK Percentages of Color #faedf6

%0
%5
%2
%2

Triadic Colors of #faedf6

#faedf6 #f6faed #edf6fa

Analogous Colors of #faedf6

#faedf6 #faedf0 #f8edfa

Monochromatic Colors of #faedf6

#faedf6

Complementary Color

#faedf6 #edfaf1

#faedf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedf6 Color CSS Codes

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

#faedf6 Text Font Color

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

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


#faedf6 Background Color

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

This div background color is #faedf6


#faedf6 Border Color

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

This div border color is #faedf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedf6

Related Colors


Comments

No comments written yet.

Please login to write comment.