Color Hex Logo

#fadfd6 Color Hex

#FADFD6
(250,223,214)
0 Favorites   0 Comments

Color spaces of #fadfd6

RGB 250223214
HSL0.040.780.91
HSV15°14°98°
CMYK 0.000.110.14   0.02
XYZ77.949677.954474.5566
Yxy77.95440.33820.3383
Hunter Lab88.29183.080511.7378
CIE-Lab90.75917.84877.7865

#fadfd6 color RGB value is (250,223,214).

#fadfd6 hex color red value is 250, green value is 223 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #fadfd6 hue: 0.04 , saturation: 0.78 and the lightness value of fadfd6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11010110
Octal 372 337 326
Decimal 250 223 214
Hex FA DF D6

RGB Percentages of Color #fadfd6

%36.39
%32.46
%31.15

CMYK Percentages of Color #fadfd6

%0
%11
%14
%2

Triadic Colors of #fadfd6

#fadfd6 #d6fadf #dfd6fa

Analogous Colors of #fadfd6

#fadfd6 #faf1d6 #fad6df

Monochromatic Colors of #fadfd6

#fadfd6

Complementary Color

#fadfd6 #d6f1fa

#fadfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfd6 Color CSS Codes

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

#fadfd6 Text Font Color

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

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


#fadfd6 Background Color

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

This div background color is #fadfd6


#fadfd6 Border Color

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

This div border color is #fadfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfd6

Related Colors

#fadfd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.