Color Hex Logo

#fafcd3 Color Hex

#FAFCD3
(250,252,211)
0 Favorites   0 Comments

Color spaces of #fafcd3

RGB 250252211
HSL0.170.870.91
HSV63°16°99°
CMYK 0.010.000.16   0.01
XYZ85.992694.647975.3646
Yxy94.64790.33590.3697
Hunter Lab97.2872-12.475522.1713
CIE-Lab97.8925-7.325519.4509

#fafcd3 color RGB value is (250,252,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11010011
Octal 372 374 323
Decimal 250 252 211
Hex FA FC D3

RGB Percentages of Color #fafcd3

%35.06
%35.34
%29.59

CMYK Percentages of Color #fafcd3

%1
%0
%16
%1

Triadic Colors of #fafcd3

#fafcd3 #d3fafc #fcd3fa

Analogous Colors of #fafcd3

#fafcd3 #e6fcd3 #fcead3

Monochromatic Colors of #fafcd3

#fafcd3

Complementary Color

#fafcd3 #d5d3fc

#fafcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcd3 Color CSS Codes

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

#fafcd3 Text Font Color

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

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


#fafcd3 Background Color

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

This div background color is #fafcd3


#fafcd3 Border Color

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

This div border color is #fafcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcd3

Related Colors


Comments

No comments written yet.

Please login to write comment.