Color Hex Logo

#f999b5 Color Hex

#F999B5
(249,153,181)
0 Favorites   0 Comments

Color spaces of #f999b5

RGB 249153181
HSL0.950.890.79
HSV343°39°98°
CMYK 0.000.390.27   0.02
XYZ58.798646.258449.5458
Yxy46.25840.38030.2992
Hunter Lab68.013535.29204.4185
CIE-Lab73.712939.34240.8458

#f999b5 color RGB value is (249,153,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 10110101
Octal 371 231 265
Decimal 249 153 181
Hex F9 99 B5

RGB Percentages of Color #f999b5

%42.71
%26.24
%31.05

CMYK Percentages of Color #f999b5

%0
%39
%27
%2

Triadic Colors of #f999b5

#f999b5 #b5f999 #99b5f9

Analogous Colors of #f999b5

#f999b5 #f9ad99 #f999e5

Monochromatic Colors of #f999b5

#f999b5

Complementary Color

#f999b5 #99f9dd

#f999b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f999b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f999b5 Color CSS Codes

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

#f999b5 Text Font Color

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

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


#f999b5 Background Color

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

This div background color is #f999b5


#f999b5 Border Color

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

This div border color is #f999b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f999b5


Comments

No comments written yet.

Please login to write comment.