Color Hex Logo

#f99bfe Color Hex

#F99BFE
(249,155,254)
0 Favorites   0 Comments

Color spaces of #f99bfe

RGB 249155254
HSL0.820.980.80
HSV297°39°100°
CMYK 0.020.390.00   0.00
XYZ68.677750.738299.9397
Yxy50.73820.31310.2313
Hunter Lab71.230847.4484-33.3248
CIE-Lab76.520249.8784-34.8495

#f99bfe color RGB value is (249,155,254).

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

The process color (four color CMYK) of #f99bfe color hex is 0.02, 0.39, 0.00, 0.00. Web safe color of #f99bfe is #ff99ff. Color #f99bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 11111110
Octal 371 233 376
Decimal 249 155 254
Hex F9 9B FE

RGB Percentages of Color #f99bfe

%37.84
%23.56
%38.60

CMYK Percentages of Color #f99bfe

%2
%39
%0
%0

Triadic Colors of #f99bfe

#f99bfe #fef99b #9bfef9

Analogous Colors of #f99bfe

#f99bfe #fe9bd2 #c89bfe

Monochromatic Colors of #f99bfe

#f99bfe

Complementary Color

#f99bfe #a0fe9b

#f99bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bfe Color CSS Codes

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

#f99bfe Text Font Color

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

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


#f99bfe Background Color

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

This div background color is #f99bfe


#f99bfe Border Color

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

This div border color is #f99bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.