Color Hex Logo

#fae1de Color Hex

#FAE1DE
(250,225,222)
0 Favorites   0 Comments

Color spaces of #fae1de

RGB 250225222
HSL0.020.740.93
HSV11°98°
CMYK 0.000.100.11   0.02
XYZ79.534479.448380.2504
Yxy79.44830.33250.3321
Hunter Lab89.13383.29219.0127
CIE-Lab91.43678.07834.5770

#fae1de color RGB value is (250,225,222).

#fae1de hex color red value is 250, green value is 225 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fae1de hue: 0.02 , saturation: 0.74 and the lightness value of fae1de is 0.93.

The process color (four color CMYK) of #fae1de color hex is 0.00, 0.10, 0.11, 0.02. Web safe color of #fae1de is #ffcccc. Color #fae1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 11011110
Octal 372 341 336
Decimal 250 225 222
Hex FA E1 DE

RGB Percentages of Color #fae1de

%35.87
%32.28
%31.85

CMYK Percentages of Color #fae1de

%0
%10
%11
%2

Triadic Colors of #fae1de

#fae1de #defae1 #e1defa

Analogous Colors of #fae1de

#fae1de #faefde #fadee9

Monochromatic Colors of #fae1de

#fae1de

Complementary Color

#fae1de #def7fa

#fae1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1de Color CSS Codes

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

#fae1de Text Font Color

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

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


#fae1de Background Color

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

This div background color is #fae1de


#fae1de Border Color

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

This div border color is #fae1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1de

Related Colors


Comments

No comments written yet.

Please login to write comment.