Color Hex Logo

#fbadfa Color Hex

#FBADFA
(251,173,250)
0 Favorites   0 Comments

Color spaces of #fbadfa

RGB 251173250
HSL0.840.910.83
HSV301°31°98°
CMYK 0.000.310.00   0.02
XYZ71.982657.298597.7083
Yxy57.29850.31710.2524
Hunter Lab75.695837.2763-23.5446
CIE-Lab80.347240.4670-26.7937

#fbadfa color RGB value is (251,173,250).

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

The process color (four color CMYK) of #fbadfa color hex is 0.00, 0.31, 0.00, 0.02. Web safe color of #fbadfa is #ff99ff. Color #fbadfa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11111010
Octal 373 255 372
Decimal 251 173 250
Hex FB AD FA

RGB Percentages of Color #fbadfa

%37.24
%25.67
%37.09

CMYK Percentages of Color #fbadfa

%0
%31
%0
%2

Triadic Colors of #fbadfa

#fbadfa #fafbad #adfafb

Analogous Colors of #fbadfa

#fbadfa #fbadd3 #d5adfb

Monochromatic Colors of #fbadfa

#fbadfa

Complementary Color

#fbadfa #adfbae

#fbadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadfa Color CSS Codes

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

#fbadfa Text Font Color

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

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


#fbadfa Background Color

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

This div background color is #fbadfa


#fbadfa Border Color

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

This div border color is #fbadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadfa

Related Colors


Comments

No comments written yet.

Please login to write comment.