Color Hex Logo

#fadddd Color Hex

#FADDDD
(250,221,221)
0 Favorites   0 Comments

Color spaces of #fadddd

RGB 250221221
HSL0.000.740.92
HSV12°98°
CMYK 0.000.120.12   0.02
XYZ78.331977.257479.1902
Yxy77.25740.33360.3291
Hunter Lab87.89625.25858.1099
CIE-Lab90.44009.98823.6575

#fadddd color RGB value is (250,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11011101
Octal 372 335 335
Decimal 250 221 221
Hex FA DD DD

RGB Percentages of Color #fadddd

%36.13
%31.94
%31.94

CMYK Percentages of Color #fadddd

%0
%12
%12
%2

Triadic Colors of #fadddd

#fadddd #ddfadd #ddddfa

Analogous Colors of #fadddd

#fadddd #faecdd #faddec

Monochromatic Colors of #fadddd

#fadddd

Complementary Color

#fadddd #ddfafa

#fadddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadddd Color CSS Codes

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

#fadddd Text Font Color

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

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


#fadddd Background Color

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

This div background color is #fadddd


#fadddd Border Color

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

This div border color is #fadddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadddd


Comments

No comments written yet.

Please login to write comment.