Color Hex Logo

#fb198f Color Hex

#FB198F
(251,25,143)
0 Favorites   0 Comments

Color spaces of #fb198f

RGB 25125143
HSL0.910.970.54
HSV329°90°98°
CMYK 0.000.900.43   0.02
XYZ45.089223.187728.0858
Yxy23.18770.46790.2406
Hunter Lab48.153682.8718-0.8736
CIE-Lab55.265282.7778-4.4419

#fb198f color RGB value is (251,25,143).

#fb198f hex color red value is 251, green value is 25 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fb198f hue: 0.91 , saturation: 0.97 and the lightness value of fb198f is 0.54.

The process color (four color CMYK) of #fb198f color hex is 0.00, 0.90, 0.43, 0.02. Web safe color of #fb198f is #ff0099. Color #fb198f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011001 10001111
Octal 373 31 217
Decimal 251 25 143
Hex FB 19 8F

RGB Percentages of Color #fb198f

%59.90
%5.97
%34.13

CMYK Percentages of Color #fb198f

%0
%90
%43
%2

Triadic Colors of #fb198f

#fb198f #8ffb19 #198ffb

Analogous Colors of #fb198f

#fb198f #fb191e #f619fb

Monochromatic Colors of #fb198f

#fb198f

Complementary Color

#fb198f #19fb85

#fb198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb198f Color CSS Codes

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

#fb198f Text Font Color

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

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


#fb198f Background Color

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

This div background color is #fb198f


#fb198f Border Color

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

This div border color is #fb198f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb198f


Comments

No comments written yet.

Please login to write comment.