Color Hex Logo

#fad9ef Color Hex

#FAD9EF
(250,217,239)
0 Favorites   0 Comments

Color spaces of #fad9ef

RGB 250217239
HSL0.890.770.92
HSV320°13°98°
CMYK 0.000.130.04   0.02
XYZ79.817276.181792.1591
Yxy76.18170.32160.3070
Hunter Lab87.282110.4898-1.5054
CIE-Lab89.943615.0719-6.5247

#fad9ef color RGB value is (250,217,239).

#fad9ef hex color red value is 250, green value is 217 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fad9ef hue: 0.89 , saturation: 0.77 and the lightness value of fad9ef is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 11101111
Octal 372 331 357
Decimal 250 217 239
Hex FA D9 EF

RGB Percentages of Color #fad9ef

%35.41
%30.74
%33.85

CMYK Percentages of Color #fad9ef

%0
%13
%4
%2

Triadic Colors of #fad9ef

#fad9ef #effad9 #d9effa

Analogous Colors of #fad9ef

#fad9ef #fad9df #f5d9fa

Monochromatic Colors of #fad9ef

#fad9ef

Complementary Color

#fad9ef #d9fae4

#fad9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad9ef Color CSS Codes

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

#fad9ef Text Font Color

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

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


#fad9ef Background Color

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

This div background color is #fad9ef


#fad9ef Border Color

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

This div border color is #fad9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad9ef

Related Colors


Comments

No comments written yet.

Please login to write comment.