Color Hex Logo

#facbf1 Color Hex

#FACBF1
(250,203,241)
0 Favorites   0 Comments

Color spaces of #facbf1

RGB 250203241
HSL0.870.820.89
HSV311°19°98°
CMYK 0.000.190.04   0.02
XYZ76.657569.386792.5718
Yxy69.38670.32130.2908
Hunter Lab83.298718.4960-7.5813
CIE-Lab86.695222.7652-12.4075

#facbf1 color RGB value is (250,203,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11110001
Octal 372 313 361
Decimal 250 203 241
Hex FA CB F1

RGB Percentages of Color #facbf1

%36.02
%29.25
%34.73

CMYK Percentages of Color #facbf1

%0
%19
%4
%2

Triadic Colors of #facbf1

#facbf1 #f1facb #cbf1fa

Analogous Colors of #facbf1

#facbf1 #facbda #eccbfa

Monochromatic Colors of #facbf1

#facbf1

Complementary Color

#facbf1 #cbfad4

#facbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbf1 Color CSS Codes

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

#facbf1 Text Font Color

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

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


#facbf1 Background Color

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

This div background color is #facbf1


#facbf1 Border Color

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

This div border color is #facbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbf1

Related Colors


Comments

No comments written yet.

Please login to write comment.