Color Hex Logo

#faddda Color Hex

#FADDDA
(250,221,218)
0 Favorites   0 Comments

Color spaces of #faddda

RGB 250221218
HSL0.020.760.92
HSV13°98°
CMYK 0.000.120.13   0.02
XYZ77.935777.098977.1036
Yxy77.09890.33570.3321
Hunter Lab87.80604.77439.4008
CIE-Lab90.36719.51045.1257

#faddda color RGB value is (250,221,218).

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

The process color (four color CMYK) of #faddda color hex is 0.00, 0.12, 0.13, 0.02. Web safe color of #faddda is #ffcccc. Color #faddda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11011010
Octal 372 335 332
Decimal 250 221 218
Hex FA DD DA

RGB Percentages of Color #faddda

%36.28
%32.08
%31.64

CMYK Percentages of Color #faddda

%0
%12
%13
%2

Triadic Colors of #faddda

#faddda #dafadd #dddafa

Analogous Colors of #faddda

#faddda #faedda #fadae7

Monochromatic Colors of #faddda

#faddda

Complementary Color

#faddda #daf7fa

#faddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddda Color CSS Codes

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

#faddda Text Font Color

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

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


#faddda Background Color

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

This div background color is #faddda


#faddda Border Color

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

This div border color is #faddda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,221,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 #faddda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddda

Related Colors

#faddda Color Palettes


Comments

No comments written yet.

Please login to write comment.