Color Hex Logo

#faf1de Color Hex

#FAF1DE
(250,241,222)
2 Favorites   0 Comments

Color spaces of #faf1de

RGB 250241222
HSL0.110.740.93
HSV41°11°98°
CMYK 0.000.040.11   0.02
XYZ84.064588.508581.7604
Yxy88.50850.33050.3480
Hunter Lab94.0790-5.139014.3286
CIE-Lab95.3746-0.114510.2404

#faf1de color RGB value is (250,241,222).

#faf1de hex color red value is 250, green value is 241 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #faf1de hue: 0.11 , saturation: 0.74 and the lightness value of faf1de is 0.93.

The process color (four color CMYK) of #faf1de color hex is 0.00, 0.04, 0.11, 0.02. Web safe color of #faf1de is #ffffcc. Color #faf1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 11011110
Octal 372 361 336
Decimal 250 241 222
Hex FA F1 DE

RGB Percentages of Color #faf1de

%35.06
%33.80
%31.14

CMYK Percentages of Color #faf1de

%0
%4
%11
%2

Triadic Colors of #faf1de

#faf1de #defaf1 #f1defa

Analogous Colors of #faf1de

#faf1de #f5fade #fae3de

Monochromatic Colors of #faf1de

#faf1de

Complementary Color

#faf1de #dee7fa

#faf1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf1de Color CSS Codes

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

#faf1de Text Font Color

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

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


#faf1de Background Color

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

This div background color is #faf1de


#faf1de Border Color

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

This div border color is #faf1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf1de

#faf1de Color Palettes


Comments

No comments written yet.

Please login to write comment.