Color Hex Logo

#facbf7 Color Hex

#FACBF7
(250,203,247)
0 Favorites   0 Comments

Color spaces of #facbf7

RGB 250203247
HSL0.840.820.89
HSV304°19°98°
CMYK 0.000.190.01   0.02
XYZ77.568869.751397.3707
Yxy69.75130.31700.2851
Hunter Lab83.517219.6313-10.6627
CIE-Lab86.874723.8282-15.3169

#facbf7 color RGB value is (250,203,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11110111
Octal 372 313 367
Decimal 250 203 247
Hex FA CB F7

RGB Percentages of Color #facbf7

%35.71
%29.00
%35.29

CMYK Percentages of Color #facbf7

%0
%19
%1
%2

Triadic Colors of #facbf7

#facbf7 #f7facb #cbf7fa

Analogous Colors of #facbf7

#facbf7 #facbe0 #e6cbfa

Monochromatic Colors of #facbf7

#facbf7

Complementary Color

#facbf7 #cbface

#facbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbf7 Color CSS Codes

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

#facbf7 Text Font Color

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

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


#facbf7 Background Color

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

This div background color is #facbf7


#facbf7 Border Color

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

This div border color is #facbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbf7


Comments

No comments written yet.

Please login to write comment.