Color Hex Logo

#fabddf Color Hex

#FABDDF
(250,189,223)
0 Favorites   0 Comments

Color spaces of #fabddf

RGB 250189223
HSL0.910.860.86
HSV327°24°98°
CMYK 0.000.240.11   0.02
XYZ70.941262.046978.0493
Yxy62.04690.33620.2940
Hunter Lab78.769922.9123-3.6087
CIE-Lab82.938427.0897-8.4084

#fabddf color RGB value is (250,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11011111
Octal 372 275 337
Decimal 250 189 223
Hex FA BD DF

RGB Percentages of Color #fabddf

%37.76
%28.55
%33.69

CMYK Percentages of Color #fabddf

%0
%24
%11
%2

Triadic Colors of #fabddf

#fabddf #dffabd #bddffa

Analogous Colors of #fabddf

#fabddf #fabdc1 #f7bdfa

Monochromatic Colors of #fabddf

#fabddf

Complementary Color

#fabddf #bdfad8

#fabddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabddf Color CSS Codes

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

#fabddf Text Font Color

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

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


#fabddf Background Color

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

This div background color is #fabddf


#fabddf Border Color

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

This div border color is #fabddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabddf


Comments

No comments written yet.

Please login to write comment.