Color Hex Logo

#faadb5 Color Hex

#FAADB5
(250,173,181)
0 Favorites   0 Comments

Color spaces of #faadb5

RGB 250173181
HSL0.980.890.83
HSV354°31°98°
CMYK 0.000.310.28   0.02
XYZ62.708453.547350.7466
Yxy53.54730.37550.3206
Hunter Lab73.176024.908010.1064
CIE-Lab78.197029.25547.3442

#faadb5 color RGB value is (250,173,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10110101
Octal 372 255 265
Decimal 250 173 181
Hex FA AD B5

RGB Percentages of Color #faadb5

%41.39
%28.64
%29.97

CMYK Percentages of Color #faadb5

%0
%31
%28
%2

Triadic Colors of #faadb5

#faadb5 #b5faad #adb5fa

Analogous Colors of #faadb5

#faadb5 #faccad #faaddc

Monochromatic Colors of #faadb5

#faadb5

Complementary Color

#faadb5 #adfaf2

#faadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadb5 Color CSS Codes

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

#faadb5 Text Font Color

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

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


#faadb5 Background Color

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

This div background color is #faadb5


#faadb5 Border Color

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

This div border color is #faadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadb5


Comments

No comments written yet.

Please login to write comment.