Color Hex Logo

#fd99bf Color Hex

#FD99BF
(253,153,191)
0 Favorites   0 Comments

Color spaces of #fd99bf

RGB 253153191
HSL0.940.960.80
HSV337°40°99°
CMYK 0.000.400.25   0.01
XYZ61.303247.426755.2135
Yxy47.42670.37390.2893
Hunter Lab68.867038.37760.6717
CIE-Lab74.461942.0793-3.5182

#fd99bf color RGB value is (253,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 10111111
Octal 375 231 277
Decimal 253 153 191
Hex FD 99 BF

RGB Percentages of Color #fd99bf

%42.38
%25.63
%31.99

CMYK Percentages of Color #fd99bf

%0
%40
%25
%1

Triadic Colors of #fd99bf

#fd99bf #bffd99 #99bffd

Analogous Colors of #fd99bf

#fd99bf #fda599 #fd99f1

Monochromatic Colors of #fd99bf

#fd99bf

Complementary Color

#fd99bf #99fdd7

#fd99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd99bf Color CSS Codes

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

#fd99bf Text Font Color

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

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


#fd99bf Background Color

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

This div background color is #fd99bf


#fd99bf Border Color

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

This div border color is #fd99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd99bf

#fd99bf Color Palettes


Comments

No comments written yet.

Please login to write comment.