Color Hex Logo

#facbdc Color Hex

#FACBDC
(250,203,220)
0 Favorites   0 Comments

Color spaces of #facbdc

RGB 250203220
HSL0.940.820.89
HSV338°19°98°
CMYK 0.000.190.12   0.02
XYZ73.698568.203276.9903
Yxy68.20320.33670.3116
Hunter Lab82.585214.76802.5364
CIE-Lab86.108019.2292-2.1303

#facbdc color RGB value is (250,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11011100
Octal 372 313 334
Decimal 250 203 220
Hex FA CB DC

RGB Percentages of Color #facbdc

%37.15
%30.16
%32.69

CMYK Percentages of Color #facbdc

%0
%19
%12
%2

Triadic Colors of #facbdc

#facbdc #dcfacb #cbdcfa

Analogous Colors of #facbdc

#facbdc #fad2cb #facbf4

Monochromatic Colors of #facbdc

#facbdc

Complementary Color

#facbdc #cbfae9

#facbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbdc Color CSS Codes

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

#facbdc Text Font Color

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

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


#facbdc Background Color

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

This div background color is #facbdc


#facbdc Border Color

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

This div border color is #facbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbdc


Comments

No comments written yet.

Please login to write comment.