Color Hex Logo

#f99dcb Color Hex

#F99DCB
(249,157,203)
0 Favorites   0 Comments

Color spaces of #f99dcb

RGB 249157203
HSL0.920.880.80
HSV330°37°98°
CMYK 0.000.370.18   0.02
XYZ61.903448.565562.6113
Yxy48.56550.35770.2806
Hunter Lab69.689036.6026-4.4862
CIE-Lab75.180240.3883-9.1062

#f99dcb color RGB value is (249,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 11001011
Octal 371 235 313
Decimal 249 157 203
Hex F9 9D CB

RGB Percentages of Color #f99dcb

%40.89
%25.78
%33.33

CMYK Percentages of Color #f99dcb

%0
%37
%18
%2

Triadic Colors of #f99dcb

#f99dcb #cbf99d #9dcbf9

Analogous Colors of #f99dcb

#f99dcb #f99d9d #f99df9

Monochromatic Colors of #f99dcb

#f99dcb

Complementary Color

#f99dcb #9df9cb

#f99dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dcb Color CSS Codes

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

#f99dcb Text Font Color

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

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


#f99dcb Background Color

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

This div background color is #f99dcb


#f99dcb Border Color

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

This div border color is #f99dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dcb


Comments

No comments written yet.

Please login to write comment.