Color Hex Logo

#fd9fbe Color Hex

#FD9FBE
(253,159,190)
0 Favorites   0 Comments

Color spaces of #fd9fbe

RGB 253159190
HSL0.950.960.81
HSV340°37°99°
CMYK 0.000.370.25   0.01
XYZ62.200449.396654.9714
Yxy49.39660.37340.2966
Hunter Lab70.282734.97832.8244
CIE-Lab75.697438.8511-1.1545

#fd9fbe color RGB value is (253,159,190).

#fd9fbe hex color red value is 253, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fd9fbe hue: 0.95 , saturation: 0.96 and the lightness value of fd9fbe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 10111110
Octal 375 237 276
Decimal 253 159 190
Hex FD 9F BE

RGB Percentages of Color #fd9fbe

%42.03
%26.41
%31.56

CMYK Percentages of Color #fd9fbe

%0
%37
%25
%1

Triadic Colors of #fd9fbe

#fd9fbe #befd9f #9fbefd

Analogous Colors of #fd9fbe

#fd9fbe #fdaf9f #fd9fed

Monochromatic Colors of #fd9fbe

#fd9fbe

Complementary Color

#fd9fbe #9ffdde

#fd9fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9fbe Color CSS Codes

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

#fd9fbe Text Font Color

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

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


#fd9fbe Background Color

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

This div background color is #fd9fbe


#fd9fbe Border Color

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

This div border color is #fd9fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9fbe


Comments

No comments written yet.

Please login to write comment.