Color Hex Logo

#fba7fb Color Hex

#FBA7FB
(251,167,251)
0 Favorites   0 Comments

Color spaces of #fba7fb

RGB 251167251
HSL0.830.910.82
HSV300°33°98°
CMYK 0.000.330.00   0.02
XYZ71.015055.111798.1615
Yxy55.11170.31660.2457
Hunter Lab74.237340.8370-26.4312
CIE-Lab79.105643.7676-29.2323

#fba7fb color RGB value is (251,167,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 11111011
Octal 373 247 373
Decimal 251 167 251
Hex FB A7 FB

RGB Percentages of Color #fba7fb

%37.52
%24.96
%37.52

CMYK Percentages of Color #fba7fb

%0
%33
%0
%2

Triadic Colors of #fba7fb

#fba7fb #fbfba7 #a7fbfb

Analogous Colors of #fba7fb

#fba7fb #fba7d1 #d1a7fb

Monochromatic Colors of #fba7fb

#fba7fb

Complementary Color

#fba7fb #a7fba7

#fba7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba7fb Color CSS Codes

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

#fba7fb Text Font Color

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

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


#fba7fb Background Color

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

This div background color is #fba7fb


#fba7fb Border Color

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

This div border color is #fba7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.