Color Hex Logo

#f99fdc Color Hex

#F99FDC
(249,159,220)
0 Favorites   0 Comments

Color spaces of #f99fdc

RGB 249159220
HSL0.890.880.80
HSV319°36°98°
CMYK 0.000.360.12   0.02
XYZ64.383350.103373.9877
Yxy50.10330.34160.2658
Hunter Lab70.783738.4883-12.4252
CIE-Lab76.132641.9950-16.9821

#f99fdc color RGB value is (249,159,220).

#f99fdc hex color red value is 249, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f99fdc hue: 0.89 , saturation: 0.88 and the lightness value of f99fdc is 0.80.

The process color (four color CMYK) of #f99fdc color hex is 0.00, 0.36, 0.12, 0.02. Web safe color of #f99fdc is #ff99cc. Color #f99fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 11011100
Octal 371 237 334
Decimal 249 159 220
Hex F9 9F DC

RGB Percentages of Color #f99fdc

%39.65
%25.32
%35.03

CMYK Percentages of Color #f99fdc

%0
%36
%12
%2

Triadic Colors of #f99fdc

#f99fdc #dcf99f #9fdcf9

Analogous Colors of #f99fdc

#f99fdc #f99faf #e99ff9

Monochromatic Colors of #f99fdc

#f99fdc

Complementary Color

#f99fdc #9ff9bc

#f99fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fdc Color CSS Codes

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

#f99fdc Text Font Color

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

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


#f99fdc Background Color

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

This div background color is #f99fdc


#f99fdc Border Color

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

This div border color is #f99fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fdc

#f99fdc Color Palettes


Comments

No comments written yet.

Please login to write comment.