Color Hex Logo

#fface4 Color Hex

#FFACE4
(255,172,228)
0 Favorites   0 Comments

Color spaces of #fface4

RGB 255172228
HSL0.891.000.84
HSV320°33°100°
CMYK 0.000.330.11   0.00
XYZ69.996156.366580.5894
Yxy56.36650.33820.2724
Hunter Lab75.077635.0326-11.0884
CIE-Lab79.822038.4994-15.7025

#fface4 color RGB value is (255,172,228).

#fface4 hex color red value is 255, green value is 172 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fface4 hue: 0.89 , saturation: 1.00 and the lightness value of fface4 is 0.84.

The process color (four color CMYK) of #fface4 color hex is 0.00, 0.33, 0.11, 0.00. Web safe color of #fface4 is #ff99cc. Color #fface4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11100100
Octal 377 254 344
Decimal 255 172 228
Hex FF AC E4

RGB Percentages of Color #fface4

%38.93
%26.26
%34.81

CMYK Percentages of Color #fface4

%0
%33
%11
%0

Triadic Colors of #fface4

#fface4 #e4ffac #ace4ff

Analogous Colors of #fface4

#fface4 #ffacbb #f1acff

Monochromatic Colors of #fface4

#fface4

Complementary Color

#fface4 #acffc7

#fface4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fface4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fface4 Color CSS Codes

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

#fface4 Text Font Color

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

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


#fface4 Background Color

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

This div background color is #fface4


#fface4 Border Color

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

This div border color is #fface4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,172,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fface4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fface4;
  -webkit-box-shadow: 1px 1px 3px 2px #fface4;
  box-shadow:         1px 1px 3px 2px #fface4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,172,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fface4

#fface4 Color Palettes


Comments

No comments written yet.

Please login to write comment.