Color Hex Logo

#faacdf Color Hex

#FAACDF
(250,172,223)
0 Favorites   0 Comments

Color spaces of #faacdf

RGB 250172223
HSL0.890.890.83
HSV321°31°98°
CMYK 0.000.310.11   0.02
XYZ67.496155.156876.9009
Yxy55.15680.33820.2764
Hunter Lab74.267632.2565-9.4049
CIE-Lab79.131536.0345-14.0897

#faacdf color RGB value is (250,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11011111
Octal 372 254 337
Decimal 250 172 223
Hex FA AC DF

RGB Percentages of Color #faacdf

%38.76
%26.67
%34.57

CMYK Percentages of Color #faacdf

%0
%31
%11
%2

Triadic Colors of #faacdf

#faacdf #dffaac #acdffa

Analogous Colors of #faacdf

#faacdf #faacb8 #eeacfa

Monochromatic Colors of #faacdf

#faacdf

Complementary Color

#faacdf #acfac7

#faacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacdf Color CSS Codes

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

#faacdf Text Font Color

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

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


#faacdf Background Color

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

This div background color is #faacdf


#faacdf Border Color

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

This div border color is #faacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacdf


Comments

No comments written yet.

Please login to write comment.