Color Hex Logo

#fd88bb Color Hex

#FD88BB
(253,136,187)
0 Favorites   0 Comments

Color spaces of #fd88bb

RGB 253136187
HSL0.930.970.76
HSV334°46°99°
CMYK 0.000.460.26   0.01
XYZ58.281842.078852.0639
Yxy42.07880.38240.2761
Hunter Lab64.868246.8567-2.1791
CIE-Lab70.925250.1064-6.5237

#fd88bb color RGB value is (253,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 10111011
Octal 375 210 273
Decimal 253 136 187
Hex FD 88 BB

RGB Percentages of Color #fd88bb

%43.92
%23.61
%32.47

CMYK Percentages of Color #fd88bb

%0
%46
%26
%1

Triadic Colors of #fd88bb

#fd88bb #bbfd88 #88bbfd

Analogous Colors of #fd88bb

#fd88bb #fd9088 #fd88f6

Monochromatic Colors of #fd88bb

#fd88bb

Complementary Color

#fd88bb #88fdca

#fd88bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd88bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd88bb Color CSS Codes

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

#fd88bb Text Font Color

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

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


#fd88bb Background Color

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

This div background color is #fd88bb


#fd88bb Border Color

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

This div border color is #fd88bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd88bb


Comments

No comments written yet.

Please login to write comment.