Color Hex Logo

#faacdd Color Hex

#FAACDD
(250,172,221)
0 Favorites   0 Comments

Color spaces of #faacdd

RGB 250172221
HSL0.900.890.83
HSV322°31°98°
CMYK 0.000.310.12   0.02
XYZ67.228055.049575.4889
Yxy55.04950.33990.2784
Hunter Lab74.195431.8960-8.3869
CIE-Lab79.069835.7092-13.0993

#faacdd color RGB value is (250,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11011101
Octal 372 254 335
Decimal 250 172 221
Hex FA AC DD

RGB Percentages of Color #faacdd

%38.88
%26.75
%34.37

CMYK Percentages of Color #faacdd

%0
%31
%12
%2

Triadic Colors of #faacdd

#faacdd #ddfaac #acddfa

Analogous Colors of #faacdd

#faacdd #faacb6 #f0acfa

Monochromatic Colors of #faacdd

#faacdd

Complementary Color

#faacdd #acfac9

#faacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacdd Color CSS Codes

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

#faacdd Text Font Color

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

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


#faacdd Background Color

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

This div background color is #faacdd


#faacdd Border Color

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

This div border color is #faacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacdd


Comments

No comments written yet.

Please login to write comment.