Color Hex Logo

#faccfc Color Hex

#FACCFC
(250,204,252)
0 Favorites   0 Comments

Color spaces of #faccfc

RGB 250204252
HSL0.830.890.89
HSV298°19°99°
CMYK 0.010.190.00   0.01
XYZ78.587970.5380101.5686
Yxy70.53800.31350.2814
Hunter Lab83.986920.0482-12.9108
CIE-Lab87.260124.2048-17.3828

#faccfc color RGB value is (250,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11111100
Octal 372 314 374
Decimal 250 204 252
Hex FA CC FC

RGB Percentages of Color #faccfc

%35.41
%28.90
%35.69

CMYK Percentages of Color #faccfc

%1
%19
%0
%1

Triadic Colors of #faccfc

#faccfc #fcfacc #ccfcfa

Analogous Colors of #faccfc

#faccfc #fccce6 #e2ccfc

Monochromatic Colors of #faccfc

#faccfc

Complementary Color

#faccfc #cefccc

#faccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccfc Color CSS Codes

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

#faccfc Text Font Color

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

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


#faccfc Background Color

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

This div background color is #faccfc


#faccfc Border Color

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

This div border color is #faccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.