Color Hex Logo

#fadfeb Color Hex

#FADFEB
(250,223,235)
0 Favorites   0 Comments

Color spaces of #fadfeb

RGB 250223235
HSL0.930.730.93
HSV333°11°98°
CMYK 0.000.110.06   0.02
XYZ80.807479.097589.6056
Yxy79.09750.32390.3170
Hunter Lab88.93686.54462.5199
CIE-Lab91.278411.2614-2.4597

#fadfeb color RGB value is (250,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11101011
Octal 372 337 353
Decimal 250 223 235
Hex FA DF EB

RGB Percentages of Color #fadfeb

%35.31
%31.50
%33.19

CMYK Percentages of Color #fadfeb

%0
%11
%6
%2

Triadic Colors of #fadfeb

#fadfeb #ebfadf #dfebfa

Analogous Colors of #fadfeb

#fadfeb #fae1df #fadff9

Monochromatic Colors of #fadfeb

#fadfeb

Complementary Color

#fadfeb #dffaee

#fadfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfeb Color CSS Codes

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

#fadfeb Text Font Color

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

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


#fadfeb Background Color

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

This div background color is #fadfeb


#fadfeb Border Color

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

This div border color is #fadfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfeb


Comments

No comments written yet.

Please login to write comment.