Color Hex Logo

#fface2 Color Hex

#FFACE2
(255,172,226)
0 Favorites   0 Comments

Color spaces of #fface2

RGB 255172226
HSL0.891.000.84
HSV321°33°100°
CMYK 0.000.330.11   0.00
XYZ69.720056.256079.1354
Yxy56.25600.33990.2743
Hunter Lab75.004034.6678-10.0530
CIE-Lab79.759338.1750-14.7159

#fface2 color RGB value is (255,172,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11100010
Octal 377 254 342
Decimal 255 172 226
Hex FF AC E2

RGB Percentages of Color #fface2

%39.05
%26.34
%34.61

CMYK Percentages of Color #fface2

%0
%33
%11
%0

Triadic Colors of #fface2

#fface2 #e2ffac #ace2ff

Analogous Colors of #fface2

#fface2 #ffacb9 #f3acff

Monochromatic Colors of #fface2

#fface2

Complementary Color

#fface2 #acffc9

#fface2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fface2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fface2 Color CSS Codes

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

#fface2 Text Font Color

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

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


#fface2 Background Color

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

This div background color is #fface2


#fface2 Border Color

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

This div border color is #fface2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fface2


Comments

No comments written yet.

Please login to write comment.