Color Hex Logo

#faadab Color Hex

#FAADAB
(250,173,171)
0 Favorites   0 Comments

Color spaces of #faadab

RGB 250173171
HSL0.000.890.83
HSV32°98°
CMYK 0.000.310.32   0.02
XYZ61.718653.151445.5344
Yxy53.15140.38480.3314
Hunter Lab72.905023.527514.0027
CIE-Lab77.964327.956212.4448

#faadab color RGB value is (250,173,171).

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

The process color (four color CMYK) of #faadab color hex is 0.00, 0.31, 0.32, 0.02. Web safe color of #faadab is #ff9999. Color #faadab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10101011
Octal 372 255 253
Decimal 250 173 171
Hex FA AD AB

RGB Percentages of Color #faadab

%42.09
%29.12
%28.79

CMYK Percentages of Color #faadab

%0
%31
%32
%2

Triadic Colors of #faadab

#faadab #abfaad #adabfa

Analogous Colors of #faadab

#faadab #fad5ab #faabd1

Monochromatic Colors of #faadab

#faadab

Complementary Color

#faadab #abf8fa

#faadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadab Color CSS Codes

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

#faadab Text Font Color

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

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


#faadab Background Color

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

This div background color is #faadab


#faadab Border Color

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

This div border color is #faadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadab


Comments

No comments written yet.

Please login to write comment.