Color Hex Logo

#faacbe Color Hex

#FAACBE
(250,172,190)
0 Favorites   0 Comments

Color spaces of #faacbe

RGB 250172190
HSL0.960.890.83
HSV346°31°98°
CMYK 0.000.310.24   0.02
XYZ63.471153.546755.7055
Yxy53.54670.36750.3100
Hunter Lab73.175626.77016.0880
CIE-Lab78.196731.01452.4488

#faacbe color RGB value is (250,172,190).

#faacbe hex color red value is 250, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #faacbe hue: 0.96 , saturation: 0.89 and the lightness value of faacbe is 0.83.

The process color (four color CMYK) of #faacbe color hex is 0.00, 0.31, 0.24, 0.02. Web safe color of #faacbe is #ff99cc. Color #faacbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10111110
Octal 372 254 276
Decimal 250 172 190
Hex FA AC BE

RGB Percentages of Color #faacbe

%40.85
%28.10
%31.05

CMYK Percentages of Color #faacbe

%0
%31
%24
%2

Triadic Colors of #faacbe

#faacbe #befaac #acbefa

Analogous Colors of #faacbe

#faacbe #fac1ac #faace5

Monochromatic Colors of #faacbe

#faacbe

Complementary Color

#faacbe #acfae8

#faacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacbe Color CSS Codes

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

#faacbe Text Font Color

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

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


#faacbe Background Color

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

This div background color is #faacbe


#faacbe Border Color

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

This div border color is #faacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacbe


Comments

No comments written yet.

Please login to write comment.