Color Hex Logo

#fd98bb Color Hex

#FD98BB
(253,152,187)
0 Favorites   0 Comments

Color spaces of #fd98bb

RGB 253152187
HSL0.940.960.79
HSV339°40°99°
CMYK 0.000.400.26   0.01
XYZ60.705946.927052.8720
Yxy46.92700.37820.2924
Hunter Lab68.503338.30152.1913
CIE-Lab74.143142.0459-1.7807

#fd98bb color RGB value is (253,152,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 10111011
Octal 375 230 273
Decimal 253 152 187
Hex FD 98 BB

RGB Percentages of Color #fd98bb

%42.74
%25.68
%31.59

CMYK Percentages of Color #fd98bb

%0
%40
%26
%1

Triadic Colors of #fd98bb

#fd98bb #bbfd98 #98bbfd

Analogous Colors of #fd98bb

#fd98bb #fda898 #fd98ee

Monochromatic Colors of #fd98bb

#fd98bb

Complementary Color

#fd98bb #98fdda

#fd98bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd98bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd98bb Color CSS Codes

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

#fd98bb Text Font Color

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

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


#fd98bb Background Color

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

This div background color is #fd98bb


#fd98bb Border Color

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

This div border color is #fd98bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd98bb


Comments

No comments written yet.

Please login to write comment.