Color Hex Logo

#ffafbf Color Hex

#FFAFBF
(255,175,191)
0 Favorites   0 Comments

Color spaces of #ffafbf

RGB 255175191
HSL0.971.000.84
HSV348°31°100°
CMYK 0.000.310.25   0.00
XYZ65.973955.681556.5606
Yxy55.68150.37020.3124
Hunter Lab74.620027.23237.2933
CIE-Lab79.432231.35943.7647

#ffafbf color RGB value is (255,175,191).

#ffafbf hex color red value is 255, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ffafbf hue: 0.97 , saturation: 1.00 and the lightness value of ffafbf is 0.84.

The process color (four color CMYK) of #ffafbf color hex is 0.00, 0.31, 0.25, 0.00. Web safe color of #ffafbf is #ff99cc. Color #ffafbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 10111111
Octal 377 257 277
Decimal 255 175 191
Hex FF AF BF

RGB Percentages of Color #ffafbf

%41.06
%28.18
%30.76

CMYK Percentages of Color #ffafbf

%0
%31
%25
%0

Triadic Colors of #ffafbf

#ffafbf #bfffaf #afbfff

Analogous Colors of #ffafbf

#ffafbf #ffc7af #ffafe7

Monochromatic Colors of #ffafbf

#ffafbf

Complementary Color

#ffafbf #afffef

#ffafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafbf Color CSS Codes

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

#ffafbf Text Font Color

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

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


#ffafbf Background Color

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

This div background color is #ffafbf


#ffafbf Border Color

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

This div border color is #ffafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafbf

Related Colors

#ffafbf Color Palettes


Comments

No comments written yet.

Please login to write comment.