Color Hex Logo

#fac9ec Color Hex

#FAC9EC
(250,201,236)
0 Favorites   0 Comments

Color spaces of #fac9ec

RGB 250201236
HSL0.880.830.88
HSV317°20°98°
CMYK 0.000.200.06   0.02
XYZ75.451368.153488.5351
Yxy68.15340.32500.2936
Hunter Lab82.555118.6689-5.7962
CIE-Lab86.083122.9495-10.6678

#fac9ec color RGB value is (250,201,236).

#fac9ec hex color red value is 250, green value is 201 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fac9ec hue: 0.88 , saturation: 0.83 and the lightness value of fac9ec is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 11101100
Octal 372 311 354
Decimal 250 201 236
Hex FA C9 EC

RGB Percentages of Color #fac9ec

%36.39
%29.26
%34.35

CMYK Percentages of Color #fac9ec

%0
%20
%6
%2

Triadic Colors of #fac9ec

#fac9ec #ecfac9 #c9ecfa

Analogous Colors of #fac9ec

#fac9ec #fac9d4 #f0c9fa

Monochromatic Colors of #fac9ec

#fac9ec

Complementary Color

#fac9ec #c9fad7

#fac9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac9ec Color CSS Codes

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

#fac9ec Text Font Color

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

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


#fac9ec Background Color

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

This div background color is #fac9ec


#fac9ec Border Color

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

This div border color is #fac9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac9ec


Comments

No comments written yet.

Please login to write comment.