Color Hex Logo

#faadb6 Color Hex

#FAADB6
(250,173,182)
0 Favorites   0 Comments

Color spaces of #faadb6

RGB 250173182
HSL0.980.890.83
HSV353°31°98°
CMYK 0.000.310.27   0.02
XYZ62.811453.588551.2891
Yxy53.58850.37460.3196
Hunter Lab73.204225.05119.7025
CIE-Lab78.221229.38956.8352

#faadb6 color RGB value is (250,173,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10110110
Octal 372 255 266
Decimal 250 173 182
Hex FA AD B6

RGB Percentages of Color #faadb6

%41.32
%28.60
%30.08

CMYK Percentages of Color #faadb6

%0
%31
%27
%2

Triadic Colors of #faadb6

#faadb6 #b6faad #adb6fa

Analogous Colors of #faadb6

#faadb6 #facbad #faaddd

Monochromatic Colors of #faadb6

#faadb6

Complementary Color

#faadb6 #adfaf1

#faadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadb6 Color CSS Codes

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

#faadb6 Text Font Color

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

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


#faadb6 Background Color

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

This div background color is #faadb6


#faadb6 Border Color

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

This div border color is #faadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadb6


Comments

No comments written yet.

Please login to write comment.