Color Hex Logo

#fafcc6 Color Hex

#FAFCC6
(250,252,198)
0 Favorites   0 Comments

Color spaces of #fafcc6

RGB 250252198
HSL0.170.900.88
HSV62°21°99°
CMYK 0.010.000.21   0.01
XYZ84.427894.022067.1243
Yxy94.02200.34380.3829
Hunter Lab96.9649-14.267926.8318
CIE-Lab97.6409-9.192225.7154

#fafcc6 color RGB value is (250,252,198).

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

The process color (four color CMYK) of #fafcc6 color hex is 0.01, 0.00, 0.21, 0.01. Web safe color of #fafcc6 is #ffffcc. Color #fafcc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11000110
Octal 372 374 306
Decimal 250 252 198
Hex FA FC C6

RGB Percentages of Color #fafcc6

%35.71
%36.00
%28.29

CMYK Percentages of Color #fafcc6

%1
%0
%21
%1

Triadic Colors of #fafcc6

#fafcc6 #c6fafc #fcc6fa

Analogous Colors of #fafcc6

#fafcc6 #dffcc6 #fce3c6

Monochromatic Colors of #fafcc6

#fafcc6

Complementary Color

#fafcc6 #c8c6fc

#fafcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcc6 Color CSS Codes

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

#fafcc6 Text Font Color

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

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


#fafcc6 Background Color

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

This div background color is #fafcc6


#fafcc6 Border Color

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

This div border color is #fafcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcc6

Related Colors


Comments

No comments written yet.

Please login to write comment.