Color Hex Logo

#faccc7 Color Hex

#FACCC7
(250,204,199)
0 Favorites   0 Comments

Color spaces of #faccc7

RGB 250204199
HSL0.020.840.88
HSV20°98°
CMYK 0.000.180.20   0.02
XYZ71.326067.633263.3281
Yxy67.63320.35260.3343
Hunter Lab82.239410.893611.9116
CIE-Lab85.822715.47578.6106

#faccc7 color RGB value is (250,204,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11000111
Octal 372 314 307
Decimal 250 204 199
Hex FA CC C7

RGB Percentages of Color #faccc7

%38.28
%31.24
%30.47

CMYK Percentages of Color #faccc7

%0
%18
%20
%2

Triadic Colors of #faccc7

#faccc7 #c7facc #ccc7fa

Analogous Colors of #faccc7

#faccc7 #fae6c7 #fac7dc

Monochromatic Colors of #faccc7

#faccc7

Complementary Color

#faccc7 #c7f5fa

#faccc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccc7 Color CSS Codes

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

#faccc7 Text Font Color

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

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


#faccc7 Background Color

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

This div background color is #faccc7


#faccc7 Border Color

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

This div border color is #faccc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccc7


Comments

No comments written yet.

Please login to write comment.