Color Hex Logo

#facbdf Color Hex

#FACBDF
(250,203,223)
0 Favorites   0 Comments

Color spaces of #facbdf

RGB 250203223
HSL0.930.820.89
HSV334°19°98°
CMYK 0.000.190.11   0.02
XYZ74.099668.363679.1021
Yxy68.36360.33440.3085
Hunter Lab82.682315.27711.1549
CIE-Lab86.187919.7163-3.6068

#facbdf color RGB value is (250,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11011111
Octal 372 313 337
Decimal 250 203 223
Hex FA CB DF

RGB Percentages of Color #facbdf

%36.98
%30.03
%32.99

CMYK Percentages of Color #facbdf

%0
%19
%11
%2

Triadic Colors of #facbdf

#facbdf #dffacb #cbdffa

Analogous Colors of #facbdf

#facbdf #facfcb #facbf7

Monochromatic Colors of #facbdf

#facbdf

Complementary Color

#facbdf #cbfae6

#facbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbdf Color CSS Codes

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

#facbdf Text Font Color

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

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


#facbdf Background Color

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

This div background color is #facbdf


#facbdf Border Color

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

This div border color is #facbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.