Color Hex Logo

#fd8fbe Color Hex

#FD8FBE
(253,143,190)
0 Favorites   0 Comments

Color spaces of #fd8fbe

RGB 253143190
HSL0.930.960.78
HSV334°43°99°
CMYK 0.000.430.25   0.01
XYZ59.624744.245354.1128
Yxy44.24530.37740.2801
Hunter Lab66.517143.5990-1.6714
CIE-Lab72.392247.0212-6.0197

#fd8fbe color RGB value is (253,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 10111110
Octal 375 217 276
Decimal 253 143 190
Hex FD 8F BE

RGB Percentages of Color #fd8fbe

%43.17
%24.40
%32.42

CMYK Percentages of Color #fd8fbe

%0
%43
%25
%1

Triadic Colors of #fd8fbe

#fd8fbe #befd8f #8fbefd

Analogous Colors of #fd8fbe

#fd8fbe #fd978f #fd8ff5

Monochromatic Colors of #fd8fbe

#fd8fbe

Complementary Color

#fd8fbe #8ffdce

#fd8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fbe Color CSS Codes

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

#fd8fbe Text Font Color

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

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


#fd8fbe Background Color

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

This div background color is #fd8fbe


#fd8fbe Border Color

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

This div border color is #fd8fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fbe


Comments

No comments written yet.

Please login to write comment.