Color Hex Logo

#fadbdd Color Hex

#FADBDD
(250,219,221)
0 Favorites   0 Comments

Color spaces of #fadbdd

RGB 250219221
HSL0.990.760.92
HSV356°12°98°
CMYK 0.000.120.12   0.02
XYZ77.807076.207579.0153
Yxy76.20750.33390.3270
Hunter Lab87.29696.32607.4425
CIE-Lab89.955611.02652.9549

#fadbdd color RGB value is (250,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11011101
Octal 372 333 335
Decimal 250 219 221
Hex FA DB DD

RGB Percentages of Color #fadbdd

%36.23
%31.74
%32.03

CMYK Percentages of Color #fadbdd

%0
%12
%12
%2

Triadic Colors of #fadbdd

#fadbdd #ddfadb #dbddfa

Analogous Colors of #fadbdd

#fadbdd #fae9db #fadbed

Monochromatic Colors of #fadbdd

#fadbdd

Complementary Color

#fadbdd #dbfaf8

#fadbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbdd Color CSS Codes

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

#fadbdd Text Font Color

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

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


#fadbdd Background Color

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

This div background color is #fadbdd


#fadbdd Border Color

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

This div border color is #fadbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbdd


Comments

No comments written yet.

Please login to write comment.