Color Hex Logo

#fe98bf Color Hex

#FE98BF
(254,152,191)
0 Favorites   0 Comments

Color spaces of #fe98bf

RGB 254152191
HSL0.940.980.80
HSV337°40°100°
CMYK 0.000.400.25   0.00
XYZ61.505347.288955.1762
Yxy47.28890.37510.2884
Hunter Lab68.766939.30870.5646
CIE-Lab74.374242.9315-3.6334

#fe98bf color RGB value is (254,152,191).

#fe98bf hex color red value is 254, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fe98bf hue: 0.94 , saturation: 0.98 and the lightness value of fe98bf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 10111111
Octal 376 230 277
Decimal 254 152 191
Hex FE 98 BF

RGB Percentages of Color #fe98bf

%42.55
%25.46
%31.99

CMYK Percentages of Color #fe98bf

%0
%40
%25
%0

Triadic Colors of #fe98bf

#fe98bf #bffe98 #98bffe

Analogous Colors of #fe98bf

#fe98bf #fea498 #fe98f2

Monochromatic Colors of #fe98bf

#fe98bf

Complementary Color

#fe98bf #98fed7

#fe98bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe98bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe98bf Color CSS Codes

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

#fe98bf Text Font Color

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

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


#fe98bf Background Color

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

This div background color is #fe98bf


#fe98bf Border Color

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

This div border color is #fe98bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe98bf


Comments

No comments written yet.

Please login to write comment.