Color Hex Logo

#faebe4 Color Hex

#FAEBE4
(250,235,228)
0 Favorites   0 Comments

Color spaces of #faebe4

RGB 250235228
HSL0.050.690.94
HSV19°98°
CMYK 0.000.060.09   0.02
XYZ83.136385.342185.4897
Yxy85.34210.32730.3360
Hunter Lab92.3808-1.02889.7993
CIE-Lab94.03033.90695.1997

#faebe4 color RGB value is (250,235,228).

#faebe4 hex color red value is 250, green value is 235 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #faebe4 hue: 0.05 , saturation: 0.69 and the lightness value of faebe4 is 0.94.

The process color (four color CMYK) of #faebe4 color hex is 0.00, 0.06, 0.09, 0.02. Web safe color of #faebe4 is #ffffcc. Color #faebe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11100100
Octal 372 353 344
Decimal 250 235 228
Hex FA EB E4

RGB Percentages of Color #faebe4

%35.06
%32.96
%31.98

CMYK Percentages of Color #faebe4

%0
%6
%9
%2

Triadic Colors of #faebe4

#faebe4 #e4faeb #ebe4fa

Analogous Colors of #faebe4

#faebe4 #faf6e4 #fae4e8

Monochromatic Colors of #faebe4

#faebe4

Complementary Color

#faebe4 #e4f3fa

#faebe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebe4 Color CSS Codes

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

#faebe4 Text Font Color

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

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


#faebe4 Background Color

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

This div background color is #faebe4


#faebe4 Border Color

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

This div border color is #faebe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebe4


Comments

No comments written yet.

Please login to write comment.