Color Hex Logo

#faeaff Color Hex

#FAEAFF
(250,234,255)
0 Favorites   0 Comments

Color spaces of #faeaff

RGB 250234255
HSL0.791.000.96
HSV286°100°
CMYK 0.020.080.00   0.00
XYZ86.897286.3896106.7026
Yxy86.38960.31040.3085
Hunter Lab92.94604.2279-3.0031
CIE-Lab94.47879.0789-8.1755

#faeaff color RGB value is (250,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11111111
Octal 372 352 377
Decimal 250 234 255
Hex FA EA FF

RGB Percentages of Color #faeaff

%33.83
%31.66
%34.51

CMYK Percentages of Color #faeaff

%2
%8
%0
%0

Triadic Colors of #faeaff

#faeaff #fffaea #eafffa

Analogous Colors of #faeaff

#faeaff #ffeafa #f0eaff

Monochromatic Colors of #faeaff

#faeaff

Complementary Color

#faeaff #efffea

#faeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaff Color CSS Codes

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

#faeaff Text Font Color

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

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


#faeaff Background Color

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

This div background color is #faeaff


#faeaff Border Color

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

This div border color is #faeaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,234,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 #faeaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaff

Related Colors

#faeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.