Color Hex Logo

#f9a5bf Color Hex

#F9A5BF
(249,165,191)
0 Favorites   0 Comments

Color spaces of #f9a5bf

RGB 249165191
HSL0.950.880.81
HSV341°34°98°
CMYK 0.000.340.23   0.02
XYZ61.926050.811655.8340
Yxy50.81160.36740.3014
Hunter Lab71.282330.32683.4569
CIE-Lab76.564734.4732-0.4878

#f9a5bf color RGB value is (249,165,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100101 10111111
Octal 371 245 277
Decimal 249 165 191
Hex F9 A5 BF

RGB Percentages of Color #f9a5bf

%41.16
%27.27
%31.57

CMYK Percentages of Color #f9a5bf

%0
%34
%23
%2

Triadic Colors of #f9a5bf

#f9a5bf #bff9a5 #a5bff9

Analogous Colors of #f9a5bf

#f9a5bf #f9b5a5 #f9a5e9

Monochromatic Colors of #f9a5bf

#f9a5bf

Complementary Color

#f9a5bf #a5f9df

#f9a5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a5bf Color CSS Codes

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

#f9a5bf Text Font Color

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

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


#f9a5bf Background Color

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

This div background color is #f9a5bf


#f9a5bf Border Color

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

This div border color is #f9a5bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,165,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 #f9a5bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a5bf


Comments

No comments written yet.

Please login to write comment.