Color Hex Logo

#facebb Color Hex

#FACEBB
(250,206,187)
0 Favorites   0 Comments

Color spaces of #facebb

RGB 250206187
HSL0.050.860.86
HSV18°25°98°
CMYK 0.000.180.25   0.02
XYZ70.465368.054556.4356
Yxy68.05450.36140.3491
Hunter Lab82.49528.103717.1858
CIE-Lab86.033712.731315.2651

#facebb color RGB value is (250,206,187).

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

The process color (four color CMYK) of #facebb color hex is 0.00, 0.18, 0.25, 0.02. Web safe color of #facebb is #ffcccc. Color #facebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10111011
Octal 372 316 273
Decimal 250 206 187
Hex FA CE BB

RGB Percentages of Color #facebb

%38.88
%32.04
%29.08

CMYK Percentages of Color #facebb

%0
%18
%25
%2

Triadic Colors of #facebb

#facebb #bbface #cebbfa

Analogous Colors of #facebb

#facebb #faeebb #fabbc8

Monochromatic Colors of #facebb

#facebb

Complementary Color

#facebb #bbe7fa

#facebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facebb Color CSS Codes

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

#facebb Text Font Color

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

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


#facebb Background Color

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

This div background color is #facebb


#facebb Border Color

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

This div border color is #facebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facebb


Comments

No comments written yet.

Please login to write comment.