Color Hex Logo

#faf6cc Color Hex

#FAF6CC
(250,246,204)
0 Favorites   0 Comments

Color spaces of #faf6cc

RGB 250246204
HSL0.150.820.89
HSV55°18°98°
CMYK 0.000.020.18   0.02
XYZ83.279290.595270.2241
Yxy90.59520.34120.3711
Hunter Lab95.1815-10.388822.8834
CIE-Lab96.2431-5.357120.7246

#faf6cc color RGB value is (250,246,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 11001100
Octal 372 366 314
Decimal 250 246 204
Hex FA F6 CC

RGB Percentages of Color #faf6cc

%35.71
%35.14
%29.14

CMYK Percentages of Color #faf6cc

%0
%2
%18
%2

Triadic Colors of #faf6cc

#faf6cc #ccfaf6 #f6ccfa

Analogous Colors of #faf6cc

#faf6cc #e7facc #fadfcc

Monochromatic Colors of #faf6cc

#faf6cc

Complementary Color

#faf6cc #ccd0fa

#faf6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf6cc Color CSS Codes

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

#faf6cc Text Font Color

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

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


#faf6cc Background Color

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

This div background color is #faf6cc


#faf6cc Border Color

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

This div border color is #faf6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf6cc


Comments

No comments written yet.

Please login to write comment.