Color Hex Logo

#fac7eb Color Hex

#FAC7EB
(250,199,235)
0 Favorites   0 Comments

Color spaces of #fac7eb

RGB 250199235
HSL0.880.840.88
HSV318°20°98°
CMYK 0.000.200.06   0.02
XYZ74.843267.169087.6175
Yxy67.16900.32590.2925
Hunter Lab81.956719.5827-6.0155
CIE-Lab85.589223.8311-10.8722

#fac7eb color RGB value is (250,199,235).

#fac7eb hex color red value is 250, green value is 199 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fac7eb hue: 0.88 , saturation: 0.84 and the lightness value of fac7eb is 0.88.

The process color (four color CMYK) of #fac7eb color hex is 0.00, 0.20, 0.06, 0.02. Web safe color of #fac7eb is #ffccff. Color #fac7eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 11101011
Octal 372 307 353
Decimal 250 199 235
Hex FA C7 EB

RGB Percentages of Color #fac7eb

%36.55
%29.09
%34.36

CMYK Percentages of Color #fac7eb

%0
%20
%6
%2

Triadic Colors of #fac7eb

#fac7eb #ebfac7 #c7ebfa

Analogous Colors of #fac7eb

#fac7eb #fac7d2 #f0c7fa

Monochromatic Colors of #fac7eb

#fac7eb

Complementary Color

#fac7eb #c7fad6

#fac7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac7eb Color CSS Codes

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

#fac7eb Text Font Color

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

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


#fac7eb Background Color

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

This div background color is #fac7eb


#fac7eb Border Color

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

This div border color is #fac7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac7eb


Comments

No comments written yet.

Please login to write comment.