Color Hex Logo

#faadd7 Color Hex

#FAADD7
(250,173,215)
2 Favorites   0 Comments

Color spaces of #faadd7

RGB 250173215
HSL0.910.890.83
HSV327°31°98°
CMYK 0.000.310.14   0.02
XYZ66.633755.117471.4167
Yxy55.11740.34500.2853
Hunter Lab74.241130.2874-5.0656
CIE-Lab79.108834.2242-9.7899

#faadd7 color RGB value is (250,173,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11010111
Octal 372 255 327
Decimal 250 173 215
Hex FA AD D7

RGB Percentages of Color #faadd7

%39.18
%27.12
%33.70

CMYK Percentages of Color #faadd7

%0
%31
%14
%2

Triadic Colors of #faadd7

#faadd7 #d7faad #add7fa

Analogous Colors of #faadd7

#faadd7 #faadb1 #f7adfa

Monochromatic Colors of #faadd7

#faadd7

Complementary Color

#faadd7 #adfad0

#faadd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadd7 Color CSS Codes

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

#faadd7 Text Font Color

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

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


#faadd7 Background Color

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

This div background color is #faadd7


#faadd7 Border Color

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

This div border color is #faadd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadd7


Comments

No comments written yet.

Please login to write comment.