Color Hex Logo

#fafdda Color Hex

#FAFDDA
(250,253,218)
0 Favorites   0 Comments

Color spaces of #fafdda

RGB 250253218
HSL0.180.900.92
HSV65°14°99°
CMYK 0.010.000.14   0.01
XYZ87.204595.636580.1932
Yxy95.63650.33150.3636
Hunter Lab97.7939-11.967919.8366
CIE-Lab98.2876-6.767616.4318

#fafdda color RGB value is (250,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 11011010
Octal 372 375 332
Decimal 250 253 218
Hex FA FD DA

RGB Percentages of Color #fafdda

%34.67
%35.09
%30.24

CMYK Percentages of Color #fafdda

%1
%0
%14
%1

Triadic Colors of #fafdda

#fafdda #dafafd #fddafa

Analogous Colors of #fafdda

#fafdda #e9fdda #fdefda

Monochromatic Colors of #fafdda

#fafdda

Complementary Color

#fafdda #dddafd

#fafdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdda Color CSS Codes

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

#fafdda Text Font Color

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

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


#fafdda Background Color

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

This div background color is #fafdda


#fafdda Border Color

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

This div border color is #fafdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdda

Related Colors


Comments

No comments written yet.

Please login to write comment.