Color Hex Logo

#faefc0 Color Hex

#FAEFC0
(250,239,192)
0 Favorites   0 Comments

Color spaces of #faefc0

RGB 250239192
HSL0.140.850.87
HSV49°23°98°
CMYK 0.000.040.23   0.02
XYZ79.805385.862862.2362
Yxy85.86280.35020.3767
Hunter Lab92.6622-8.425725.0416
CIE-Lab94.2537-3.529224.1118

#faefc0 color RGB value is (250,239,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11000000
Octal 372 357 300
Decimal 250 239 192
Hex FA EF C0

RGB Percentages of Color #faefc0

%36.71
%35.10
%28.19

CMYK Percentages of Color #faefc0

%0
%4
%23
%2

Triadic Colors of #faefc0

#faefc0 #c0faef #efc0fa

Analogous Colors of #faefc0

#faefc0 #e8fac0 #fad2c0

Monochromatic Colors of #faefc0

#faefc0

Complementary Color

#faefc0 #c0cbfa

#faefc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefc0 Color CSS Codes

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

#faefc0 Text Font Color

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

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


#faefc0 Background Color

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

This div background color is #faefc0


#faefc0 Border Color

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

This div border color is #faefc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefc0

Related Colors


Comments

No comments written yet.

Please login to write comment.