Color Hex Logo

#f99bae Color Hex

#F99BAE
(249,155,174)
0 Favorites   0 Comments

Color spaces of #f99bae

RGB 249155174
HSL0.970.890.79
HSV348°38°98°
CMYK 0.000.380.30   0.02
XYZ58.428246.638445.9670
Yxy46.63840.38690.3088
Hunter Lab68.292333.20607.8970
CIE-Lab73.957937.38995.0650

#f99bae color RGB value is (249,155,174).

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

The process color (four color CMYK) of #f99bae color hex is 0.00, 0.38, 0.30, 0.02. Web safe color of #f99bae is #ff9999. Color #f99bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 10101110
Octal 371 233 256
Decimal 249 155 174
Hex F9 9B AE

RGB Percentages of Color #f99bae

%43.08
%26.82
%30.10

CMYK Percentages of Color #f99bae

%0
%38
%30
%2

Triadic Colors of #f99bae

#f99bae #aef99b #9baef9

Analogous Colors of #f99bae

#f99bae #f9b79b #f99bdd

Monochromatic Colors of #f99bae

#f99bae

Complementary Color

#f99bae #9bf9e6

#f99bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bae Color CSS Codes

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

#f99bae Text Font Color

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

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


#f99bae Background Color

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

This div background color is #f99bae


#f99bae Border Color

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

This div border color is #f99bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bae


Comments

No comments written yet.

Please login to write comment.