Color Hex Logo

#facbbe Color Hex

#FACBBE
(250,203,190)
0 Favorites   0 Comments

Color spaces of #facbbe

RGB 250203190
HSL0.040.860.86
HSV13°24°98°
CMYK 0.000.190.24   0.02
XYZ70.074566.753657.9066
Yxy66.75360.35980.3428
Hunter Lab81.702910.114915.1705
CIE-Lab85.379414.713512.7531

#facbbe color RGB value is (250,203,190).

#facbbe hex color red value is 250, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #facbbe hue: 0.04 , saturation: 0.86 and the lightness value of facbbe is 0.86.

The process color (four color CMYK) of #facbbe color hex is 0.00, 0.19, 0.24, 0.02. Web safe color of #facbbe is #ffcccc. Color #facbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 10111110
Octal 372 313 276
Decimal 250 203 190
Hex FA CB BE

RGB Percentages of Color #facbbe

%38.88
%31.57
%29.55

CMYK Percentages of Color #facbbe

%0
%19
%24
%2

Triadic Colors of #facbbe

#facbbe #befacb #cbbefa

Analogous Colors of #facbbe

#facbbe #fae9be #fabecf

Monochromatic Colors of #facbbe

#facbbe

Complementary Color

#facbbe #beedfa

#facbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbbe Color CSS Codes

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

#facbbe Text Font Color

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

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


#facbbe Background Color

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

This div background color is #facbbe


#facbbe Border Color

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

This div border color is #facbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbbe

#facbbe Color Palettes


Comments

No comments written yet.

Please login to write comment.