Color Hex Logo

#faeefa Color Hex

#FAEEFA
(250,238,250)
0 Favorites   0 Comments

Color spaces of #faeefa

RGB 250238250
HSL0.830.550.96
HSV300°98°
CMYK 0.000.050.00   0.02
XYZ87.254288.3752102.9018
Yxy88.37520.31330.3173
Hunter Lab94.00811.16180.9065
CIE-Lab95.31876.1217-4.3399

#faeefa color RGB value is (250,238,250).

#faeefa hex color red value is 250, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #faeefa hue: 0.83 , saturation: 0.55 and the lightness value of faeefa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11111010
Octal 372 356 372
Decimal 250 238 250
Hex FA EE FA

RGB Percentages of Color #faeefa

%33.88
%32.25
%33.88

CMYK Percentages of Color #faeefa

%0
%5
%0
%2

Triadic Colors of #faeefa

#faeefa #fafaee #eefafa

Analogous Colors of #faeefa

#faeefa #faeef4 #f4eefa

Monochromatic Colors of #faeefa

#faeefa

Complementary Color

#faeefa #eefaee

#faeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeefa Color CSS Codes

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

#faeefa Text Font Color

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

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


#faeefa Background Color

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

This div background color is #faeefa


#faeefa Border Color

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

This div border color is #faeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.