Color Hex Logo

#fba7fe Color Hex

#FBA7FE
(251,167,254)
0 Favorites   0 Comments

Color spaces of #fba7fe

RGB 251167254
HSL0.830.980.83
HSV298°34°100°
CMYK 0.010.340.00   0.00
XYZ71.491855.3024100.6723
Yxy55.30240.31430.2431
Hunter Lab74.365641.4623-28.2078
CIE-Lab79.215144.3084-30.6768

#fba7fe color RGB value is (251,167,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 11111110
Octal 373 247 376
Decimal 251 167 254
Hex FB A7 FE

RGB Percentages of Color #fba7fe

%37.35
%24.85
%37.80

CMYK Percentages of Color #fba7fe

%1
%34
%0
%0

Triadic Colors of #fba7fe

#fba7fe #fefba7 #a7fefb

Analogous Colors of #fba7fe

#fba7fe #fea7d6 #d0a7fe

Monochromatic Colors of #fba7fe

#fba7fe

Complementary Color

#fba7fe #aafea7

#fba7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba7fe Color CSS Codes

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

#fba7fe Text Font Color

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

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


#fba7fe Background Color

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

This div background color is #fba7fe


#fba7fe Border Color

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

This div border color is #fba7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.