Color Hex Logo

#fadbde Color Hex

#FADBDE
(250,219,222)
0 Favorites   0 Comments

Color spaces of #fadbde

RGB 250219222
HSL0.980.760.92
HSV354°12°98°
CMYK 0.000.120.11   0.02
XYZ77.940776.261079.7192
Yxy76.26100.33320.3260
Hunter Lab87.32756.48987.0049
CIE-Lab89.980411.18742.4655

#fadbde color RGB value is (250,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11011110
Octal 372 333 336
Decimal 250 219 222
Hex FA DB DE

RGB Percentages of Color #fadbde

%36.18
%31.69
%32.13

CMYK Percentages of Color #fadbde

%0
%12
%11
%2

Triadic Colors of #fadbde

#fadbde #defadb #dbdefa

Analogous Colors of #fadbde

#fadbde #fae8db #fadbee

Monochromatic Colors of #fadbde

#fadbde

Complementary Color

#fadbde #dbfaf7

#fadbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbde Color CSS Codes

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

#fadbde Text Font Color

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

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


#fadbde Background Color

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

This div background color is #fadbde


#fadbde Border Color

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

This div border color is #fadbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbde


Comments

No comments written yet.

Please login to write comment.