Color Hex Logo

#faccf9 Color Hex

#FACCF9
(250,204,249)
0 Favorites   0 Comments

Color spaces of #faccf9

RGB 250204249
HSL0.840.820.89
HSV301°18°98°
CMYK 0.000.180.00   0.02
XYZ78.116170.349399.0841
Yxy70.34930.31560.2842
Hunter Lab83.874519.4648-11.3294
CIE-Lab87.167923.6610-15.9351

#faccf9 color RGB value is (250,204,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11111001
Octal 372 314 371
Decimal 250 204 249
Hex FA CC F9

RGB Percentages of Color #faccf9

%35.56
%29.02
%35.42

CMYK Percentages of Color #faccf9

%0
%18
%0
%2

Triadic Colors of #faccf9

#faccf9 #f9facc #ccf9fa

Analogous Colors of #faccf9

#faccf9 #facce2 #e4ccfa

Monochromatic Colors of #faccf9

#faccf9

Complementary Color

#faccf9 #ccfacd

#faccf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccf9 Color CSS Codes

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

#faccf9 Text Font Color

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

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


#faccf9 Background Color

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

This div background color is #faccf9


#faccf9 Border Color

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

This div border color is #faccf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccf9


Comments

No comments written yet.

Please login to write comment.