Color Hex Logo

#fba2db Color Hex

#FBA2DB
(251,162,219)
0 Favorites   0 Comments

Color spaces of #fba2db

RGB 251162219
HSL0.890.920.81
HSV322°35°98°
CMYK 0.000.350.13   0.02
XYZ65.490251.464473.4997
Yxy51.46440.34390.2702
Hunter Lab71.738737.4098-10.5283
CIE-Lab76.959540.9332-15.1690

#fba2db color RGB value is (251,162,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 11011011
Octal 373 242 333
Decimal 251 162 219
Hex FB A2 DB

RGB Percentages of Color #fba2db

%39.72
%25.63
%34.65

CMYK Percentages of Color #fba2db

%0
%35
%13
%2

Triadic Colors of #fba2db

#fba2db #dbfba2 #a2dbfb

Analogous Colors of #fba2db

#fba2db #fba2af #efa2fb

Monochromatic Colors of #fba2db

#fba2db

Complementary Color

#fba2db #a2fbc2

#fba2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba2db Color CSS Codes

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

#fba2db Text Font Color

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

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


#fba2db Background Color

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

This div background color is #fba2db


#fba2db Border Color

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

This div border color is #fba2db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,162,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 #fba2db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba2db


Comments

No comments written yet.

Please login to write comment.