Color Hex Logo

#fabdfc Color Hex

#FABDFC
(250,189,252)
0 Favorites   0 Comments

Color spaces of #fabdfc

RGB 250189252
HSL0.830.910.86
HSV298°25°99°
CMYK 0.010.250.00   0.01
XYZ75.192663.7475100.4369
Yxy63.74750.31410.2663
Hunter Lab79.842028.3819-18.6941
CIE-Lab83.834132.1136-22.5610

#fabdfc color RGB value is (250,189,252).

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

The process color (four color CMYK) of #fabdfc color hex is 0.01, 0.25, 0.00, 0.01. Web safe color of #fabdfc is #ffccff. Color #fabdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11111100
Octal 372 275 374
Decimal 250 189 252
Hex FA BD FC

RGB Percentages of Color #fabdfc

%36.18
%27.35
%36.47

CMYK Percentages of Color #fabdfc

%1
%25
%0
%1

Triadic Colors of #fabdfc

#fabdfc #fcfabd #bdfcfa

Analogous Colors of #fabdfc

#fabdfc #fcbddf #dbbdfc

Monochromatic Colors of #fabdfc

#fabdfc

Complementary Color

#fabdfc #bffcbd

#fabdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdfc Color CSS Codes

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

#fabdfc Text Font Color

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

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


#fabdfc Background Color

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

This div background color is #fabdfc


#fabdfc Border Color

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

This div border color is #fabdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdfc

Related Colors

#fabdfc Color Palettes


Comments

No comments written yet.

Please login to write comment.