Color Hex Logo

#fabdda Color Hex

#FABDDA
(250,189,218)
0 Favorites   0 Comments

Color spaces of #fabdda

RGB 250189218
HSL0.920.860.86
HSV331°24°98°
CMYK 0.000.240.13   0.02
XYZ70.276861.781174.5506
Yxy61.78110.34010.2990
Hunter Lab78.601022.0445-1.2141
CIE-Lab82.796926.2792-5.9368

#fabdda color RGB value is (250,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11011010
Octal 372 275 332
Decimal 250 189 218
Hex FA BD DA

RGB Percentages of Color #fabdda

%38.05
%28.77
%33.18

CMYK Percentages of Color #fabdda

%0
%24
%13
%2

Triadic Colors of #fabdda

#fabdda #dafabd #bddafa

Analogous Colors of #fabdda

#fabdda #fabfbd #fabdf9

Monochromatic Colors of #fabdda

#fabdda

Complementary Color

#fabdda #bdfadd

#fabdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdda Color CSS Codes

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

#fabdda Text Font Color

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

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


#fabdda Background Color

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

This div background color is #fabdda


#fabdda Border Color

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

This div border color is #fabdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdda


Comments

No comments written yet.

Please login to write comment.