Color Hex Logo

#fadde5 Color Hex

#FADDE5
(250,221,229)
0 Favorites   0 Comments

Color spaces of #fadde5

RGB 250221229
HSL0.950.740.92
HSV343°12°98°
CMYK 0.000.120.08   0.02
XYZ79.423677.694084.9391
Yxy77.69400.32810.3210
Hunter Lab88.14426.58764.5668
CIE-Lab90.640111.2933-0.2486

#fadde5 color RGB value is (250,221,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11100101
Octal 372 335 345
Decimal 250 221 229
Hex FA DD E5

RGB Percentages of Color #fadde5

%35.71
%31.57
%32.71

CMYK Percentages of Color #fadde5

%0
%12
%8
%2

Triadic Colors of #fadde5

#fadde5 #e5fadd #dde5fa

Analogous Colors of #fadde5

#fadde5 #fae4dd #faddf4

Monochromatic Colors of #fadde5

#fadde5

Complementary Color

#fadde5 #ddfaf2

#fadde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadde5 Color CSS Codes

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

#fadde5 Text Font Color

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

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


#fadde5 Background Color

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

This div background color is #fadde5


#fadde5 Border Color

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

This div border color is #fadde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadde5


Comments

No comments written yet.

Please login to write comment.