Color Hex Logo

#fac8ee Color Hex

#FAC8EE
(250,200,238)
0 Favorites   0 Comments

Color spaces of #fac8ee

RGB 250200238
HSL0.870.830.88
HSV314°20°98°
CMYK 0.000.200.05   0.02
XYZ75.511267.805689.9968
Yxy67.80560.32360.2906
Hunter Lab82.344219.5857-7.1592
CIE-Lab85.909123.8217-11.9894

#fac8ee color RGB value is (250,200,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 11101110
Octal 372 310 356
Decimal 250 200 238
Hex FA C8 EE

RGB Percentages of Color #fac8ee

%36.34
%29.07
%34.59

CMYK Percentages of Color #fac8ee

%0
%20
%5
%2

Triadic Colors of #fac8ee

#fac8ee #eefac8 #c8eefa

Analogous Colors of #fac8ee

#fac8ee #fac8d5 #edc8fa

Monochromatic Colors of #fac8ee

#fac8ee

Complementary Color

#fac8ee #c8fad4

#fac8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac8ee Color CSS Codes

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

#fac8ee Text Font Color

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

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


#fac8ee Background Color

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

This div background color is #fac8ee


#fac8ee Border Color

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

This div border color is #fac8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac8ee

Related Colors


Comments

No comments written yet.

Please login to write comment.