Color Hex Logo

#ff99fa Color Hex

#FF99FA
(255,153,250)
1 Favorites   0 Comments

Color spaces of #ff99fa

RGB 255153250
HSL0.841.000.80
HSV303°40°100°
CMYK 0.000.400.02   0.00
XYZ69.886650.944696.5923
Yxy50.94460.32140.2343
Hunter Lab71.375549.8694-30.2742
CIE-Lab76.645451.9557-32.4388

#ff99fa color RGB value is (255,153,250).

#ff99fa hex color red value is 255, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ff99fa hue: 0.84 , saturation: 1.00 and the lightness value of ff99fa is 0.80.

The process color (four color CMYK) of #ff99fa color hex is 0.00, 0.40, 0.02, 0.00. Web safe color of #ff99fa is #ff99ff. Color #ff99fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 11111010
Octal 377 231 372
Decimal 255 153 250
Hex FF 99 FA

RGB Percentages of Color #ff99fa

%38.75
%23.25
%37.99

CMYK Percentages of Color #ff99fa

%0
%40
%2
%0

Triadic Colors of #ff99fa

#ff99fa #faff99 #99faff

Analogous Colors of #ff99fa

#ff99fa #ff99c7 #d199ff

Monochromatic Colors of #ff99fa

#ff99fa

Complementary Color

#ff99fa #99ff9e

#ff99fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff99fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff99fa Color CSS Codes

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

#ff99fa Text Font Color

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

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


#ff99fa Background Color

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

This div background color is #ff99fa


#ff99fa Border Color

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

This div border color is #ff99fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,153,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff99fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff99fa;
  -webkit-box-shadow: 1px 1px 3px 2px #ff99fa;
  box-shadow:         1px 1px 3px 2px #ff99fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,153,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff99fa

Related Colors

#ff99fa Color Palettes


Comments

No comments written yet.

Please login to write comment.