Color Hex Logo

#fb98cd Color Hex

#FB98CD
(251,152,205)
0 Favorites   0 Comments

Color spaces of #fb98cd

RGB 251152205
HSL0.910.930.79
HSV328°39°98°
CMYK 0.000.390.18   0.02
XYZ62.031347.373563.6322
Yxy47.37350.35850.2738
Hunter Lab68.828440.4226-6.6340
CIE-Lab74.428043.9287-11.3022

#fb98cd color RGB value is (251,152,205).

#fb98cd hex color red value is 251, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb98cd hue: 0.91 , saturation: 0.93 and the lightness value of fb98cd is 0.79.

The process color (four color CMYK) of #fb98cd color hex is 0.00, 0.39, 0.18, 0.02. Web safe color of #fb98cd is #ff99cc. Color #fb98cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011000 11001101
Octal 373 230 315
Decimal 251 152 205
Hex FB 98 CD

RGB Percentages of Color #fb98cd

%41.28
%25.00
%33.72

CMYK Percentages of Color #fb98cd

%0
%39
%18
%2

Triadic Colors of #fb98cd

#fb98cd #cdfb98 #98cdfb

Analogous Colors of #fb98cd

#fb98cd #fb989c #f898fb

Monochromatic Colors of #fb98cd

#fb98cd

Complementary Color

#fb98cd #98fbc6

#fb98cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb98cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb98cd Color CSS Codes

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

#fb98cd Text Font Color

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

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


#fb98cd Background Color

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

This div background color is #fb98cd


#fb98cd Border Color

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

This div border color is #fb98cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb98cd


Comments

No comments written yet.

Please login to write comment.