Color Hex Logo

#fad9ce Color Hex

#FAD9CE
(250,217,206)
0 Favorites   0 Comments

Color spaces of #fad9ce

RGB 250217206
HSL0.040.810.89
HSV15°18°98°
CMYK 0.000.130.18   0.02
XYZ75.377874.405968.7815
Yxy74.40590.34490.3404
Hunter Lab86.25895.030313.1043
CIE-Lab89.11409.73509.6244

#fad9ce color RGB value is (250,217,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 11001110
Octal 372 331 316
Decimal 250 217 206
Hex FA D9 CE

RGB Percentages of Color #fad9ce

%37.15
%32.24
%30.61

CMYK Percentages of Color #fad9ce

%0
%13
%18
%2

Triadic Colors of #fad9ce

#fad9ce #cefad9 #d9cefa

Analogous Colors of #fad9ce

#fad9ce #faefce #faced9

Monochromatic Colors of #fad9ce

#fad9ce

Complementary Color

#fad9ce #ceeffa

#fad9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad9ce Color CSS Codes

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

#fad9ce Text Font Color

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

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


#fad9ce Background Color

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

This div background color is #fad9ce


#fad9ce Border Color

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

This div border color is #fad9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad9ce

#fad9ce Color Palettes


Comments

No comments written yet.

Please login to write comment.