Color Hex Logo

#fadcd8 Color Hex

#FADCD8
(250,220,216)
0 Favorites   0 Comments

Color spaces of #fadcd8

RGB 250220216
HSL0.020.770.91
HSV14°98°
CMYK 0.000.120.14   0.02
XYZ77.412276.468375.6455
Yxy76.46830.33730.3332
Hunter Lab87.44624.98749.9234
CIE-Lab90.07639.71375.7552

#fadcd8 color RGB value is (250,220,216).

#fadcd8 hex color red value is 250, green value is 220 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fadcd8 hue: 0.02 , saturation: 0.77 and the lightness value of fadcd8 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 11011000
Octal 372 334 330
Decimal 250 220 216
Hex FA DC D8

RGB Percentages of Color #fadcd8

%36.44
%32.07
%31.49

CMYK Percentages of Color #fadcd8

%0
%12
%14
%2

Triadic Colors of #fadcd8

#fadcd8 #d8fadc #dcd8fa

Analogous Colors of #fadcd8

#fadcd8 #faedd8 #fad8e5

Monochromatic Colors of #fadcd8

#fadcd8

Complementary Color

#fadcd8 #d8f6fa

#fadcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcd8 Color CSS Codes

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

#fadcd8 Text Font Color

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

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


#fadcd8 Background Color

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

This div background color is #fadcd8


#fadcd8 Border Color

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

This div border color is #fadcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcd8


Comments

No comments written yet.

Please login to write comment.