Color Hex Logo

#fad8ce Color Hex

#FAD8CE
(250,216,206)
0 Favorites   0 Comments

Color spaces of #fad8ce

RGB 250216206
HSL0.040.810.89
HSV14°18°98°
CMYK 0.000.140.18   0.02
XYZ75.120873.892068.6958
Yxy73.89200.34510.3394
Hunter Lab85.96055.560312.7904
CIE-Lab88.871410.25399.2775

#fad8ce color RGB value is (250,216,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 11001110
Octal 372 330 316
Decimal 250 216 206
Hex FA D8 CE

RGB Percentages of Color #fad8ce

%37.20
%32.14
%30.65

CMYK Percentages of Color #fad8ce

%0
%14
%18
%2

Triadic Colors of #fad8ce

#fad8ce #cefad8 #d8cefa

Analogous Colors of #fad8ce

#fad8ce #faeece #faceda

Monochromatic Colors of #fad8ce

#fad8ce

Complementary Color

#fad8ce #cef0fa

#fad8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8ce Color CSS Codes

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

#fad8ce Text Font Color

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

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


#fad8ce Background Color

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

This div background color is #fad8ce


#fad8ce Border Color

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

This div border color is #fad8ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,216,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 #fad8ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8ce


Comments

No comments written yet.

Please login to write comment.