Color Hex Logo

#fadaed Color Hex

#FADAED
(250,218,237)
0 Favorites   0 Comments

Color spaces of #fadaed

RGB 250218237
HSL0.900.760.92
HSV324°13°98°
CMYK 0.000.130.05   0.02
XYZ79.781876.581290.6975
Yxy76.58120.32290.3100
Hunter Lab87.51079.5913-0.1916
CIE-Lab90.128514.2053-5.2005

#fadaed color RGB value is (250,218,237).

#fadaed hex color red value is 250, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fadaed hue: 0.90 , saturation: 0.76 and the lightness value of fadaed is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11101101
Octal 372 332 355
Decimal 250 218 237
Hex FA DA ED

RGB Percentages of Color #fadaed

%35.46
%30.92
%33.62

CMYK Percentages of Color #fadaed

%0
%13
%5
%2

Triadic Colors of #fadaed

#fadaed #edfada #daedfa

Analogous Colors of #fadaed

#fadaed #fadadd #f7dafa

Monochromatic Colors of #fadaed

#fadaed

Complementary Color

#fadaed #dafae7

#fadaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaed Color CSS Codes

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

#fadaed Text Font Color

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

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


#fadaed Background Color

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

This div background color is #fadaed


#fadaed Border Color

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

This div border color is #fadaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaed


Comments

No comments written yet.

Please login to write comment.