Color Hex Logo

#fad4ab Color Hex

#FAD4AB
(250,212,171)
0 Favorites   0 Comments

Color spaces of #fad4ab

RGB 250212171
HSL0.090.890.83
HSV31°32°98°
CMYK 0.000.150.32   0.02
XYZ70.318570.351248.4010
Yxy70.35120.37190.3721
Hunter Lab83.87562.866124.4992
CIE-Lab87.16887.524025.2397

#fad4ab color RGB value is (250,212,171).

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

The process color (four color CMYK) of #fad4ab color hex is 0.00, 0.15, 0.32, 0.02. Web safe color of #fad4ab is #ffcc99. Color #fad4ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 10101011
Octal 372 324 253
Decimal 250 212 171
Hex FA D4 AB

RGB Percentages of Color #fad4ab

%39.49
%33.49
%27.01

CMYK Percentages of Color #fad4ab

%0
%15
%32
%2

Triadic Colors of #fad4ab

#fad4ab #abfad4 #d4abfa

Analogous Colors of #fad4ab

#fad4ab #f9faab #faadab

Monochromatic Colors of #fad4ab

#fad4ab

Complementary Color

#fad4ab #abd1fa

#fad4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad4ab Color CSS Codes

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

#fad4ab Text Font Color

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

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


#fad4ab Background Color

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

This div background color is #fad4ab


#fad4ab Border Color

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

This div border color is #fad4ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,212,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 #fad4ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad4ab

Related Colors


Comments

No comments written yet.

Please login to write comment.