Color Hex Logo

#ffbfb6 Color Hex

#FFBFB6
(255,191,182)
1 Favorites   0 Comments

Color spaces of #ffbfb6

RGB 255191182
HSL0.021.000.86
HSV29°100°
CMYK 0.000.250.29   0.00
XYZ68.314361.899052.6031
Yxy61.89900.37370.3386
Hunter Lab78.675917.308715.4316
CIE-Lab82.859721.760113.5149

#ffbfb6 color RGB value is (255,191,182).

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

The process color (four color CMYK) of #ffbfb6 color hex is 0.00, 0.25, 0.29, 0.00. Web safe color of #ffbfb6 is #ffcccc. Color #ffbfb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 10110110
Octal 377 277 266
Decimal 255 191 182
Hex FF BF B6

RGB Percentages of Color #ffbfb6

%40.61
%30.41
%28.98

CMYK Percentages of Color #ffbfb6

%0
%25
%29
%0

Triadic Colors of #ffbfb6

#ffbfb6 #b6ffbf #bfb6ff

Analogous Colors of #ffbfb6

#ffbfb6 #ffe4b6 #ffb6d2

Monochromatic Colors of #ffbfb6

#ffbfb6

Complementary Color

#ffbfb6 #b6f6ff

#ffbfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfb6 Color CSS Codes

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

#ffbfb6 Text Font Color

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

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


#ffbfb6 Background Color

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

This div background color is #ffbfb6


#ffbfb6 Border Color

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

This div border color is #ffbfb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfb6

Related Colors

#ffbfb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.