Color Hex Logo

#fadfec Color Hex

#FADFEC
(250,223,236)
0 Favorites   0 Comments

Color spaces of #fadfec

RGB 250223236
HSL0.920.730.93
HSV331°11°98°
CMYK 0.000.110.06   0.02
XYZ80.952379.155590.3688
Yxy79.15550.32320.3160
Hunter Lab88.96946.71892.0560
CIE-Lab91.304611.4313-2.9452

#fadfec color RGB value is (250,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11101100
Octal 372 337 354
Decimal 250 223 236
Hex FA DF EC

RGB Percentages of Color #fadfec

%35.26
%31.45
%33.29

CMYK Percentages of Color #fadfec

%0
%11
%6
%2

Triadic Colors of #fadfec

#fadfec #ecfadf #dfecfa

Analogous Colors of #fadfec

#fadfec #fae0df #fadffa

Monochromatic Colors of #fadfec

#fadfec

Complementary Color

#fadfec #dffaed

#fadfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfec Color CSS Codes

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

#fadfec Text Font Color

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

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


#fadfec Background Color

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

This div background color is #fadfec


#fadfec Border Color

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

This div border color is #fadfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfec

#fadfec Color Palettes


Comments

No comments written yet.

Please login to write comment.