Color Hex Logo

#faccae Color Hex

#FACCAE
(250,204,174)
0 Favorites   0 Comments

Color spaces of #faccae

RGB 250204174
HSL0.070.880.83
HSV24°30°98°
CMYK 0.000.180.30   0.02
XYZ68.657266.565749.2742
Yxy66.56570.37210.3608
Hunter Lab81.58787.431421.3038
CIE-Lab85.284212.057921.0778

#faccae color RGB value is (250,204,174).

#faccae hex color red value is 250, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #faccae hue: 0.07 , saturation: 0.88 and the lightness value of faccae is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10101110
Octal 372 314 256
Decimal 250 204 174
Hex FA CC AE

RGB Percentages of Color #faccae

%39.81
%32.48
%27.71

CMYK Percentages of Color #faccae

%0
%18
%30
%2

Triadic Colors of #faccae

#faccae #aefacc #ccaefa

Analogous Colors of #faccae

#faccae #faf2ae #faaeb6

Monochromatic Colors of #faccae

#faccae

Complementary Color

#faccae #aedcfa

#faccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccae Color CSS Codes

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

#faccae Text Font Color

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

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


#faccae Background Color

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

This div background color is #faccae


#faccae Border Color

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

This div border color is #faccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccae

#faccae Color Palettes


Comments

No comments written yet.

Please login to write comment.