Color Hex Logo

#facbcb Color Hex

#FACBCB
(250,203,203)
1 Favorites   0 Comments

Color spaces of #facbcb

RGB 250203203
HSL0.000.820.89
HSV19°98°
CMYK 0.000.190.19   0.02
XYZ71.559867.347765.7277
Yxy67.34770.34970.3291
Hunter Lab82.065612.03409.9596
CIE-Lab85.679216.59016.2807

#facbcb color RGB value is (250,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11001011
Octal 372 313 313
Decimal 250 203 203
Hex FA CB CB

RGB Percentages of Color #facbcb

%38.11
%30.95
%30.95

CMYK Percentages of Color #facbcb

%0
%19
%19
%2

Triadic Colors of #facbcb

#facbcb #cbfacb #cbcbfa

Analogous Colors of #facbcb

#facbcb #fae3cb #facbe3

Monochromatic Colors of #facbcb

#facbcb

Complementary Color

#facbcb #cbfafa

#facbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbcb Color CSS Codes

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

#facbcb Text Font Color

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

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


#facbcb Background Color

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

This div background color is #facbcb


#facbcb Border Color

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

This div border color is #facbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbcb

Related Colors

#facbcb Color Palettes


Comments

No comments written yet.

Please login to write comment.