Color Hex Logo

#faedeb Color Hex

#FAEDEB
(250,237,235)
0 Favorites   0 Comments

Color spaces of #faedeb

RGB 250237235
HSL0.020.600.95
HSV98°
CMYK 0.000.050.06   0.02
XYZ84.703986.890590.9044
Yxy86.89050.32270.3310
Hunter Lab93.2151-0.92477.4303
CIE-Lab94.69184.04262.5242

#faedeb color RGB value is (250,237,235).

#faedeb hex color red value is 250, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #faedeb hue: 0.02 , saturation: 0.60 and the lightness value of faedeb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11101011
Octal 372 355 353
Decimal 250 237 235
Hex FA ED EB

RGB Percentages of Color #faedeb

%34.63
%32.83
%32.55

CMYK Percentages of Color #faedeb

%0
%5
%6
%2

Triadic Colors of #faedeb

#faedeb #ebfaed #edebfa

Analogous Colors of #faedeb

#faedeb #faf5eb #faebf1

Monochromatic Colors of #faedeb

#faedeb

Complementary Color

#faedeb #ebf8fa

#faedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedeb Color CSS Codes

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

#faedeb Text Font Color

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

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


#faedeb Background Color

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

This div background color is #faedeb


#faedeb Border Color

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

This div border color is #faedeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,237,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 #faedeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedeb


Comments

No comments written yet.

Please login to write comment.