Color Hex Logo

#faadc1 Color Hex

#FAADC1
(250,173,193)
0 Favorites   0 Comments

Color spaces of #faadc1

RGB 250173193
HSL0.960.890.83
HSV344°31°98°
CMYK 0.000.310.23   0.02
XYZ63.993654.061457.5141
Yxy54.06140.36450.3079
Hunter Lab73.526526.68585.0905
CIE-Lab78.497530.91371.2548

#faadc1 color RGB value is (250,173,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11000001
Octal 372 255 301
Decimal 250 173 193
Hex FA AD C1

RGB Percentages of Color #faadc1

%40.58
%28.08
%31.33

CMYK Percentages of Color #faadc1

%0
%31
%23
%2

Triadic Colors of #faadc1

#faadc1 #c1faad #adc1fa

Analogous Colors of #faadc1

#faadc1 #fac0ad #faade8

Monochromatic Colors of #faadc1

#faadc1

Complementary Color

#faadc1 #adfae6

#faadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadc1 Color CSS Codes

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

#faadc1 Text Font Color

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

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


#faadc1 Background Color

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

This div background color is #faadc1


#faadc1 Border Color

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

This div border color is #faadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadc1


Comments

No comments written yet.

Please login to write comment.