Color Hex Logo

#fa99bd Color Hex

#FA99BD
(250,153,189)
0 Favorites   0 Comments

Color spaces of #fa99bd

RGB 250153189
HSL0.940.910.79
HSV338°39°98°
CMYK 0.000.390.24   0.02
XYZ60.000946.780654.0113
Yxy46.78060.37320.2909
Hunter Lab68.396336.89611.0572
CIE-Lab74.049240.7770-3.0636

#fa99bd color RGB value is (250,153,189).

#fa99bd hex color red value is 250, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa99bd hue: 0.94 , saturation: 0.91 and the lightness value of fa99bd is 0.79.

The process color (four color CMYK) of #fa99bd color hex is 0.00, 0.39, 0.24, 0.02. Web safe color of #fa99bd is #ff99cc. Color #fa99bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011001 10111101
Octal 372 231 275
Decimal 250 153 189
Hex FA 99 BD

RGB Percentages of Color #fa99bd

%42.23
%25.84
%31.93

CMYK Percentages of Color #fa99bd

%0
%39
%24
%2

Triadic Colors of #fa99bd

#fa99bd #bdfa99 #99bdfa

Analogous Colors of #fa99bd

#fa99bd #faa699 #fa99ee

Monochromatic Colors of #fa99bd

#fa99bd

Complementary Color

#fa99bd #99fad6

#fa99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa99bd Color CSS Codes

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

#fa99bd Text Font Color

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

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


#fa99bd Background Color

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

This div background color is #fa99bd


#fa99bd Border Color

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

This div border color is #fa99bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,153,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa99bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa99bd;
  -webkit-box-shadow: 1px 1px 3px 2px #fa99bd;
  box-shadow:         1px 1px 3px 2px #fa99bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,153,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa99bd


Comments

No comments written yet.

Please login to write comment.