Color Hex Logo

#faf3dd Color Hex

#FAF3DD
(250,243,221)
0 Favorites   0 Comments

Color spaces of #faf3dd

RGB 250243221
HSL0.130.740.92
HSV46°12°98°
CMYK 0.000.030.12   0.02
XYZ84.526189.645681.2549
Yxy89.64560.33090.3510
Hunter Lab94.6814-6.337815.3947
CIE-Lab95.8496-1.284711.4347

#faf3dd color RGB value is (250,243,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 11011101
Octal 372 363 335
Decimal 250 243 221
Hex FA F3 DD

RGB Percentages of Color #faf3dd

%35.01
%34.03
%30.95

CMYK Percentages of Color #faf3dd

%0
%3
%12
%2

Triadic Colors of #faf3dd

#faf3dd #ddfaf3 #f3ddfa

Analogous Colors of #faf3dd

#faf3dd #f3fadd #fae5dd

Monochromatic Colors of #faf3dd

#faf3dd

Complementary Color

#faf3dd #dde4fa

#faf3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf3dd Color CSS Codes

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

#faf3dd Text Font Color

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

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


#faf3dd Background Color

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

This div background color is #faf3dd


#faf3dd Border Color

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

This div border color is #faf3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf3dd


Comments

No comments written yet.

Please login to write comment.