Color Hex Logo

#faf8da Color Hex

#FAF8DA
(250,248,218)
2 Favorites   0 Comments

Color spaces of #faf8da

RGB 250248218
HSL0.160.760.92
HSV56°13°98°
CMYK 0.000.010.13   0.02
XYZ85.646692.520879.6739
Yxy92.52080.33220.3588
Hunter Lab96.1877-9.390218.2205
CIE-Lab97.0328-4.269514.6590

#faf8da color RGB value is (250,248,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 11011010
Octal 372 370 332
Decimal 250 248 218
Hex FA F8 DA

RGB Percentages of Color #faf8da

%34.92
%34.64
%30.45

CMYK Percentages of Color #faf8da

%0
%1
%13
%2

Triadic Colors of #faf8da

#faf8da #dafaf8 #f8dafa

Analogous Colors of #faf8da

#faf8da #ecfada #fae8da

Monochromatic Colors of #faf8da

#faf8da

Complementary Color

#faf8da #dadcfa

#faf8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf8da Color CSS Codes

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

#faf8da Text Font Color

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

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


#faf8da Background Color

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

This div background color is #faf8da


#faf8da Border Color

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

This div border color is #faf8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf8da

Related Colors


Comments

No comments written yet.

Please login to write comment.