Color Hex Logo

#fadfe9 Color Hex

#FADFE9
(250,223,233)
0 Favorites   0 Comments

Color spaces of #fadfe9

RGB 250223233
HSL0.940.730.93
HSV338°11°98°
CMYK 0.000.110.07   0.02
XYZ80.520078.982588.0921
Yxy78.98250.32520.3190
Hunter Lab88.87216.19863.4408
CIE-Lab91.226410.9234-1.4882

#fadfe9 color RGB value is (250,223,233).

#fadfe9 hex color red value is 250, green value is 223 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fadfe9 hue: 0.94 , saturation: 0.73 and the lightness value of fadfe9 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11101001
Octal 372 337 351
Decimal 250 223 233
Hex FA DF E9

RGB Percentages of Color #fadfe9

%35.41
%31.59
%33.00

CMYK Percentages of Color #fadfe9

%0
%11
%7
%2

Triadic Colors of #fadfe9

#fadfe9 #e9fadf #dfe9fa

Analogous Colors of #fadfe9

#fadfe9 #fae3df #fadff7

Monochromatic Colors of #fadfe9

#fadfe9

Complementary Color

#fadfe9 #dffaf0

#fadfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfe9 Color CSS Codes

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

#fadfe9 Text Font Color

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

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


#fadfe9 Background Color

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

This div background color is #fadfe9


#fadfe9 Border Color

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

This div border color is #fadfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfe9


Comments

No comments written yet.

Please login to write comment.