Color Hex Logo

#faaccd Color Hex

#FAACCD
(250,172,205)
0 Favorites   0 Comments

Color spaces of #faaccd

RGB 250172205
HSL0.930.890.83
HSV335°31°98°
CMYK 0.000.310.18   0.02
XYZ65.196354.236864.7901
Yxy54.23680.35390.2944
Hunter Lab73.645629.1409-0.6087
CIE-Lab78.599633.2020-5.1180

#faaccd color RGB value is (250,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11001101
Octal 372 254 315
Decimal 250 172 205
Hex FA AC CD

RGB Percentages of Color #faaccd

%39.87
%27.43
%32.70

CMYK Percentages of Color #faaccd

%0
%31
%18
%2

Triadic Colors of #faaccd

#faaccd #cdfaac #accdfa

Analogous Colors of #faaccd

#faaccd #fab2ac #faacf4

Monochromatic Colors of #faaccd

#faaccd

Complementary Color

#faaccd #acfad9

#faaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaccd Color CSS Codes

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

#faaccd Text Font Color

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

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


#faaccd Background Color

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

This div background color is #faaccd


#faaccd Border Color

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

This div border color is #faaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaccd

Related Colors


Comments

No comments written yet.

Please login to write comment.