Color Hex Logo

#f5abbf Color Hex

#F5ABBF
(245,171,191)
0 Favorites   0 Comments

Color spaces of #f5abbf

RGB 245171191
HSL0.950.790.82
HSV344°30°96°
CMYK 0.000.300.22   0.04
XYZ61.623152.299956.1372
Yxy52.29990.36240.3075
Hunter Lab72.318725.54314.5993
CIE-Lab77.459829.90720.7662

#f5abbf color RGB value is (245,171,191).

#f5abbf hex color red value is 245, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f5abbf hue: 0.95 , saturation: 0.79 and the lightness value of f5abbf is 0.82.

The process color (four color CMYK) of #f5abbf color hex is 0.00, 0.30, 0.22, 0.04. Web safe color of #f5abbf is #ff99cc. Color #f5abbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101011 10111111
Octal 365 253 277
Decimal 245 171 191
Hex F5 AB BF

RGB Percentages of Color #f5abbf

%40.36
%28.17
%31.47

CMYK Percentages of Color #f5abbf

%0
%30
%22
%4

Triadic Colors of #f5abbf

#f5abbf #bff5ab #abbff5

Analogous Colors of #f5abbf

#f5abbf #f5bcab #f5abe4

Monochromatic Colors of #f5abbf

#f5abbf

Complementary Color

#f5abbf #abf5e1

#f5abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5abbf Color CSS Codes

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

#f5abbf Text Font Color

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

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


#f5abbf Background Color

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

This div background color is #f5abbf


#f5abbf Border Color

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

This div border color is #f5abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5abbf


Comments

No comments written yet.

Please login to write comment.