Color Hex Logo

#fae7f2 Color Hex

#FAE7F2
(250,231,242)
0 Favorites   0 Comments

Color spaces of #fae7f2

RGB 250231242
HSL0.900.660.94
HSV325°98°
CMYK 0.000.080.03   0.02
XYZ84.027383.886695.7674
Yxy83.88660.31870.3181
Hunter Lab91.58963.47982.1183
CIE-Lab93.40128.3208-3.0009

#fae7f2 color RGB value is (250,231,242).

#fae7f2 hex color red value is 250, green value is 231 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fae7f2 hue: 0.90 , saturation: 0.66 and the lightness value of fae7f2 is 0.94.

The process color (four color CMYK) of #fae7f2 color hex is 0.00, 0.08, 0.03, 0.02. Web safe color of #fae7f2 is #ffffff. Color #fae7f2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 11110010
Octal 372 347 362
Decimal 250 231 242
Hex FA E7 F2

RGB Percentages of Color #fae7f2

%34.58
%31.95
%33.47

CMYK Percentages of Color #fae7f2

%0
%8
%3
%2

Triadic Colors of #fae7f2

#fae7f2 #f2fae7 #e7f2fa

Analogous Colors of #fae7f2

#fae7f2 #fae7e9 #f9e7fa

Monochromatic Colors of #fae7f2

#fae7f2

Complementary Color

#fae7f2 #e7faef

#fae7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae7f2 Color CSS Codes

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

#fae7f2 Text Font Color

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

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


#fae7f2 Background Color

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

This div background color is #fae7f2


#fae7f2 Border Color

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

This div border color is #fae7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae7f2

Related Colors

#fae7f2 Color Palettes


Comments

No comments written yet.

Please login to write comment.