Color Hex Logo

#faccf0 Color Hex

#FACCF0
(250,204,240)
0 Favorites   0 Comments

Color spaces of #faccf0

RGB 250204240
HSL0.870.820.89
HSV313°18°98°
CMYK 0.000.180.04   0.02
XYZ76.745469.801091.8661
Yxy69.80100.32190.2928
Hunter Lab83.547017.7610-6.7108
CIE-Lab86.899222.0637-11.5731

#faccf0 color RGB value is (250,204,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11110000
Octal 372 314 360
Decimal 250 204 240
Hex FA CC F0

RGB Percentages of Color #faccf0

%36.02
%29.39
%34.58

CMYK Percentages of Color #faccf0

%0
%18
%4
%2

Triadic Colors of #faccf0

#faccf0 #f0facc #ccf0fa

Analogous Colors of #faccf0

#faccf0 #faccd9 #edccfa

Monochromatic Colors of #faccf0

#faccf0

Complementary Color

#faccf0 #ccfad6

#faccf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccf0 Color CSS Codes

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

#faccf0 Text Font Color

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

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


#faccf0 Background Color

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

This div background color is #faccf0


#faccf0 Border Color

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

This div border color is #faccf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccf0


Comments

No comments written yet.

Please login to write comment.