Color Hex Logo

#fba7da Color Hex

#FBA7DA
(251,167,218)
0 Favorites   0 Comments

Color spaces of #fba7da

RGB 251167218
HSL0.900.910.82
HSV324°33°98°
CMYK 0.000.330.13   0.02
XYZ66.257353.208673.1078
Yxy53.20860.34410.2763
Hunter Lab72.944234.4842-8.3620
CIE-Lab77.998038.1744-13.0661

#fba7da color RGB value is (251,167,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 11011010
Octal 373 247 332
Decimal 251 167 218
Hex FB A7 DA

RGB Percentages of Color #fba7da

%39.47
%26.26
%34.28

CMYK Percentages of Color #fba7da

%0
%33
%13
%2

Triadic Colors of #fba7da

#fba7da #dafba7 #a7dafb

Analogous Colors of #fba7da

#fba7da #fba7b0 #f2a7fb

Monochromatic Colors of #fba7da

#fba7da

Complementary Color

#fba7da #a7fbc8

#fba7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba7da Color CSS Codes

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

#fba7da Text Font Color

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

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


#fba7da Background Color

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

This div background color is #fba7da


#fba7da Border Color

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

This div border color is #fba7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba7da


Comments

No comments written yet.

Please login to write comment.