Color Hex Logo

#fafdca Color Hex

#FAFDCA
(250,253,202)
0 Favorites   0 Comments

Color spaces of #fafdca

RGB 250253202
HSL0.180.930.89
HSV64°20°99°
CMYK 0.010.000.20   0.01
XYZ85.210394.838869.6918
Yxy94.83880.34120.3797
Hunter Lab97.3852-14.239925.7399
CIE-Lab97.9690-9.126324.1380

#fafdca color RGB value is (250,253,202).

#fafdca hex color red value is 250, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fafdca hue: 0.18 , saturation: 0.93 and the lightness value of fafdca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 11001010
Octal 372 375 312
Decimal 250 253 202
Hex FA FD CA

RGB Percentages of Color #fafdca

%35.46
%35.89
%28.65

CMYK Percentages of Color #fafdca

%1
%0
%20
%1

Triadic Colors of #fafdca

#fafdca #cafafd #fdcafa

Analogous Colors of #fafdca

#fafdca #e1fdca #fde7ca

Monochromatic Colors of #fafdca

#fafdca

Complementary Color

#fafdca #cdcafd

#fafdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdca Color CSS Codes

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

#fafdca Text Font Color

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

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


#fafdca Background Color

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

This div background color is #fafdca


#fafdca Border Color

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

This div border color is #fafdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdca


Comments

No comments written yet.

Please login to write comment.