Color Hex Logo

#fabdea Color Hex

#FABDEA
(250,189,234)
0 Favorites   0 Comments

Color spaces of #fabdea

RGB 250189234
HSL0.880.860.86
HSV316°24°98°
CMYK 0.000.240.06   0.02
XYZ72.473262.659786.1167
Yxy62.65970.32760.2832
Hunter Lab79.157924.8998-9.0917
CIE-Lab83.263028.9320-13.8146

#fabdea color RGB value is (250,189,234).

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

The process color (four color CMYK) of #fabdea color hex is 0.00, 0.24, 0.06, 0.02. Web safe color of #fabdea is #ffccff. Color #fabdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11101010
Octal 372 275 352
Decimal 250 189 234
Hex FA BD EA

RGB Percentages of Color #fabdea

%37.15
%28.08
%34.77

CMYK Percentages of Color #fabdea

%0
%24
%6
%2

Triadic Colors of #fabdea

#fabdea #eafabd #bdeafa

Analogous Colors of #fabdea

#fabdea #fabdcc #ecbdfa

Monochromatic Colors of #fabdea

#fabdea

Complementary Color

#fabdea #bdfacd

#fabdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdea Color CSS Codes

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

#fabdea Text Font Color

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

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


#fabdea Background Color

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

This div background color is #fabdea


#fabdea Border Color

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

This div border color is #fabdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdea


Comments

No comments written yet.

Please login to write comment.