Color Hex Logo

#facaf7 Color Hex

#FACAF7
(250,202,247)
0 Favorites   0 Comments

Color spaces of #facaf7

RGB 250202247
HSL0.840.830.89
HSV304°19°98°
CMYK 0.000.190.01   0.02
XYZ77.333469.280597.2922
Yxy69.28050.31710.2840
Hunter Lab83.234920.1829-11.0389
CIE-Lab86.642824.3550-15.6651

#facaf7 color RGB value is (250,202,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11110111
Octal 372 312 367
Decimal 250 202 247
Hex FA CA F7

RGB Percentages of Color #facaf7

%35.77
%28.90
%35.34

CMYK Percentages of Color #facaf7

%0
%19
%1
%2

Triadic Colors of #facaf7

#facaf7 #f7faca #caf7fa

Analogous Colors of #facaf7

#facaf7 #facadf #e5cafa

Monochromatic Colors of #facaf7

#facaf7

Complementary Color

#facaf7 #cafacd

#facaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaf7 Color CSS Codes

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

#facaf7 Text Font Color

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

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


#facaf7 Background Color

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

This div background color is #facaf7


#facaf7 Border Color

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

This div border color is #facaf7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,202,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 #facaf7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.