Color Hex Logo

#fadad5 Color Hex

#FADAD5
(250,218,213)
0 Favorites   0 Comments

Color spaces of #fadad5

RGB 250218213
HSL0.020.790.91
HSV15°98°
CMYK 0.000.130.15   0.02
XYZ76.506075.270973.4472
Yxy75.27090.33970.3342
Hunter Lab86.75885.577710.5382
CIE-Lab89.519710.28366.5284

#fadad5 color RGB value is (250,218,213).

#fadad5 hex color red value is 250, green value is 218 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fadad5 hue: 0.02 , saturation: 0.79 and the lightness value of fadad5 is 0.91.

The process color (four color CMYK) of #fadad5 color hex is 0.00, 0.13, 0.15, 0.02. Web safe color of #fadad5 is #ffcccc. Color #fadad5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11010101
Octal 372 332 325
Decimal 250 218 213
Hex FA DA D5

RGB Percentages of Color #fadad5

%36.71
%32.01
%31.28

CMYK Percentages of Color #fadad5

%0
%13
%15
%2

Triadic Colors of #fadad5

#fadad5 #d5fada #dad5fa

Analogous Colors of #fadad5

#fadad5 #faedd5 #fad5e3

Monochromatic Colors of #fadad5

#fadad5

Complementary Color

#fadad5 #d5f5fa

#fadad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadad5 Color CSS Codes

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

#fadad5 Text Font Color

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

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


#fadad5 Background Color

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

This div background color is #fadad5


#fadad5 Border Color

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

This div border color is #fadad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadad5


Comments

No comments written yet.

Please login to write comment.