Color Hex Logo

#faf7dc Color Hex

#FAF7DC
(250,247,220)
0 Favorites   0 Comments

Color spaces of #faf7dc

RGB 250247220
HSL0.150.750.92
HSV54°12°98°
CMYK 0.000.010.12   0.02
XYZ85.603492.012880.9586
Yxy92.01280.33110.3558
Hunter Lab95.9233-8.569717.1060
CIE-Lab96.8255-3.457413.3381

#faf7dc color RGB value is (250,247,220).

#faf7dc hex color red value is 250, green value is 247 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #faf7dc hue: 0.15 , saturation: 0.75 and the lightness value of faf7dc is 0.92.

The process color (four color CMYK) of #faf7dc color hex is 0.00, 0.01, 0.12, 0.02. Web safe color of #faf7dc is #ffffcc. Color #faf7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 11011100
Octal 372 367 334
Decimal 250 247 220
Hex FA F7 DC

RGB Percentages of Color #faf7dc

%34.87
%34.45
%30.68

CMYK Percentages of Color #faf7dc

%0
%1
%12
%2

Triadic Colors of #faf7dc

#faf7dc #dcfaf7 #f7dcfa

Analogous Colors of #faf7dc

#faf7dc #eefadc #fae8dc

Monochromatic Colors of #faf7dc

#faf7dc

Complementary Color

#faf7dc #dcdffa

#faf7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf7dc Color CSS Codes

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

#faf7dc Text Font Color

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

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


#faf7dc Background Color

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

This div background color is #faf7dc


#faf7dc Border Color

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

This div border color is #faf7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf7dc

Related Colors


Comments

No comments written yet.

Please login to write comment.