Color Hex Logo

#faf7cd Color Hex

#FAF7CD
(250,247,205)
0 Favorites   0 Comments

Color spaces of #faf7cd

RGB 250247205
HSL0.160.820.89
HSV56°18°98°
CMYK 0.000.010.18   0.02
XYZ83.704691.253370.9596
Yxy91.25330.34040.3711
Hunter Lab95.5266-10.762022.8265
CIE-Lab96.5142-5.712520.5909

#faf7cd color RGB value is (250,247,205).

#faf7cd hex color red value is 250, green value is 247 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #faf7cd hue: 0.16 , saturation: 0.82 and the lightness value of faf7cd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 11001101
Octal 372 367 315
Decimal 250 247 205
Hex FA F7 CD

RGB Percentages of Color #faf7cd

%35.61
%35.19
%29.20

CMYK Percentages of Color #faf7cd

%0
%1
%18
%2

Triadic Colors of #faf7cd

#faf7cd #cdfaf7 #f7cdfa

Analogous Colors of #faf7cd

#faf7cd #e7facd #fae1cd

Monochromatic Colors of #faf7cd

#faf7cd

Complementary Color

#faf7cd #cdd0fa

#faf7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf7cd Color CSS Codes

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

#faf7cd Text Font Color

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

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


#faf7cd Background Color

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

This div background color is #faf7cd


#faf7cd Border Color

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

This div border color is #faf7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf7cd

#faf7cd Color Palettes


Comments

No comments written yet.

Please login to write comment.