Color Hex Logo

#facbd1 Color Hex

#FACBD1
(250,203,209)
0 Favorites   0 Comments

Color spaces of #facbd1

RGB 250203209
HSL0.980.820.89
HSV352°19°98°
CMYK 0.000.190.16   0.02
XYZ72.288967.639369.5673
Yxy67.63930.34510.3229
Hunter Lab82.243112.97007.4183
CIE-Lab85.825817.49803.3041

#facbd1 color RGB value is (250,203,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11010001
Octal 372 313 321
Decimal 250 203 209
Hex FA CB D1

RGB Percentages of Color #facbd1

%37.76
%30.66
%31.57

CMYK Percentages of Color #facbd1

%0
%19
%16
%2

Triadic Colors of #facbd1

#facbd1 #d1facb #cbd1fa

Analogous Colors of #facbd1

#facbd1 #faddcb #facbe9

Monochromatic Colors of #facbd1

#facbd1

Complementary Color

#facbd1 #cbfaf4

#facbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbd1 Color CSS Codes

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

#facbd1 Text Font Color

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

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


#facbd1 Background Color

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

This div background color is #facbd1


#facbd1 Border Color

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

This div border color is #facbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbd1


Comments

No comments written yet.

Please login to write comment.