Color Hex Logo

#faf8cd Color Hex

#FAF8CD
(250,248,205)
0 Favorites   0 Comments

Color spaces of #faf8cd

RGB 250248205
HSL0.160.820.89
HSV57°18°98°
CMYK 0.000.010.18   0.02
XYZ84.011291.866671.0618
Yxy91.86660.34020.3720
Hunter Lab95.8471-11.274823.1349
CIE-Lab96.7657-6.212120.9413

#faf8cd color RGB value is (250,248,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 11001101
Octal 372 370 315
Decimal 250 248 205
Hex FA F8 CD

RGB Percentages of Color #faf8cd

%35.56
%35.28
%29.16

CMYK Percentages of Color #faf8cd

%0
%1
%18
%2

Triadic Colors of #faf8cd

#faf8cd #cdfaf8 #f8cdfa

Analogous Colors of #faf8cd

#faf8cd #e6facd #fae2cd

Monochromatic Colors of #faf8cd

#faf8cd

Complementary Color

#faf8cd #cdcffa

#faf8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf8cd Color CSS Codes

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

#faf8cd Text Font Color

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

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


#faf8cd Background Color

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

This div background color is #faf8cd


#faf8cd Border Color

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

This div border color is #faf8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf8cd


Comments

No comments written yet.

Please login to write comment.