Color Hex Logo

#fac1ef Color Hex

#FAC1EF
(250,193,239)
0 Favorites   0 Comments

Color spaces of #fac1ef

RGB 250193239
HSL0.870.850.87
HSV312°23°98°
CMYK 0.000.230.04   0.02
XYZ74.074364.695990.2448
Yxy64.69590.32340.2825
Hunter Lab80.433823.6279-10.2184
CIE-Lab84.326827.6861-14.8899

#fac1ef color RGB value is (250,193,239).

#fac1ef hex color red value is 250, green value is 193 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fac1ef hue: 0.87 , saturation: 0.85 and the lightness value of fac1ef is 0.87.

The process color (four color CMYK) of #fac1ef color hex is 0.00, 0.23, 0.04, 0.02. Web safe color of #fac1ef is #ffccff. Color #fac1ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 11101111
Octal 372 301 357
Decimal 250 193 239
Hex FA C1 EF

RGB Percentages of Color #fac1ef

%36.66
%28.30
%35.04

CMYK Percentages of Color #fac1ef

%0
%23
%4
%2

Triadic Colors of #fac1ef

#fac1ef #effac1 #c1effa

Analogous Colors of #fac1ef

#fac1ef #fac1d3 #e9c1fa

Monochromatic Colors of #fac1ef

#fac1ef

Complementary Color

#fac1ef #c1facc

#fac1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac1ef Color CSS Codes

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

#fac1ef Text Font Color

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

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


#fac1ef Background Color

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

This div background color is #fac1ef


#fac1ef Border Color

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

This div border color is #fac1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac1ef

Related Colors


Comments

No comments written yet.

Please login to write comment.