Color Hex Logo

#faadc7 Color Hex

#FAADC7
(250,173,199)
0 Favorites   0 Comments

Color spaces of #faadc7

RGB 250173199
HSL0.940.890.83
HSV340°31°98°
CMYK 0.000.310.20   0.02
XYZ64.676754.334761.1116
Yxy54.33470.35910.3017
Hunter Lab73.712127.62392.4436
CIE-Lab78.656531.7823-1.7740

#faadc7 color RGB value is (250,173,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11000111
Octal 372 255 307
Decimal 250 173 199
Hex FA AD C7

RGB Percentages of Color #faadc7

%40.19
%27.81
%31.99

CMYK Percentages of Color #faadc7

%0
%31
%20
%2

Triadic Colors of #faadc7

#faadc7 #c7faad #adc7fa

Analogous Colors of #faadc7

#faadc7 #fabaad #faadee

Monochromatic Colors of #faadc7

#faadc7

Complementary Color

#faadc7 #adfae0

#faadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadc7 Color CSS Codes

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

#faadc7 Text Font Color

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

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


#faadc7 Background Color

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

This div background color is #faadc7


#faadc7 Border Color

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

This div border color is #faadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadc7

Related Colors


Comments

No comments written yet.

Please login to write comment.