Color Hex Logo

#fba3ed Color Hex

#FBA3ED
(251,163,237)
0 Favorites   0 Comments

Color spaces of #fba3ed

RGB 251163237
HSL0.860.920.81
HSV310°35°98°
CMYK 0.000.350.06   0.02
XYZ68.166952.818086.7229
Yxy52.81800.32820.2543
Hunter Lab72.676040.2422-19.8764
CIE-Lab77.767443.3871-23.7227

#fba3ed color RGB value is (251,163,237).

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

The process color (four color CMYK) of #fba3ed color hex is 0.00, 0.35, 0.06, 0.02. Web safe color of #fba3ed is #ff99ff. Color #fba3ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 11101101
Octal 373 243 355
Decimal 251 163 237
Hex FB A3 ED

RGB Percentages of Color #fba3ed

%38.56
%25.04
%36.41

CMYK Percentages of Color #fba3ed

%0
%35
%6
%2

Triadic Colors of #fba3ed

#fba3ed #edfba3 #a3edfb

Analogous Colors of #fba3ed

#fba3ed #fba3c1 #dda3fb

Monochromatic Colors of #fba3ed

#fba3ed

Complementary Color

#fba3ed #a3fbb1

#fba3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba3ed Color CSS Codes

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

#fba3ed Text Font Color

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

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


#fba3ed Background Color

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

This div background color is #fba3ed


#fba3ed Border Color

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

This div border color is #fba3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba3ed


Comments

No comments written yet.

Please login to write comment.