Color Hex Logo

#ffafba Color Hex

#FFAFBA
(255,175,186)
0 Favorites   0 Comments

Color spaces of #ffafba

RGB 255175186
HSL0.981.000.84
HSV352°31°100°
CMYK 0.000.310.27   0.00
XYZ65.432955.465153.7115
Yxy55.46510.37470.3177
Hunter Lab74.474926.49739.3723
CIE-Lab79.308430.67966.2975

#ffafba color RGB value is (255,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 10111010
Octal 377 257 272
Decimal 255 175 186
Hex FF AF BA

RGB Percentages of Color #ffafba

%41.40
%28.41
%30.19

CMYK Percentages of Color #ffafba

%0
%31
%27
%0

Triadic Colors of #ffafba

#ffafba #baffaf #afbaff

Analogous Colors of #ffafba

#ffafba #ffccaf #ffafe2

Monochromatic Colors of #ffafba

#ffafba

Complementary Color

#ffafba #affff4

#ffafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafba Color CSS Codes

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

#ffafba Text Font Color

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

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


#ffafba Background Color

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

This div background color is #ffafba


#ffafba Border Color

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

This div border color is #ffafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafba

#ffafba Color Palettes


Comments

No comments written yet.

Please login to write comment.