Color Hex Logo

#fad8cc Color Hex

#FAD8CC
(250,216,204)
0 Favorites   0 Comments

Color spaces of #fad8cc

RGB 250216204
HSL0.040.820.89
HSV16°18°98°
CMYK 0.000.140.18   0.02
XYZ74.879373.795467.4241
Yxy73.79540.34650.3415
Hunter Lab85.90425.258913.5977
CIE-Lab88.82579.955010.2638

#fad8cc color RGB value is (250,216,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 11001100
Octal 372 330 314
Decimal 250 216 204
Hex FA D8 CC

RGB Percentages of Color #fad8cc

%37.31
%32.24
%30.45

CMYK Percentages of Color #fad8cc

%0
%14
%18
%2

Triadic Colors of #fad8cc

#fad8cc #ccfad8 #d8ccfa

Analogous Colors of #fad8cc

#fad8cc #faefcc #faccd7

Monochromatic Colors of #fad8cc

#fad8cc

Complementary Color

#fad8cc #cceefa

#fad8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8cc Color CSS Codes

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

#fad8cc Text Font Color

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

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


#fad8cc Background Color

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

This div background color is #fad8cc


#fad8cc Border Color

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

This div border color is #fad8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8cc

Related Colors


Comments

No comments written yet.

Please login to write comment.