Color Hex Logo

#faebbc Color Hex

#FAEBBC
(250,235,188)
0 Favorites   0 Comments

Color spaces of #faebbc

RGB 250235188
HSL0.130.860.86
HSV45°25°98°
CMYK 0.000.060.25   0.02
XYZ78.209883.371559.5472
Yxy83.37150.35370.3770
Hunter Lab91.3080-6.894925.2492
CIE-Lab93.1768-2.052424.6810

#faebbc color RGB value is (250,235,188).

#faebbc hex color red value is 250, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #faebbc hue: 0.13 , saturation: 0.86 and the lightness value of faebbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10111100
Octal 372 353 274
Decimal 250 235 188
Hex FA EB BC

RGB Percentages of Color #faebbc

%37.15
%34.92
%27.93

CMYK Percentages of Color #faebbc

%0
%6
%25
%2

Triadic Colors of #faebbc

#faebbc #bcfaeb #ebbcfa

Analogous Colors of #faebbc

#faebbc #eafabc #faccbc

Monochromatic Colors of #faebbc

#faebbc

Complementary Color

#faebbc #bccbfa

#faebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebbc Color CSS Codes

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

#faebbc Text Font Color

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

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


#faebbc Background Color

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

This div background color is #faebbc


#faebbc Border Color

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

This div border color is #faebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebbc

Related Colors


Comments

No comments written yet.

Please login to write comment.