Color Hex Logo

#faedff Color Hex

#FAEDFF
(250,237,255)
2 Favorites   0 Comments

Color spaces of #faedff

RGB 250237255
HSL0.791.000.96
HSV283°100°
CMYK 0.020.070.00   0.00
XYZ87.758588.1124106.9898
Yxy88.11240.31030.3115
Hunter Lab93.86822.6124-1.8703
CIE-Lab95.20827.5322-7.0957

#faedff color RGB value is (250,237,255).

#faedff hex color red value is 250, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #faedff hue: 0.79 , saturation: 1.00 and the lightness value of faedff is 0.96.

The process color (four color CMYK) of #faedff color hex is 0.02, 0.07, 0.00, 0.00. Web safe color of #faedff is #ffffff. Color #faedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11111111
Octal 372 355 377
Decimal 250 237 255
Hex FA ED FF

RGB Percentages of Color #faedff

%33.69
%31.94
%34.37

CMYK Percentages of Color #faedff

%2
%7
%0
%0

Triadic Colors of #faedff

#faedff #fffaed #edfffa

Analogous Colors of #faedff

#faedff #ffedfb #f1edff

Monochromatic Colors of #faedff

#faedff

Complementary Color

#faedff #f2ffed

#faedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedff Color CSS Codes

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

#faedff Text Font Color

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

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


#faedff Background Color

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

This div background color is #faedff


#faedff Border Color

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

This div border color is #faedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedff

Related Colors

#faedff Color Palettes


Comments

No comments written yet.

Please login to write comment.