Color Hex Logo

#facbeb Color Hex

#FACBEB
(250,203,235)
0 Favorites   0 Comments

Color spaces of #facbeb

RGB 250203235
HSL0.890.820.89
HSV319°19°98°
CMYK 0.000.190.06   0.02
XYZ75.775769.034087.9284
Yxy69.03400.32560.2966
Hunter Lab83.086717.3916-4.5843
CIE-Lab86.520921.7250-9.4856

#facbeb color RGB value is (250,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11101011
Octal 372 313 353
Decimal 250 203 235
Hex FA CB EB

RGB Percentages of Color #facbeb

%36.34
%29.51
%34.16

CMYK Percentages of Color #facbeb

%0
%19
%6
%2

Triadic Colors of #facbeb

#facbeb #ebfacb #cbebfa

Analogous Colors of #facbeb

#facbeb #facbd4 #f2cbfa

Monochromatic Colors of #facbeb

#facbeb

Complementary Color

#facbeb #cbfada

#facbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbeb Color CSS Codes

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

#facbeb Text Font Color

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

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


#facbeb Background Color

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

This div background color is #facbeb


#facbeb Border Color

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

This div border color is #facbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.