Color Hex Logo

#faebbb Color Hex

#FAEBBB
(250,235,187)
0 Favorites   0 Comments

Color spaces of #faebbb

RGB 250235187
HSL0.130.860.86
HSV46°25°98°
CMYK 0.000.060.25   0.02
XYZ78.102383.328558.9813
Yxy83.32850.35430.3781
Hunter Lab91.2844-7.024525.5903
CIE-Lab93.1581-2.186325.1684

#faebbb color RGB value is (250,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10111011
Octal 372 353 273
Decimal 250 235 187
Hex FA EB BB

RGB Percentages of Color #faebbb

%37.20
%34.97
%27.83

CMYK Percentages of Color #faebbb

%0
%6
%25
%2

Triadic Colors of #faebbb

#faebbb #bbfaeb #ebbbfa

Analogous Colors of #faebbb

#faebbb #eafabb #faccbb

Monochromatic Colors of #faebbb

#faebbb

Complementary Color

#faebbb #bbcafa

#faebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebbb Color CSS Codes

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

#faebbb Text Font Color

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

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


#faebbb Background Color

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

This div background color is #faebbb


#faebbb Border Color

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

This div border color is #faebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebbb


Comments

No comments written yet.

Please login to write comment.