Color Hex Logo

#faaacc Color Hex

#FAAACC
(250,170,204)
0 Favorites   0 Comments

Color spaces of #faaacc

RGB 250170204
HSL0.930.890.82
HSV335°32°98°
CMYK 0.000.320.18   0.02
XYZ64.698153.433164.0304
Yxy53.43310.35520.2933
Hunter Lab73.097930.0668-0.7667
CIE-Lab78.130034.1001-5.2675

#faaacc color RGB value is (250,170,204).

#faaacc hex color red value is 250, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #faaacc hue: 0.93 , saturation: 0.89 and the lightness value of faaacc is 0.82.

The process color (four color CMYK) of #faaacc color hex is 0.00, 0.32, 0.18, 0.02. Web safe color of #faaacc is #ff99cc. Color #faaacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11001100
Octal 372 252 314
Decimal 250 170 204
Hex FA AA CC

RGB Percentages of Color #faaacc

%40.06
%27.24
%32.69

CMYK Percentages of Color #faaacc

%0
%32
%18
%2

Triadic Colors of #faaacc

#faaacc #ccfaaa #aaccfa

Analogous Colors of #faaacc

#faaacc #fab0aa #faaaf4

Monochromatic Colors of #faaacc

#faaacc

Complementary Color

#faaacc #aafad8

#faaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaacc Color CSS Codes

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

#faaacc Text Font Color

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

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


#faaacc Background Color

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

This div background color is #faaacc


#faaacc Border Color

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

This div border color is #faaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaacc

Related Colors


Comments

No comments written yet.

Please login to write comment.