Color Hex Logo

#ffafbc Color Hex

#FFAFBC
(255,175,188)
0 Favorites   0 Comments

Color spaces of #ffafbc

RGB 255175188
HSL0.971.000.84
HSV350°31°100°
CMYK 0.000.310.26   0.00
XYZ65.647155.550854.8393
Yxy55.55080.37290.3156
Hunter Lab74.532426.78868.5484
CIE-Lab79.357530.94945.2836

#ffafbc color RGB value is (255,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 10111100
Octal 377 257 274
Decimal 255 175 188
Hex FF AF BC

RGB Percentages of Color #ffafbc

%41.26
%28.32
%30.42

CMYK Percentages of Color #ffafbc

%0
%31
%26
%0

Triadic Colors of #ffafbc

#ffafbc #bcffaf #afbcff

Analogous Colors of #ffafbc

#ffafbc #ffcaaf #ffafe4

Monochromatic Colors of #ffafbc

#ffafbc

Complementary Color

#ffafbc #affff2

#ffafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafbc Color CSS Codes

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

#ffafbc Text Font Color

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

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


#ffafbc Background Color

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

This div background color is #ffafbc


#ffafbc Border Color

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

This div border color is #ffafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafbc

Related Colors

#ffafbc Color Palettes


Comments

No comments written yet.

Please login to write comment.