Color Hex Logo

#fadfab Color Hex

#FADFAB
(250,223,171)
0 Favorites   0 Comments

Color spaces of #fadfab

RGB 250223171
HSL0.110.890.83
HSV39°32°98°
CMYK 0.000.110.32   0.02
XYZ73.162776.039649.3491
Yxy76.03960.36850.3830
Hunter Lab87.2007-2.837027.4868
CIE-Lab89.87771.864328.9200

#fadfab color RGB value is (250,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10101011
Octal 372 337 253
Decimal 250 223 171
Hex FA DF AB

RGB Percentages of Color #fadfab

%38.82
%34.63
%26.55

CMYK Percentages of Color #fadfab

%0
%11
%32
%2

Triadic Colors of #fadfab

#fadfab #abfadf #dfabfa

Analogous Colors of #fadfab

#fadfab #eefaab #fab8ab

Monochromatic Colors of #fadfab

#fadfab

Complementary Color

#fadfab #abc6fa

#fadfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfab Color CSS Codes

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

#fadfab Text Font Color

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

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


#fadfab Background Color

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

This div background color is #fadfab


#fadfab Border Color

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

This div border color is #fadfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfab


Comments

No comments written yet.

Please login to write comment.