Color Hex Logo

#fae4ce Color Hex

#FAE4CE
(250,228,206)
0 Favorites   0 Comments

Color spaces of #fae4ce

RGB 250228206
HSL0.080.810.89
HSV30°18°98°
CMYK 0.000.090.18   0.02
XYZ78.308380.267069.7583
Yxy80.26700.34300.3515
Hunter Lab89.5919-0.766716.5497
CIE-Lab91.80454.059313.4548

#fae4ce color RGB value is (250,228,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 11001110
Octal 372 344 316
Decimal 250 228 206
Hex FA E4 CE

RGB Percentages of Color #fae4ce

%36.55
%33.33
%30.12

CMYK Percentages of Color #fae4ce

%0
%9
%18
%2

Triadic Colors of #fae4ce

#fae4ce #cefae4 #e4cefa

Analogous Colors of #fae4ce

#fae4ce #faface #facece

Monochromatic Colors of #fae4ce

#fae4ce

Complementary Color

#fae4ce #cee4fa

#fae4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae4ce Color CSS Codes

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

#fae4ce Text Font Color

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

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


#fae4ce Background Color

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

This div background color is #fae4ce


#fae4ce Border Color

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

This div border color is #fae4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae4ce


Comments

No comments written yet.

Please login to write comment.