Color Hex Logo

#fba9df Color Hex

#FBA9DF
(251,169,223)
0 Favorites   0 Comments

Color spaces of #fba9df

RGB 251169223
HSL0.890.910.82
HSV320°33°98°
CMYK 0.000.330.11   0.02
XYZ67.290954.212976.7296
Yxy54.21290.33950.2735
Hunter Lab73.629434.2821-10.2458
CIE-Lab78.585737.9346-14.8984

#fba9df color RGB value is (251,169,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 11011111
Octal 373 251 337
Decimal 251 169 223
Hex FB A9 DF

RGB Percentages of Color #fba9df

%39.04
%26.28
%34.68

CMYK Percentages of Color #fba9df

%0
%33
%11
%2

Triadic Colors of #fba9df

#fba9df #dffba9 #a9dffb

Analogous Colors of #fba9df

#fba9df #fba9b6 #eea9fb

Monochromatic Colors of #fba9df

#fba9df

Complementary Color

#fba9df #a9fbc5

#fba9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba9df Color CSS Codes

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

#fba9df Text Font Color

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

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


#fba9df Background Color

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

This div background color is #fba9df


#fba9df Border Color

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

This div border color is #fba9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba9df


Comments

No comments written yet.

Please login to write comment.