Color Hex Logo

#f99ebc Color Hex

#F99EBC
(249,158,188)
0 Favorites   0 Comments

Color spaces of #f99ebc

RGB 249158188
HSL0.950.880.80
HSV340°37°98°
CMYK 0.000.370.24   0.02
XYZ60.370948.224353.7033
Yxy48.22430.37200.2971
Hunter Lab69.443733.65252.7595
CIE-Lab74.966237.7044-1.1811

#f99ebc color RGB value is (249,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 10111100
Octal 371 236 274
Decimal 249 158 188
Hex F9 9E BC

RGB Percentages of Color #f99ebc

%41.85
%26.55
%31.60

CMYK Percentages of Color #f99ebc

%0
%37
%24
%2

Triadic Colors of #f99ebc

#f99ebc #bcf99e #9ebcf9

Analogous Colors of #f99ebc

#f99ebc #f9ae9e #f99eea

Monochromatic Colors of #f99ebc

#f99ebc

Complementary Color

#f99ebc #9ef9db

#f99ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99ebc Color CSS Codes

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

#f99ebc Text Font Color

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

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


#f99ebc Background Color

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

This div background color is #f99ebc


#f99ebc Border Color

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

This div border color is #f99ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99ebc


Comments

No comments written yet.

Please login to write comment.