Color Hex Logo

#faf6cf Color Hex

#FAF6CF
(250,246,207)
0 Favorites   0 Comments

Color spaces of #faf6cf

RGB 250246207
HSL0.150.810.90
HSV54°17°98°
CMYK 0.000.020.17   0.02
XYZ83.642690.740572.1377
Yxy90.74050.33930.3681
Hunter Lab95.2578-9.966521.7808
CIE-Lab96.3031-4.920719.2725

#faf6cf color RGB value is (250,246,207).

#faf6cf hex color red value is 250, green value is 246 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #faf6cf hue: 0.15 , saturation: 0.81 and the lightness value of faf6cf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 11001111
Octal 372 366 317
Decimal 250 246 207
Hex FA F6 CF

RGB Percentages of Color #faf6cf

%35.56
%34.99
%29.45

CMYK Percentages of Color #faf6cf

%0
%2
%17
%2

Triadic Colors of #faf6cf

#faf6cf #cffaf6 #f6cffa

Analogous Colors of #faf6cf

#faf6cf #e9facf #fae1cf

Monochromatic Colors of #faf6cf

#faf6cf

Complementary Color

#faf6cf #cfd3fa

#faf6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf6cf Color CSS Codes

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

#faf6cf Text Font Color

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

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


#faf6cf Background Color

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

This div background color is #faf6cf


#faf6cf Border Color

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

This div border color is #faf6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf6cf

Related Colors


Comments

No comments written yet.

Please login to write comment.