Color Hex Logo

#faccfa Color Hex

#FACCFA
(250,204,250)
2 Favorites   0 Comments

Color spaces of #faccfa

RGB 250204250
HSL0.830.820.89
HSV300°18°98°
CMYK 0.000.180.00   0.02
XYZ78.272570.411999.9079
Yxy70.41190.31490.2832
Hunter Lab83.911819.6582-11.8542
CIE-Lab87.198523.8415-16.4180

#faccfa color RGB value is (250,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11111010
Octal 372 314 372
Decimal 250 204 250
Hex FA CC FA

RGB Percentages of Color #faccfa

%35.51
%28.98
%35.51

CMYK Percentages of Color #faccfa

%0
%18
%0
%2

Triadic Colors of #faccfa

#faccfa #fafacc #ccfafa

Analogous Colors of #faccfa

#faccfa #facce3 #e3ccfa

Monochromatic Colors of #faccfa

#faccfa

Complementary Color

#faccfa #ccfacc

#faccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccfa Color CSS Codes

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

#faccfa Text Font Color

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

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


#faccfa Background Color

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

This div background color is #faccfa


#faccfa Border Color

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

This div border color is #faccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.