Color Hex Logo

#fad6c7 Color Hex

#FAD6C7
(250,214,199)
0 Favorites   0 Comments

Color spaces of #fad6c7

RGB 250214199
HSL0.050.840.88
HSV18°20°98°
CMYK 0.000.140.20   0.02
XYZ73.779772.540664.1460
Yxy72.54060.35060.3447
Hunter Lab85.17085.577914.9655
CIE-Lab88.228210.259012.0423

#fad6c7 color RGB value is (250,214,199).

#fad6c7 hex color red value is 250, green value is 214 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fad6c7 hue: 0.05 , saturation: 0.84 and the lightness value of fad6c7 is 0.88.

The process color (four color CMYK) of #fad6c7 color hex is 0.00, 0.14, 0.20, 0.02. Web safe color of #fad6c7 is #ffcccc. Color #fad6c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 11000111
Octal 372 326 307
Decimal 250 214 199
Hex FA D6 C7

RGB Percentages of Color #fad6c7

%37.71
%32.28
%30.02

CMYK Percentages of Color #fad6c7

%0
%14
%20
%2

Triadic Colors of #fad6c7

#fad6c7 #c7fad6 #d6c7fa

Analogous Colors of #fad6c7

#fad6c7 #faf0c7 #fac7d2

Monochromatic Colors of #fad6c7

#fad6c7

Complementary Color

#fad6c7 #c7ebfa

#fad6c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad6c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad6c7 Color CSS Codes

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

#fad6c7 Text Font Color

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

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


#fad6c7 Background Color

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

This div background color is #fad6c7


#fad6c7 Border Color

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

This div border color is #fad6c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad6c7

Related Colors


Comments

No comments written yet.

Please login to write comment.