Color Hex Logo

#f999c7 Color Hex

#F999C7
(249,153,199)
0 Favorites   0 Comments

Color spaces of #f999c7

RGB 249153199
HSL0.920.890.79
HSV331°39°98°
CMYK 0.000.390.20   0.02
XYZ60.767047.045759.9108
Yxy47.04570.36230.2805
Hunter Lab68.589938.1093-3.7748
CIE-Lab74.219041.8630-8.3372

#f999c7 color RGB value is (249,153,199).

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

The process color (four color CMYK) of #f999c7 color hex is 0.00, 0.39, 0.20, 0.02. Web safe color of #f999c7 is #ff99cc. Color #f999c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 11000111
Octal 371 231 307
Decimal 249 153 199
Hex F9 99 C7

RGB Percentages of Color #f999c7

%41.43
%25.46
%33.11

CMYK Percentages of Color #f999c7

%0
%39
%20
%2

Triadic Colors of #f999c7

#f999c7 #c7f999 #99c7f9

Analogous Colors of #f999c7

#f999c7 #f99b99 #f999f7

Monochromatic Colors of #f999c7

#f999c7

Complementary Color

#f999c7 #99f9cb

#f999c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f999c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f999c7 Color CSS Codes

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

#f999c7 Text Font Color

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

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


#f999c7 Background Color

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

This div background color is #f999c7


#f999c7 Border Color

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

This div border color is #f999c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f999c7


Comments

No comments written yet.

Please login to write comment.