Color Hex Logo

#ff99bd Color Hex

#FF99BD
(255,153,189)
0 Favorites   0 Comments

Color spaces of #ff99bd

RGB 255153189
HSL0.941.000.80
HSV339°40°100°
CMYK 0.000.400.26   0.00
XYZ61.816547.716654.0962
Yxy47.71660.37780.2916
Hunter Lab69.077238.85281.9225
CIE-Lab74.645842.4888-2.1179

#ff99bd color RGB value is (255,153,189).

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

The process color (four color CMYK) of #ff99bd color hex is 0.00, 0.40, 0.26, 0.00. Web safe color of #ff99bd is #ff99cc. Color #ff99bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 10111101
Octal 377 231 275
Decimal 255 153 189
Hex FF 99 BD

RGB Percentages of Color #ff99bd

%42.71
%25.63
%31.66

CMYK Percentages of Color #ff99bd

%0
%40
%26
%0

Triadic Colors of #ff99bd

#ff99bd #bdff99 #99bdff

Analogous Colors of #ff99bd

#ff99bd #ffa899 #ff99f0

Monochromatic Colors of #ff99bd

#ff99bd

Complementary Color

#ff99bd #99ffdb

#ff99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff99bd Color CSS Codes

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

#ff99bd Text Font Color

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

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


#ff99bd Background Color

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

This div background color is #ff99bd


#ff99bd Border Color

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

This div border color is #ff99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff99bd

Related Colors

#ff99bd Color Palettes


Comments

No comments written yet.

Please login to write comment.