Color Hex Logo

#facabc Color Hex

#FACABC
(250,202,188)
0 Favorites   0 Comments

Color spaces of #facabc

RGB 250202188
HSL0.040.860.86
HSV14°25°98°
CMYK 0.000.190.25   0.02
XYZ69.622066.195956.6846
Yxy66.19590.36170.3439
Hunter Lab81.360910.364315.6449
CIE-Lab85.096214.959513.4129

#facabc color RGB value is (250,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10111100
Octal 372 312 274
Decimal 250 202 188
Hex FA CA BC

RGB Percentages of Color #facabc

%39.06
%31.56
%29.38

CMYK Percentages of Color #facabc

%0
%19
%25
%2

Triadic Colors of #facabc

#facabc #bcfaca #cabcfa

Analogous Colors of #facabc

#facabc #fae9bc #fabccd

Monochromatic Colors of #facabc

#facabc

Complementary Color

#facabc #bcecfa

#facabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facabc Color CSS Codes

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

#facabc Text Font Color

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

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


#facabc Background Color

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

This div background color is #facabc


#facabc Border Color

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

This div border color is #facabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facabc


Comments

No comments written yet.

Please login to write comment.