Color Hex Logo

#f5afbb Color Hex

#F5AFBB
(245,175,187)
0 Favorites   0 Comments

Color spaces of #f5afbb

RGB 245175187
HSL0.970.780.82
HSV350°29°96°
CMYK 0.000.290.24   0.04
XYZ61.955853.660354.1058
Yxy53.66030.36500.3162
Hunter Lab73.253222.77807.4848
CIE-Lab78.263227.22164.1097

#f5afbb color RGB value is (245,175,187).

#f5afbb hex color red value is 245, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f5afbb hue: 0.97 , saturation: 0.78 and the lightness value of f5afbb is 0.82.

The process color (four color CMYK) of #f5afbb color hex is 0.00, 0.29, 0.24, 0.04. Web safe color of #f5afbb is #ff99cc. Color #f5afbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101111 10111011
Octal 365 257 273
Decimal 245 175 187
Hex F5 AF BB

RGB Percentages of Color #f5afbb

%40.36
%28.83
%30.81

CMYK Percentages of Color #f5afbb

%0
%29
%24
%4

Triadic Colors of #f5afbb

#f5afbb #bbf5af #afbbf5

Analogous Colors of #f5afbb

#f5afbb #f5c6af #f5afde

Monochromatic Colors of #f5afbb

#f5afbb

Complementary Color

#f5afbb #aff5e9

#f5afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5afbb Color CSS Codes

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

#f5afbb Text Font Color

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

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


#f5afbb Background Color

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

This div background color is #f5afbb


#f5afbb Border Color

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

This div border color is #f5afbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,175,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5afbb


Comments

No comments written yet.

Please login to write comment.