Color Hex Logo

#facbde Color Hex

#FACBDE
(250,203,222)
0 Favorites   0 Comments

Color spaces of #facbde

RGB 250203222
HSL0.930.820.89
HSV336°19°98°
CMYK 0.000.190.11   0.02
XYZ73.965168.309878.3940
Yxy68.30980.33520.3096
Hunter Lab82.649715.10661.6177
CIE-Lab86.161119.5532-3.1150

#facbde color RGB value is (250,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11011110
Octal 372 313 336
Decimal 250 203 222
Hex FA CB DE

RGB Percentages of Color #facbde

%37.04
%30.07
%32.89

CMYK Percentages of Color #facbde

%0
%19
%11
%2

Triadic Colors of #facbde

#facbde #defacb #cbdefa

Analogous Colors of #facbde

#facbde #fad0cb #facbf6

Monochromatic Colors of #facbde

#facbde

Complementary Color

#facbde #cbfae7

#facbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbde Color CSS Codes

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

#facbde Text Font Color

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

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


#facbde Background Color

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

This div background color is #facbde


#facbde Border Color

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

This div border color is #facbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbde

Related Colors


Comments

No comments written yet.

Please login to write comment.