Color Hex Logo

#f99cdd Color Hex

#F99CDD
(249,156,221)
0 Favorites   0 Comments

Color spaces of #f99cdd

RGB 249156221
HSL0.880.890.79
HSV318°37°98°
CMYK 0.000.370.11   0.02
XYZ64.006549.137174.5175
Yxy49.13710.34110.2618
Hunter Lab70.097940.3175-13.9597
CIE-Lab75.536543.7060-18.4285

#f99cdd color RGB value is (249,156,221).

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

The process color (four color CMYK) of #f99cdd color hex is 0.00, 0.37, 0.11, 0.02. Web safe color of #f99cdd is #ff99cc. Color #f99cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011100 11011101
Octal 371 234 335
Decimal 249 156 221
Hex F9 9C DD

RGB Percentages of Color #f99cdd

%39.78
%24.92
%35.30

CMYK Percentages of Color #f99cdd

%0
%37
%11
%2

Triadic Colors of #f99cdd

#f99cdd #ddf99c #9cddf9

Analogous Colors of #f99cdd

#f99cdd #f99caf #e79cf9

Monochromatic Colors of #f99cdd

#f99cdd

Complementary Color

#f99cdd #9cf9b8

#f99cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99cdd Color CSS Codes

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

#f99cdd Text Font Color

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

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


#f99cdd Background Color

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

This div background color is #f99cdd


#f99cdd Border Color

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

This div border color is #f99cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99cdd

#f99cdd Color Palettes


Comments

No comments written yet.

Please login to write comment.