Color Hex Logo

#fd98bc Color Hex

#FD98BC
(253,152,188)
0 Favorites   0 Comments

Color spaces of #fd98bc

RGB 253152188
HSL0.940.960.79
HSV339°40°99°
CMYK 0.000.400.26   0.01
XYZ60.813346.970053.4378
Yxy46.97000.37720.2913
Hunter Lab68.534738.45391.7447
CIE-Lab74.170642.1810-2.2920

#fd98bc color RGB value is (253,152,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 10111100
Octal 375 230 274
Decimal 253 152 188
Hex FD 98 BC

RGB Percentages of Color #fd98bc

%42.66
%25.63
%31.70

CMYK Percentages of Color #fd98bc

%0
%40
%26
%1

Triadic Colors of #fd98bc

#fd98bc #bcfd98 #98bcfd

Analogous Colors of #fd98bc

#fd98bc #fda798 #fd98ef

Monochromatic Colors of #fd98bc

#fd98bc

Complementary Color

#fd98bc #98fdd9

#fd98bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd98bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd98bc Color CSS Codes

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

#fd98bc Text Font Color

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

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


#fd98bc Background Color

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

This div background color is #fd98bc


#fd98bc Border Color

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

This div border color is #fd98bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd98bc

Related Colors


Comments

No comments written yet.

Please login to write comment.