Color Hex Logo

#fd8fbb Color Hex

#FD8FBB
(253,143,187)
0 Favorites   0 Comments

Color spaces of #fd8fbb

RGB 253143187
HSL0.930.960.78
HSV336°43°99°
CMYK 0.000.430.26   0.01
XYZ59.300144.115452.4034
Yxy44.11540.38060.2831
Hunter Lab66.419443.1331-0.2849
CIE-Lab72.305646.6163-4.4830

#fd8fbb color RGB value is (253,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 10111011
Octal 375 217 273
Decimal 253 143 187
Hex FD 8F BB

RGB Percentages of Color #fd8fbb

%43.40
%24.53
%32.08

CMYK Percentages of Color #fd8fbb

%0
%43
%26
%1

Triadic Colors of #fd8fbb

#fd8fbb #bbfd8f #8fbbfd

Analogous Colors of #fd8fbb

#fd8fbb #fd9a8f #fd8ff2

Monochromatic Colors of #fd8fbb

#fd8fbb

Complementary Color

#fd8fbb #8ffdd1

#fd8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fbb Color CSS Codes

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

#fd8fbb Text Font Color

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

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


#fd8fbb Background Color

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

This div background color is #fd8fbb


#fd8fbb Border Color

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

This div border color is #fd8fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fbb

Related Colors


Comments

No comments written yet.

Please login to write comment.