Color Hex Logo

#faaccc Color Hex

#FAACCC
(250,172,204)
0 Favorites   0 Comments

Color spaces of #faaccc

RGB 250172204
HSL0.930.890.83
HSV335°31°98°
CMYK 0.000.310.18   0.02
XYZ65.075954.188764.1563
Yxy54.18870.35480.2954
Hunter Lab73.613028.9762-0.1442
CIE-Lab78.571633.0510-4.6159

#faaccc color RGB value is (250,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11001100
Octal 372 254 314
Decimal 250 172 204
Hex FA AC CC

RGB Percentages of Color #faaccc

%39.94
%27.48
%32.59

CMYK Percentages of Color #faaccc

%0
%31
%18
%2

Triadic Colors of #faaccc

#faaccc #ccfaac #acccfa

Analogous Colors of #faaccc

#faaccc #fab3ac #faacf3

Monochromatic Colors of #faaccc

#faaccc

Complementary Color

#faaccc #acfada

#faaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaccc Color CSS Codes

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

#faaccc Text Font Color

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

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


#faaccc Background Color

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

This div background color is #faaccc


#faaccc Border Color

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

This div border color is #faaccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,172,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 #faaccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaccc

Related Colors

#faaccc Color Palettes


Comments

No comments written yet.

Please login to write comment.