Color Hex Logo

#faecce Color Hex

#FAECCE
(250,236,206)
0 Favorites   0 Comments

Color spaces of #faecce

RGB 250236206
HSL0.110.810.89
HSV41°18°98°
CMYK 0.000.060.18   0.02
XYZ80.560484.771170.5090
Yxy84.77110.34160.3594
Hunter Lab92.0712-4.940919.0450
CIE-Lab93.7844-0.023516.2521

#faecce color RGB value is (250,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11001110
Octal 372 354 316
Decimal 250 236 206
Hex FA EC CE

RGB Percentages of Color #faecce

%36.13
%34.10
%29.77

CMYK Percentages of Color #faecce

%0
%6
%18
%2

Triadic Colors of #faecce

#faecce #cefaec #eccefa

Analogous Colors of #faecce

#faecce #f2face #fad6ce

Monochromatic Colors of #faecce

#faecce

Complementary Color

#faecce #cedcfa

#faecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecce Color CSS Codes

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

#faecce Text Font Color

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

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


#faecce Background Color

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

This div background color is #faecce


#faecce Border Color

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

This div border color is #faecce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,236,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 #faecce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecce

#faecce Color Palettes


Comments

No comments written yet.

Please login to write comment.