Color Hex Logo

#fadee6 Color Hex

#FADEE6
(250,222,230)
0 Favorites   0 Comments

Color spaces of #fadee6

RGB 250222230
HSL0.950.740.93
HSV343°11°98°
CMYK 0.000.110.08   0.02
XYZ79.828578.279785.7650
Yxy78.27970.32730.3210
Hunter Lab88.47586.22144.4597
CIE-Lab90.907410.9401-0.3825

#fadee6 color RGB value is (250,222,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11100110
Octal 372 336 346
Decimal 250 222 230
Hex FA DE E6

RGB Percentages of Color #fadee6

%35.61
%31.62
%32.76

CMYK Percentages of Color #fadee6

%0
%11
%8
%2

Triadic Colors of #fadee6

#fadee6 #e6fade #dee6fa

Analogous Colors of #fadee6

#fadee6 #fae4de #fadef4

Monochromatic Colors of #fadee6

#fadee6

Complementary Color

#fadee6 #defaf2

#fadee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadee6 Color CSS Codes

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

#fadee6 Text Font Color

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

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


#fadee6 Background Color

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

This div background color is #fadee6


#fadee6 Border Color

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

This div border color is #fadee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadee6


Comments

No comments written yet.

Please login to write comment.