Color Hex Logo

#f99ebf Color Hex

#F99EBF
(249,158,191)
0 Favorites   0 Comments

Color spaces of #f99ebf

RGB 249158191
HSL0.940.880.80
HSV338°37°98°
CMYK 0.000.370.23   0.02
XYZ60.697848.355055.4246
Yxy48.35500.36900.2940
Hunter Lab69.537834.11721.4197
CIE-Lab75.048338.1249-2.7101

#f99ebf color RGB value is (249,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 10111111
Octal 371 236 277
Decimal 249 158 191
Hex F9 9E BF

RGB Percentages of Color #f99ebf

%41.64
%26.42
%31.94

CMYK Percentages of Color #f99ebf

%0
%37
%23
%2

Triadic Colors of #f99ebf

#f99ebf #bff99e #9ebff9

Analogous Colors of #f99ebf

#f99ebf #f9ab9e #f99eed

Monochromatic Colors of #f99ebf

#f99ebf

Complementary Color

#f99ebf #9ef9d8

#f99ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99ebf Color CSS Codes

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

#f99ebf Text Font Color

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

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


#f99ebf Background Color

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

This div background color is #f99ebf


#f99ebf Border Color

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

This div border color is #f99ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99ebf

Related Colors


Comments

No comments written yet.

Please login to write comment.