Color Hex Logo

#faf3eb Color Hex

#FAF3EB
(250,243,235)
0 Favorites   0 Comments

Color spaces of #faf3eb

RGB 250243235
HSL0.090.600.95
HSV32°98°
CMYK 0.000.030.06   0.02
XYZ86.470390.423391.4932
Yxy90.42330.32220.3369
Hunter Lab95.0912-4.09229.5172
CIE-Lab96.17210.98374.6707

#faf3eb color RGB value is (250,243,235).

#faf3eb hex color red value is 250, green value is 243 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #faf3eb hue: 0.09 , saturation: 0.60 and the lightness value of faf3eb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 11101011
Octal 372 363 353
Decimal 250 243 235
Hex FA F3 EB

RGB Percentages of Color #faf3eb

%34.34
%33.38
%32.28

CMYK Percentages of Color #faf3eb

%0
%3
%6
%2

Triadic Colors of #faf3eb

#faf3eb #ebfaf3 #f3ebfa

Analogous Colors of #faf3eb

#faf3eb #fafaeb #faeceb

Monochromatic Colors of #faf3eb

#faf3eb

Complementary Color

#faf3eb #ebf2fa

#faf3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf3eb Color CSS Codes

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

#faf3eb Text Font Color

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

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


#faf3eb Background Color

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

This div background color is #faf3eb


#faf3eb Border Color

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

This div border color is #faf3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf3eb

Related Colors


Comments

No comments written yet.

Please login to write comment.