Color Hex Logo

#faf2da Color Hex

#FAF2DA
(250,242,218)
0 Favorites   0 Comments

Color spaces of #faf2da

RGB 250242218
HSL0.130.760.92
HSV45°13°98°
CMYK 0.000.030.13   0.02
XYZ83.831488.890279.0688
Yxy88.89020.33290.3530
Hunter Lab94.2816-6.277816.2739
CIE-Lab95.5345-1.247612.5332

#faf2da color RGB value is (250,242,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 11011010
Octal 372 362 332
Decimal 250 242 218
Hex FA F2 DA

RGB Percentages of Color #faf2da

%35.21
%34.08
%30.70

CMYK Percentages of Color #faf2da

%0
%3
%13
%2

Triadic Colors of #faf2da

#faf2da #dafaf2 #f2dafa

Analogous Colors of #faf2da

#faf2da #f2fada #fae2da

Monochromatic Colors of #faf2da

#faf2da

Complementary Color

#faf2da #dae2fa

#faf2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf2da Color CSS Codes

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

#faf2da Text Font Color

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

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


#faf2da Background Color

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

This div background color is #faf2da


#faf2da Border Color

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

This div border color is #faf2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf2da


Comments

No comments written yet.

Please login to write comment.