Color Hex Logo

#fac8fe Color Hex

#FAC8FE
(250,200,254)
0 Favorites   0 Comments

Color spaces of #fac8fe

RGB 250200254
HSL0.820.960.89
HSV296°21°100°
CMYK 0.020.210.00   0.00
XYZ77.968068.7883102.9340
Yxy68.78830.31230.2755
Hunter Lab82.938722.6593-15.5268
CIE-Lab86.399126.6786-19.7389

#fac8fe color RGB value is (250,200,254).

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

The process color (four color CMYK) of #fac8fe color hex is 0.02, 0.21, 0.00, 0.00. Web safe color of #fac8fe is #ffccff. Color #fac8fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 11111110
Octal 372 310 376
Decimal 250 200 254
Hex FA C8 FE

RGB Percentages of Color #fac8fe

%35.51
%28.41
%36.08

CMYK Percentages of Color #fac8fe

%2
%21
%0
%0

Triadic Colors of #fac8fe

#fac8fe #fefac8 #c8fefa

Analogous Colors of #fac8fe

#fac8fe #fec8e7 #dfc8fe

Monochromatic Colors of #fac8fe

#fac8fe

Complementary Color

#fac8fe #ccfec8

#fac8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac8fe Color CSS Codes

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

#fac8fe Text Font Color

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

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


#fac8fe Background Color

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

This div background color is #fac8fe


#fac8fe Border Color

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

This div border color is #fac8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac8fe

Related Colors


Comments

No comments written yet.

Please login to write comment.