Color Hex Logo

#facbd7 Color Hex

#FACBD7
(250,203,215)
0 Favorites   0 Comments

Color spaces of #facbd7

RGB 250203215
HSL0.960.820.89
HSV345°19°98°
CMYK 0.000.190.14   0.02
XYZ73.046067.942273.5542
Yxy67.94220.34050.3167
Hunter Lab82.427113.93754.7912
CIE-Lab85.977518.43170.3360

#facbd7 color RGB value is (250,203,215).

#facbd7 hex color red value is 250, green value is 203 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #facbd7 hue: 0.96 , saturation: 0.82 and the lightness value of facbd7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11010111
Octal 372 313 327
Decimal 250 203 215
Hex FA CB D7

RGB Percentages of Color #facbd7

%37.43
%30.39
%32.19

CMYK Percentages of Color #facbd7

%0
%19
%14
%2

Triadic Colors of #facbd7

#facbd7 #d7facb #cbd7fa

Analogous Colors of #facbd7

#facbd7 #fad7cb #facbef

Monochromatic Colors of #facbd7

#facbd7

Complementary Color

#facbd7 #cbfaee

#facbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbd7 Color CSS Codes

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

#facbd7 Text Font Color

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

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


#facbd7 Background Color

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

This div background color is #facbd7


#facbd7 Border Color

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

This div border color is #facbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbd7


Comments

No comments written yet.

Please login to write comment.