Color Hex Logo

#faefc4 Color Hex

#FAEFC4
(250,239,196)
0 Favorites   0 Comments

Color spaces of #faefc4

RGB 250239196
HSL0.130.840.87
HSV48°22°98°
CMYK 0.000.040.22   0.02
XYZ80.254686.042564.6025
Yxy86.04250.34760.3726
Hunter Lab92.7591-7.891323.6386
CIE-Lab94.3305-2.977022.1668

#faefc4 color RGB value is (250,239,196).

#faefc4 hex color red value is 250, green value is 239 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #faefc4 hue: 0.13 , saturation: 0.84 and the lightness value of faefc4 is 0.87.

The process color (four color CMYK) of #faefc4 color hex is 0.00, 0.04, 0.22, 0.02. Web safe color of #faefc4 is #ffffcc. Color #faefc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11000100
Octal 372 357 304
Decimal 250 239 196
Hex FA EF C4

RGB Percentages of Color #faefc4

%36.50
%34.89
%28.61

CMYK Percentages of Color #faefc4

%0
%4
%22
%2

Triadic Colors of #faefc4

#faefc4 #c4faef #efc4fa

Analogous Colors of #faefc4

#faefc4 #eafac4 #fad4c4

Monochromatic Colors of #faefc4

#faefc4

Complementary Color

#faefc4 #c4cffa

#faefc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefc4 Color CSS Codes

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

#faefc4 Text Font Color

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

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


#faefc4 Background Color

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

This div background color is #faefc4


#faefc4 Border Color

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

This div border color is #faefc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefc4


Comments

No comments written yet.

Please login to write comment.