Color Hex Logo

#fbadfc Color Hex

#FBADFC
(251,173,252)
0 Favorites   0 Comments

Color spaces of #fbadfc

RGB 251173252
HSL0.830.930.83
HSV299°31°99°
CMYK 0.000.310.00   0.01
XYZ72.297957.424699.3690
Yxy57.42460.31560.2507
Hunter Lab75.779037.6868-24.7016
CIE-Lab80.417840.8271-27.7587

#fbadfc color RGB value is (251,173,252).

#fbadfc hex color red value is 251, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbadfc hue: 0.83 , saturation: 0.93 and the lightness value of fbadfc is 0.83.

The process color (four color CMYK) of #fbadfc color hex is 0.00, 0.31, 0.00, 0.01. Web safe color of #fbadfc is #ff99ff. Color #fbadfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11111100
Octal 373 255 374
Decimal 251 173 252
Hex FB AD FC

RGB Percentages of Color #fbadfc

%37.13
%25.59
%37.28

CMYK Percentages of Color #fbadfc

%0
%31
%0
%1

Triadic Colors of #fbadfc

#fbadfc #fcfbad #adfcfb

Analogous Colors of #fbadfc

#fbadfc #fcadd6 #d4adfc

Monochromatic Colors of #fbadfc

#fbadfc

Complementary Color

#fbadfc #aefcad

#fbadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadfc Color CSS Codes

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

#fbadfc Text Font Color

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

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


#fbadfc Background Color

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

This div background color is #fbadfc


#fbadfc Border Color

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

This div border color is #fbadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadfc

Related Colors


Comments

No comments written yet.

Please login to write comment.