Color Hex Logo

#faefe6 Color Hex

#FAEFE6
(250,239,230)
0 Favorites   0 Comments

Color spaces of #faefe6

RGB 250239230
HSL0.080.670.94
HSV27°98°
CMYK 0.000.040.08   0.02
XYZ84.573887.770287.3467
Yxy87.77020.32570.3380
Hunter Lab93.6858-2.811110.3018
CIE-Lab95.06412.19145.6557

#faefe6 color RGB value is (250,239,230).

#faefe6 hex color red value is 250, green value is 239 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #faefe6 hue: 0.08 , saturation: 0.67 and the lightness value of faefe6 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11100110
Octal 372 357 346
Decimal 250 239 230
Hex FA EF E6

RGB Percentages of Color #faefe6

%34.77
%33.24
%31.99

CMYK Percentages of Color #faefe6

%0
%4
%8
%2

Triadic Colors of #faefe6

#faefe6 #e6faef #efe6fa

Analogous Colors of #faefe6

#faefe6 #faf9e6 #fae6e7

Monochromatic Colors of #faefe6

#faefe6

Complementary Color

#faefe6 #e6f1fa

#faefe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefe6 Color CSS Codes

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

#faefe6 Text Font Color

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

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


#faefe6 Background Color

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

This div background color is #faefe6


#faefe6 Border Color

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

This div border color is #faefe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefe6

#faefe6 Color Palettes


Comments

No comments written yet.

Please login to write comment.