Color Hex Logo

#fadfee Color Hex

#FADFEE
(250,223,238)
0 Favorites   0 Comments

Color spaces of #fadfee

RGB 250223238
HSL0.910.730.93
HSV327°11°98°
CMYK 0.000.110.05   0.02
XYZ81.244679.272491.9080
Yxy79.27240.32190.3140
Hunter Lab89.03507.07011.1214
CIE-Lab91.357411.7735-3.9152

#fadfee color RGB value is (250,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11101110
Octal 372 337 356
Decimal 250 223 238
Hex FA DF EE

RGB Percentages of Color #fadfee

%35.16
%31.36
%33.47

CMYK Percentages of Color #fadfee

%0
%11
%5
%2

Triadic Colors of #fadfee

#fadfee #eefadf #dfeefa

Analogous Colors of #fadfee

#fadfee #fadfe1 #f9dffa

Monochromatic Colors of #fadfee

#fadfee

Complementary Color

#fadfee #dffaeb

#fadfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfee Color CSS Codes

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

#fadfee Text Font Color

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

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


#fadfee Background Color

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

This div background color is #fadfee


#fadfee Border Color

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

This div border color is #fadfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfee


Comments

No comments written yet.

Please login to write comment.