Color Hex Logo

#faeef2 Color Hex

#FAEEF2
(250,238,242)
0 Favorites   0 Comments

Color spaces of #faeef2

RGB 250238242
HSL0.940.550.96
HSV340°98°
CMYK 0.000.050.03   0.02
XYZ86.025987.883996.4336
Yxy87.88390.31820.3251
Hunter Lab93.7464-0.25664.6330
CIE-Lab95.11204.7215-0.4945

#faeef2 color RGB value is (250,238,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11110010
Octal 372 356 362
Decimal 250 238 242
Hex FA EE F2

RGB Percentages of Color #faeef2

%34.25
%32.60
%33.15

CMYK Percentages of Color #faeef2

%0
%5
%3
%2

Triadic Colors of #faeef2

#faeef2 #f2faee #eef2fa

Analogous Colors of #faeef2

#faeef2 #faf0ee #faeef8

Monochromatic Colors of #faeef2

#faeef2

Complementary Color

#faeef2 #eefaf6

#faeef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeef2 Color CSS Codes

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

#faeef2 Text Font Color

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

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


#faeef2 Background Color

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

This div background color is #faeef2


#faeef2 Border Color

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

This div border color is #faeef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeef2


Comments

No comments written yet.

Please login to write comment.