Color Hex Logo

#fba4db Color Hex

#FBA4DB
(251,164,219)
0 Favorites   0 Comments

Color spaces of #fba4db

RGB 251164219
HSL0.890.920.81
HSV322°35°98°
CMYK 0.000.350.13   0.02
XYZ65.845352.174673.6181
Yxy52.17460.34360.2723
Hunter Lab72.232036.3112-9.8654
CIE-Lab77.385139.8952-14.5293

#fba4db color RGB value is (251,164,219).

#fba4db hex color red value is 251, green value is 164 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fba4db hue: 0.89 , saturation: 0.92 and the lightness value of fba4db is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 11011011
Octal 373 244 333
Decimal 251 164 219
Hex FB A4 DB

RGB Percentages of Color #fba4db

%39.59
%25.87
%34.54

CMYK Percentages of Color #fba4db

%0
%35
%13
%2

Triadic Colors of #fba4db

#fba4db #dbfba4 #a4dbfb

Analogous Colors of #fba4db

#fba4db #fba4b0 #f0a4fb

Monochromatic Colors of #fba4db

#fba4db

Complementary Color

#fba4db #a4fbc4

#fba4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba4db Color CSS Codes

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

#fba4db Text Font Color

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

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


#fba4db Background Color

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

This div background color is #fba4db


#fba4db Border Color

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

This div border color is #fba4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba4db

Related Colors


Comments

No comments written yet.

Please login to write comment.