Color Hex Logo

#ffafbd Color Hex

#FFAFBD
(255,175,189)
2 Favorites   0 Comments

Color spaces of #ffafbd

RGB 255175189
HSL0.971.000.84
HSV350°31°100°
CMYK 0.000.310.26   0.00
XYZ65.755355.594155.4092
Yxy55.59410.37200.3145
Hunter Lab74.561526.93558.1326
CIE-Lab79.382231.08534.7770

#ffafbd color RGB value is (255,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 10111101
Octal 377 257 275
Decimal 255 175 189
Hex FF AF BD

RGB Percentages of Color #ffafbd

%41.20
%28.27
%30.53

CMYK Percentages of Color #ffafbd

%0
%31
%26
%0

Triadic Colors of #ffafbd

#ffafbd #bdffaf #afbdff

Analogous Colors of #ffafbd

#ffafbd #ffc9af #ffafe5

Monochromatic Colors of #ffafbd

#ffafbd

Complementary Color

#ffafbd #affff1

#ffafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafbd Color CSS Codes

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

#ffafbd Text Font Color

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

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


#ffafbd Background Color

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

This div background color is #ffafbd


#ffafbd Border Color

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

This div border color is #ffafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafbd

#ffafbd Color Palettes


Comments

No comments written yet.

Please login to write comment.