Color Hex Logo

#faccc6 Color Hex

#FACCC6
(250,204,198)
0 Favorites   0 Comments

Color spaces of #faccc6

RGB 250204198
HSL0.020.840.88
HSV21°98°
CMYK 0.000.180.21   0.02
XYZ71.210267.586962.7185
Yxy67.58690.35340.3354
Hunter Lab82.211310.744412.3159
CIE-Lab85.799515.32999.1079

#faccc6 color RGB value is (250,204,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11000110
Octal 372 314 306
Decimal 250 204 198
Hex FA CC C6

RGB Percentages of Color #faccc6

%38.34
%31.29
%30.37

CMYK Percentages of Color #faccc6

%0
%18
%21
%2

Triadic Colors of #faccc6

#faccc6 #c6facc #ccc6fa

Analogous Colors of #faccc6

#faccc6 #fae6c6 #fac6da

Monochromatic Colors of #faccc6

#faccc6

Complementary Color

#faccc6 #c6f4fa

#faccc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccc6 Color CSS Codes

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

#faccc6 Text Font Color

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

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


#faccc6 Background Color

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

This div background color is #faccc6


#faccc6 Border Color

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

This div border color is #faccc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccc6

Related Colors

#faccc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.