Color Hex Logo

#fadcec Color Hex

#FADCEC
(250,220,236)
0 Favorites   0 Comments

Color spaces of #fadcec

RGB 250220236
HSL0.910.750.92
HSV328°12°98°
CMYK 0.000.120.06   0.02
XYZ80.157977.566590.1039
Yxy77.56650.32340.3130
Hunter Lab88.07188.33460.9923
CIE-Lab90.581712.9918-4.0077

#fadcec color RGB value is (250,220,236).

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

The process color (four color CMYK) of #fadcec color hex is 0.00, 0.12, 0.06, 0.02. Web safe color of #fadcec is #ffccff. Color #fadcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 11101100
Octal 372 334 354
Decimal 250 220 236
Hex FA DC EC

RGB Percentages of Color #fadcec

%35.41
%31.16
%33.43

CMYK Percentages of Color #fadcec

%0
%12
%6
%2

Triadic Colors of #fadcec

#fadcec #ecfadc #dcecfa

Analogous Colors of #fadcec

#fadcec #fadcdd #f9dcfa

Monochromatic Colors of #fadcec

#fadcec

Complementary Color

#fadcec #dcfaea

#fadcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcec Color CSS Codes

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

#fadcec Text Font Color

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

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


#fadcec Background Color

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

This div background color is #fadcec


#fadcec Border Color

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

This div border color is #fadcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcec

Related Colors


Comments

No comments written yet.

Please login to write comment.