Color Hex Logo

#faefeb Color Hex

#FAEFEB
(250,239,235)
0 Favorites   0 Comments

Color spaces of #faefeb

RGB 250239235
HSL0.040.600.95
HSV16°98°
CMYK 0.000.040.06   0.02
XYZ85.286288.055291.0985
Yxy88.05520.32250.3330
Hunter Lab93.8377-1.98298.1272
CIE-Lab95.18423.02033.2392

#faefeb color RGB value is (250,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11101011
Octal 372 357 353
Decimal 250 239 235
Hex FA EF EB

RGB Percentages of Color #faefeb

%34.53
%33.01
%32.46

CMYK Percentages of Color #faefeb

%0
%4
%6
%2

Triadic Colors of #faefeb

#faefeb #ebfaef #efebfa

Analogous Colors of #faefeb

#faefeb #faf7eb #faebef

Monochromatic Colors of #faefeb

#faefeb

Complementary Color

#faefeb #ebf6fa

#faefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefeb Color CSS Codes

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

#faefeb Text Font Color

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

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


#faefeb Background Color

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

This div background color is #faefeb


#faefeb Border Color

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

This div border color is #faefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefeb

Related Colors


Comments

No comments written yet.

Please login to write comment.