Color Hex Logo

#fad6ce Color Hex

#FAD6CE
(250,214,206)
0 Favorites   0 Comments

Color spaces of #fad6ce

RGB 250214206
HSL0.030.810.89
HSV11°18°98°
CMYK 0.000.140.18   0.02
XYZ74.611572.873468.5260
Yxy72.87340.34540.3374
Hunter Lab85.36596.622212.1621
CIE-Lab88.387311.29358.5843

#fad6ce color RGB value is (250,214,206).

#fad6ce hex color red value is 250, green value is 214 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fad6ce hue: 0.03 , saturation: 0.81 and the lightness value of fad6ce is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 11001110
Octal 372 326 316
Decimal 250 214 206
Hex FA D6 CE

RGB Percentages of Color #fad6ce

%37.31
%31.94
%30.75

CMYK Percentages of Color #fad6ce

%0
%14
%18
%2

Triadic Colors of #fad6ce

#fad6ce #cefad6 #d6cefa

Analogous Colors of #fad6ce

#fad6ce #faecce #facedc

Monochromatic Colors of #fad6ce

#fad6ce

Complementary Color

#fad6ce #cef2fa

#fad6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad6ce Color CSS Codes

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

#fad6ce Text Font Color

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

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


#fad6ce Background Color

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

This div background color is #fad6ce


#fad6ce Border Color

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

This div border color is #fad6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad6ce


Comments

No comments written yet.

Please login to write comment.