Color Hex Logo

#fafcdd Color Hex

#FAFCDD
(250,252,221)
0 Favorites   0 Comments

Color spaces of #fafcdd

RGB 250252221
HSL0.180.840.93
HSV64°12°99°
CMYK 0.010.000.12   0.01
XYZ87.285995.165382.1749
Yxy95.16530.32980.3596
Hunter Lab97.5527-11.003218.3431
CIE-Lab98.0996-5.806114.6320

#fafcdd color RGB value is (250,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11011101
Octal 372 374 335
Decimal 250 252 221
Hex FA FC DD

RGB Percentages of Color #fafcdd

%34.58
%34.85
%30.57

CMYK Percentages of Color #fafcdd

%1
%0
%12
%1

Triadic Colors of #fafcdd

#fafcdd #ddfafc #fcddfa

Analogous Colors of #fafcdd

#fafcdd #ebfcdd #fcefdd

Monochromatic Colors of #fafcdd

#fafcdd

Complementary Color

#fafcdd #dfddfc

#fafcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcdd Color CSS Codes

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

#fafcdd Text Font Color

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

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


#fafcdd Background Color

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

This div background color is #fafcdd


#fafcdd Border Color

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

This div border color is #fafcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.