Color Hex Logo

#faf3ce Color Hex

#FAF3CE
(250,243,206)
0 Favorites   0 Comments

Color spaces of #faf3ce

RGB 250243206
HSL0.140.810.89
HSV50°18°98°
CMYK 0.000.030.18   0.02
XYZ82.615588.881471.1940
Yxy88.88140.34040.3662
Hunter Lab94.2769-8.563921.2205
CIE-Lab95.5308-3.561318.7046

#faf3ce color RGB value is (250,243,206).

#faf3ce hex color red value is 250, green value is 243 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #faf3ce hue: 0.14 , saturation: 0.81 and the lightness value of faf3ce is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 11001110
Octal 372 363 316
Decimal 250 243 206
Hex FA F3 CE

RGB Percentages of Color #faf3ce

%35.77
%34.76
%29.47

CMYK Percentages of Color #faf3ce

%0
%3
%18
%2

Triadic Colors of #faf3ce

#faf3ce #cefaf3 #f3cefa

Analogous Colors of #faf3ce

#faf3ce #ebface #faddce

Monochromatic Colors of #faf3ce

#faf3ce

Complementary Color

#faf3ce #ced5fa

#faf3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf3ce Color CSS Codes

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

#faf3ce Text Font Color

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

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


#faf3ce Background Color

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

This div background color is #faf3ce


#faf3ce Border Color

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

This div border color is #faf3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf3ce


Comments

No comments written yet.

Please login to write comment.