Color Hex Logo

#fae4ed Color Hex

#FAE4ED
(250,228,237)
0 Favorites   0 Comments

Color spaces of #fae4ed

RGB 250228237
HSL0.930.690.94
HSV335°98°
CMYK 0.000.090.05   0.02
XYZ82.453881.925291.5881
Yxy81.92520.32210.3201
Hunter Lab90.51254.21043.3642
CIE-Lab92.54189.0108-1.6535

#fae4ed color RGB value is (250,228,237).

#fae4ed hex color red value is 250, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fae4ed hue: 0.93 , saturation: 0.69 and the lightness value of fae4ed is 0.94.

The process color (four color CMYK) of #fae4ed color hex is 0.00, 0.09, 0.05, 0.02. Web safe color of #fae4ed is #ffccff. Color #fae4ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 11101101
Octal 372 344 355
Decimal 250 228 237
Hex FA E4 ED

RGB Percentages of Color #fae4ed

%34.97
%31.89
%33.15

CMYK Percentages of Color #fae4ed

%0
%9
%5
%2

Triadic Colors of #fae4ed

#fae4ed #edfae4 #e4edfa

Analogous Colors of #fae4ed

#fae4ed #fae6e4 #fae4f8

Monochromatic Colors of #fae4ed

#fae4ed

Complementary Color

#fae4ed #e4faf1

#fae4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae4ed Color CSS Codes

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

#fae4ed Text Font Color

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

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


#fae4ed Background Color

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

This div background color is #fae4ed


#fae4ed Border Color

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

This div border color is #fae4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae4ed


Comments

No comments written yet.

Please login to write comment.