Color Hex Logo

#fad8a8 Color Hex

#FAD8A8
(250,216,168)
0 Favorites   0 Comments

Color spaces of #fad8a8

RGB 250216168
HSL0.100.890.82
HSV35°33°98°
CMYK 0.000.140.33   0.02
XYZ71.048172.262947.2493
Yxy72.26290.37280.3792
Hunter Lab85.00760.424426.5505
CIE-Lab88.09505.090628.0569

#fad8a8 color RGB value is (250,216,168).

#fad8a8 hex color red value is 250, green value is 216 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fad8a8 hue: 0.10 , saturation: 0.89 and the lightness value of fad8a8 is 0.82.

The process color (four color CMYK) of #fad8a8 color hex is 0.00, 0.14, 0.33, 0.02. Web safe color of #fad8a8 is #ffcc99. Color #fad8a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 10101000
Octal 372 330 250
Decimal 250 216 168
Hex FA D8 A8

RGB Percentages of Color #fad8a8

%39.43
%34.07
%26.50

CMYK Percentages of Color #fad8a8

%0
%14
%33
%2

Triadic Colors of #fad8a8

#fad8a8 #a8fad8 #d8a8fa

Analogous Colors of #fad8a8

#fad8a8 #f3faa8 #faafa8

Monochromatic Colors of #fad8a8

#fad8a8

Complementary Color

#fad8a8 #a8cafa

#fad8a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8a8 Color CSS Codes

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

#fad8a8 Text Font Color

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

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


#fad8a8 Background Color

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

This div background color is #fad8a8


#fad8a8 Border Color

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

This div border color is #fad8a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8a8

Related Colors


Comments

No comments written yet.

Please login to write comment.