Color Hex Logo

#facbda Color Hex

#FACBDA
(250,203,218)
0 Favorites   0 Comments

Color spaces of #facbda

RGB 250203218
HSL0.950.820.89
HSV341°19°98°
CMYK 0.000.190.13   0.02
XYZ73.435268.097875.6034
Yxy68.09780.33820.3136
Hunter Lab82.521414.43343.4454
CIE-Lab86.055318.9083-1.1447

#facbda color RGB value is (250,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11011010
Octal 372 313 332
Decimal 250 203 218
Hex FA CB DA

RGB Percentages of Color #facbda

%37.26
%30.25
%32.49

CMYK Percentages of Color #facbda

%0
%19
%13
%2

Triadic Colors of #facbda

#facbda #dafacb #cbdafa

Analogous Colors of #facbda

#facbda #fad4cb #facbf2

Monochromatic Colors of #facbda

#facbda

Complementary Color

#facbda #cbfaeb

#facbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbda Color CSS Codes

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

#facbda Text Font Color

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

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


#facbda Background Color

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

This div background color is #facbda


#facbda Border Color

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

This div border color is #facbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbda

Related Colors

#facbda Color Palettes


Comments

No comments written yet.

Please login to write comment.