Color Hex Logo

#faebe9 Color Hex

#FAEBE9
(250,235,233)
0 Favorites   0 Comments

Color spaces of #faebe9

RGB 250235233
HSL0.020.630.95
HSV98°
CMYK 0.000.060.07   0.02
XYZ83.840785.623889.1990
Yxy85.62380.32410.3310
Hunter Lab92.5331-0.20107.6195
CIE-Lab94.15134.73242.7774

#faebe9 color RGB value is (250,235,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11101001
Octal 372 353 351
Decimal 250 235 233
Hex FA EB E9

RGB Percentages of Color #faebe9

%34.82
%32.73
%32.45

CMYK Percentages of Color #faebe9

%0
%6
%7
%2

Triadic Colors of #faebe9

#faebe9 #e9faeb #ebe9fa

Analogous Colors of #faebe9

#faebe9 #faf4e9 #fae9f0

Monochromatic Colors of #faebe9

#faebe9

Complementary Color

#faebe9 #e9f8fa

#faebe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebe9 Color CSS Codes

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

#faebe9 Text Font Color

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

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


#faebe9 Background Color

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

This div background color is #faebe9


#faebe9 Border Color

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

This div border color is #faebe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebe9

Related Colors


Comments

No comments written yet.

Please login to write comment.