Color Hex Logo

#faefee Color Hex

#FAEFEE
(250,239,238)
0 Favorites   0 Comments

Color spaces of #faefee

RGB 250239238
HSL0.010.550.96
HSV98°
CMYK 0.000.040.05   0.02
XYZ85.723588.230093.4009
Yxy88.23000.32060.3300
Hunter Lab93.9308-1.47566.7961
CIE-Lab95.25773.52631.7915

#faefee color RGB value is (250,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11101110
Octal 372 357 356
Decimal 250 239 238
Hex FA EF EE

RGB Percentages of Color #faefee

%34.39
%32.87
%32.74

CMYK Percentages of Color #faefee

%0
%4
%5
%2

Triadic Colors of #faefee

#faefee #eefaef #efeefa

Analogous Colors of #faefee

#faefee #faf5ee #faeef3

Monochromatic Colors of #faefee

#faefee

Complementary Color

#faefee #eef9fa

#faefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefee Color CSS Codes

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

#faefee Text Font Color

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

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


#faefee Background Color

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

This div background color is #faefee


#faefee Border Color

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

This div border color is #faefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefee

Related Colors

#faefee Color Palettes


Comments

No comments written yet.

Please login to write comment.