Color Hex Logo

#faf4dc Color Hex

#FAF4DC
(250,244,220)
1 Favorites   0 Comments

Color spaces of #faf4dc

RGB 250244220
HSL0.130.750.92
HSV48°12°98°
CMYK 0.000.020.12   0.02
XYZ84.693390.192780.6553
Yxy90.19270.33140.3529
Hunter Lab94.9698-7.012416.1255
CIE-Lab96.0766-1.946712.2735

#faf4dc color RGB value is (250,244,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 11011100
Octal 372 364 334
Decimal 250 244 220
Hex FA F4 DC

RGB Percentages of Color #faf4dc

%35.01
%34.17
%30.81

CMYK Percentages of Color #faf4dc

%0
%2
%12
%2

Triadic Colors of #faf4dc

#faf4dc #dcfaf4 #f4dcfa

Analogous Colors of #faf4dc

#faf4dc #f1fadc #fae5dc

Monochromatic Colors of #faf4dc

#faf4dc

Complementary Color

#faf4dc #dce2fa

#faf4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf4dc Color CSS Codes

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

#faf4dc Text Font Color

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

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


#faf4dc Background Color

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

This div background color is #faf4dc


#faf4dc Border Color

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

This div border color is #faf4dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,244,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 #faf4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf4dc

Related Colors


Comments

No comments written yet.

Please login to write comment.