Color Hex Logo

#fac9fc Color Hex

#FAC9FC
(250,201,252)
0 Favorites   0 Comments

Color spaces of #fac9fc

RGB 250201252
HSL0.830.890.89
HSV298°20°99°
CMYK 0.010.200.00   0.01
XYZ77.881769.1256101.3332
Yxy69.12560.31360.2784
Hunter Lab83.141821.7087-14.0634
CIE-Lab86.566225.7856-18.4280

#fac9fc color RGB value is (250,201,252).

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

The process color (four color CMYK) of #fac9fc color hex is 0.01, 0.20, 0.00, 0.01. Web safe color of #fac9fc is #ffccff. Color #fac9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 11111100
Octal 372 311 374
Decimal 250 201 252
Hex FA C9 FC

RGB Percentages of Color #fac9fc

%35.56
%28.59
%35.85

CMYK Percentages of Color #fac9fc

%1
%20
%0
%1

Triadic Colors of #fac9fc

#fac9fc #fcfac9 #c9fcfa

Analogous Colors of #fac9fc

#fac9fc #fcc9e5 #e1c9fc

Monochromatic Colors of #fac9fc

#fac9fc

Complementary Color

#fac9fc #cbfcc9

#fac9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac9fc Color CSS Codes

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

#fac9fc Text Font Color

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

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


#fac9fc Background Color

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

This div background color is #fac9fc


#fac9fc Border Color

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

This div border color is #fac9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.