Color Hex Logo

#faedfb Color Hex

#FAEDFB
(250,237,251)
0 Favorites   0 Comments

Color spaces of #faedfb

RGB 250237251
HSL0.820.640.96
HSV296°98°
CMYK 0.000.060.00   0.02
XYZ87.121187.8574103.6332
Yxy87.85740.31270.3153
Hunter Lab93.73231.87840.0598
CIE-Lab95.10096.8135-5.1794

#faedfb color RGB value is (250,237,251).

#faedfb hex color red value is 250, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #faedfb hue: 0.82 , saturation: 0.64 and the lightness value of faedfb is 0.96.

The process color (four color CMYK) of #faedfb color hex is 0.00, 0.06, 0.00, 0.02. Web safe color of #faedfb is #ffffff. Color #faedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11111011
Octal 372 355 373
Decimal 250 237 251
Hex FA ED FB

RGB Percentages of Color #faedfb

%33.88
%32.11
%34.01

CMYK Percentages of Color #faedfb

%0
%6
%0
%2

Triadic Colors of #faedfb

#faedfb #fbfaed #edfbfa

Analogous Colors of #faedfb

#faedfb #fbedf5 #f3edfb

Monochromatic Colors of #faedfb

#faedfb

Complementary Color

#faedfb #eefbed

#faedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedfb Color CSS Codes

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

#faedfb Text Font Color

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

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


#faedfb Background Color

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

This div background color is #faedfb


#faedfb Border Color

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

This div border color is #faedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedfb


Comments

No comments written yet.

Please login to write comment.