Color Hex Logo

#fadfe1 Color Hex

#FADFE1
(250,223,225)
0 Favorites   0 Comments

Color spaces of #fadfe1

RGB 250223225
HSL0.990.730.93
HSV356°11°98°
CMYK 0.000.110.10   0.02
XYZ79.402678.535682.2081
Yxy78.53560.33060.3270
Hunter Lab88.62034.84807.0342
CIE-Lab91.02389.59802.4077

#fadfe1 color RGB value is (250,223,225).

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

The process color (four color CMYK) of #fadfe1 color hex is 0.00, 0.11, 0.10, 0.02. Web safe color of #fadfe1 is #ffcccc. Color #fadfe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11100001
Octal 372 337 341
Decimal 250 223 225
Hex FA DF E1

RGB Percentages of Color #fadfe1

%35.82
%31.95
%32.23

CMYK Percentages of Color #fadfe1

%0
%11
%10
%2

Triadic Colors of #fadfe1

#fadfe1 #e1fadf #dfe1fa

Analogous Colors of #fadfe1

#fadfe1 #faebdf #fadfef

Monochromatic Colors of #fadfe1

#fadfe1

Complementary Color

#fadfe1 #dffaf8

#fadfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfe1 Color CSS Codes

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

#fadfe1 Text Font Color

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

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


#fadfe1 Background Color

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

This div background color is #fadfe1


#fadfe1 Border Color

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

This div border color is #fadfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfe1


Comments

No comments written yet.

Please login to write comment.