Color Hex Logo

#fadefa Color Hex

#FADEFA
(250,222,250)
0 Favorites   0 Comments

Color spaces of #fadefa

RGB 250222250
HSL0.830.740.93
HSV300°11°98°
CMYK 0.000.110.00   0.02
XYZ82.800979.4687101.4174
Yxy79.46870.31400.3014
Hunter Lab89.14529.7923-5.0505
CIE-Lab91.445914.4026-10.0687

#fadefa color RGB value is (250,222,250).

#fadefa hex color red value is 250, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fadefa hue: 0.83 , saturation: 0.74 and the lightness value of fadefa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11111010
Octal 372 336 372
Decimal 250 222 250
Hex FA DE FA

RGB Percentages of Color #fadefa

%34.63
%30.75
%34.63

CMYK Percentages of Color #fadefa

%0
%11
%0
%2

Triadic Colors of #fadefa

#fadefa #fafade #defafa

Analogous Colors of #fadefa

#fadefa #fadeec #ecdefa

Monochromatic Colors of #fadefa

#fadefa

Complementary Color

#fadefa #defade

#fadefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadefa Color CSS Codes

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

#fadefa Text Font Color

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

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


#fadefa Background Color

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

This div background color is #fadefa


#fadefa Border Color

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

This div border color is #fadefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadefa

Related Colors


Comments

No comments written yet.

Please login to write comment.