Color Hex Logo

#fae0f2 Color Hex

#FAE0F2
(250,224,242)
0 Favorites   0 Comments

Color spaces of #fae0f2

RGB 250224242
HSL0.880.720.93
HSV318°10°98°
CMYK 0.000.100.03   0.02
XYZ82.107080.046195.1273
Yxy80.04610.31910.3111
Hunter Lab89.46857.2431-0.4121
CIE-Lab91.705511.9460-5.4966

#fae0f2 color RGB value is (250,224,242).

#fae0f2 hex color red value is 250, green value is 224 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fae0f2 hue: 0.88 , saturation: 0.72 and the lightness value of fae0f2 is 0.93.

The process color (four color CMYK) of #fae0f2 color hex is 0.00, 0.10, 0.03, 0.02. Web safe color of #fae0f2 is #ffccff. Color #fae0f2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 11110010
Octal 372 340 362
Decimal 250 224 242
Hex FA E0 F2

RGB Percentages of Color #fae0f2

%34.92
%31.28
%33.80

CMYK Percentages of Color #fae0f2

%0
%10
%3
%2

Triadic Colors of #fae0f2

#fae0f2 #f2fae0 #e0f2fa

Analogous Colors of #fae0f2

#fae0f2 #fae0e5 #f5e0fa

Monochromatic Colors of #fae0f2

#fae0f2

Complementary Color

#fae0f2 #e0fae8

#fae0f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae0f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae0f2 Color CSS Codes

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

#fae0f2 Text Font Color

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

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


#fae0f2 Background Color

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

This div background color is #fae0f2


#fae0f2 Border Color

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

This div border color is #fae0f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae0f2


Comments

No comments written yet.

Please login to write comment.