Color Hex Logo

#fafcc1 Color Hex

#FAFCC1
(250,252,193)
0 Favorites   0 Comments

Color spaces of #fafcc1

RGB 250252193
HSL0.170.910.87
HSV62°23°99°
CMYK 0.010.000.23   0.01
XYZ83.860493.795164.1364
Yxy93.79510.34680.3879
Hunter Lab96.8479-14.920928.5294
CIE-Lab97.5494-9.877028.1217

#fafcc1 color RGB value is (250,252,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11000001
Octal 372 374 301
Decimal 250 252 193
Hex FA FC C1

RGB Percentages of Color #fafcc1

%35.97
%36.26
%27.77

CMYK Percentages of Color #fafcc1

%1
%0
%23
%1

Triadic Colors of #fafcc1

#fafcc1 #c1fafc #fcc1fa

Analogous Colors of #fafcc1

#fafcc1 #ddfcc1 #fce1c1

Monochromatic Colors of #fafcc1

#fafcc1

Complementary Color

#fafcc1 #c3c1fc

#fafcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcc1 Color CSS Codes

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

#fafcc1 Text Font Color

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

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


#fafcc1 Background Color

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

This div background color is #fafcc1


#fafcc1 Border Color

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

This div border color is #fafcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcc1


Comments

No comments written yet.

Please login to write comment.