Color Hex Logo

#fadef0 Color Hex

#FADEF0
(250,222,240)
0 Favorites   0 Comments

Color spaces of #fadef0

RGB 250222240
HSL0.890.740.93
HSV321°11°98°
CMYK 0.000.110.04   0.02
XYZ81.273878.857893.3756
Yxy78.85780.32060.3111
Hunter Lab88.80197.9644-0.1824
CIE-Lab91.169912.6385-5.2392

#fadef0 color RGB value is (250,222,240).

#fadef0 hex color red value is 250, green value is 222 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fadef0 hue: 0.89 , saturation: 0.74 and the lightness value of fadef0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11110000
Octal 372 336 360
Decimal 250 222 240
Hex FA DE F0

RGB Percentages of Color #fadef0

%35.11
%31.18
%33.71

CMYK Percentages of Color #fadef0

%0
%11
%4
%2

Triadic Colors of #fadef0

#fadef0 #f0fade #def0fa

Analogous Colors of #fadef0

#fadef0 #fadee2 #f6defa

Monochromatic Colors of #fadef0

#fadef0

Complementary Color

#fadef0 #defae8

#fadef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadef0 Color CSS Codes

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

#fadef0 Text Font Color

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

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


#fadef0 Background Color

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

This div background color is #fadef0


#fadef0 Border Color

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

This div border color is #fadef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadef0

Related Colors


Comments

No comments written yet.

Please login to write comment.