Color Hex Logo

#f99cfb Color Hex

#F99CFB
(249,156,251)
0 Favorites   0 Comments

Color spaces of #f99cfb

RGB 249156251
HSL0.830.920.80
HSV299°38°98°
CMYK 0.010.380.00   0.02
XYZ68.368050.881797.4846
Yxy50.88170.31540.2348
Hunter Lab71.331446.2544-31.0963
CIE-Lab76.607348.8273-33.0945

#f99cfb color RGB value is (249,156,251).

#f99cfb hex color red value is 249, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f99cfb hue: 0.83 , saturation: 0.92 and the lightness value of f99cfb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011100 11111011
Octal 371 234 373
Decimal 249 156 251
Hex F9 9C FB

RGB Percentages of Color #f99cfb

%37.96
%23.78
%38.26

CMYK Percentages of Color #f99cfb

%1
%38
%0
%2

Triadic Colors of #f99cfb

#f99cfb #fbf99c #9cfbf9

Analogous Colors of #f99cfb

#f99cfb #fb9cce #ca9cfb

Monochromatic Colors of #f99cfb

#f99cfb

Complementary Color

#f99cfb #9efb9c

#f99cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99cfb Color CSS Codes

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

#f99cfb Text Font Color

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

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


#f99cfb Background Color

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

This div background color is #f99cfb


#f99cfb Border Color

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

This div border color is #f99cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.