Color Hex Logo

#facab8 Color Hex

#FACAB8
(250,202,184)
0 Favorites   0 Comments

Color spaces of #facab8

RGB 250202184
HSL0.050.870.85
HSV16°26°98°
CMYK 0.000.190.26   0.02
XYZ69.196666.025754.4446
Yxy66.02570.36480.3481
Hunter Lab81.25629.809717.1529
CIE-Lab85.009514.413415.4112

#facab8 color RGB value is (250,202,184).

#facab8 hex color red value is 250, green value is 202 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #facab8 hue: 0.05 , saturation: 0.87 and the lightness value of facab8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10111000
Octal 372 312 270
Decimal 250 202 184
Hex FA CA B8

RGB Percentages of Color #facab8

%39.31
%31.76
%28.93

CMYK Percentages of Color #facab8

%0
%19
%26
%2

Triadic Colors of #facab8

#facab8 #b8faca #cab8fa

Analogous Colors of #facab8

#facab8 #faebb8 #fab8c7

Monochromatic Colors of #facab8

#facab8

Complementary Color

#facab8 #b8e8fa

#facab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facab8 Color CSS Codes

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

#facab8 Text Font Color

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

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


#facab8 Background Color

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

This div background color is #facab8


#facab8 Border Color

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

This div border color is #facab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facab8


Comments

No comments written yet.

Please login to write comment.