Color Hex Logo

#fadbda Color Hex

#FADBDA
(250,219,218)
0 Favorites   0 Comments

Color spaces of #fadbda

RGB 250219218
HSL0.010.760.92
HSV13°98°
CMYK 0.000.120.13   0.02
XYZ77.410776.049076.9286
Yxy76.04900.33600.3301
Hunter Lab87.20615.83948.7417
CIE-Lab89.882110.54794.4244

#fadbda color RGB value is (250,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11011010
Octal 372 333 332
Decimal 250 219 218
Hex FA DB DA

RGB Percentages of Color #fadbda

%36.39
%31.88
%31.73

CMYK Percentages of Color #fadbda

%0
%12
%13
%2

Triadic Colors of #fadbda

#fadbda #dafadb #dbdafa

Analogous Colors of #fadbda

#fadbda #faebda #fadae9

Monochromatic Colors of #fadbda

#fadbda

Complementary Color

#fadbda #daf9fa

#fadbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbda Color CSS Codes

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

#fadbda Text Font Color

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

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


#fadbda Background Color

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

This div background color is #fadbda


#fadbda Border Color

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

This div border color is #fadbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbda

Related Colors


Comments

No comments written yet.

Please login to write comment.