Color Hex Logo

#faceea Color Hex

#FACEEA
(250,206,234)
0 Favorites   0 Comments

Color spaces of #faceea

RGB 250206234
HSL0.890.810.89
HSV322°18°98°
CMYK 0.000.180.06   0.02
XYZ76.346970.407187.4079
Yxy70.40710.32600.3007
Hunter Lab83.908915.5726-3.0261
CIE-Lab87.196119.9764-7.9531

#faceea color RGB value is (250,206,234).

#faceea hex color red value is 250, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #faceea hue: 0.89 , saturation: 0.81 and the lightness value of faceea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11101010
Octal 372 316 352
Decimal 250 206 234
Hex FA CE EA

RGB Percentages of Color #faceea

%36.23
%29.86
%33.91

CMYK Percentages of Color #faceea

%0
%18
%6
%2

Triadic Colors of #faceea

#faceea #eaface #ceeafa

Analogous Colors of #faceea

#faceea #faced4 #f4cefa

Monochromatic Colors of #faceea

#faceea

Complementary Color

#faceea #cefade

#faceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faceea Color CSS Codes

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

#faceea Text Font Color

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

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


#faceea Background Color

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

This div background color is #faceea


#faceea Border Color

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

This div border color is #faceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faceea


Comments

No comments written yet.

Please login to write comment.