Color Hex Logo

#ffbfd9 Color Hex

#FFBFD9
(255,191,217)
0 Favorites   0 Comments

Color spaces of #ffbfd9

RGB 255191217
HSL0.931.000.87
HSV336°25°100°
CMYK 0.000.250.15   0.00
XYZ72.395263.531474.0928
Yxy63.53140.34470.3025
Hunter Lab79.706622.63990.6804
CIE-Lab83.721226.7931-3.9815

#ffbfd9 color RGB value is (255,191,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11011001
Octal 377 277 331
Decimal 255 191 217
Hex FF BF D9

RGB Percentages of Color #ffbfd9

%38.46
%28.81
%32.73

CMYK Percentages of Color #ffbfd9

%0
%25
%15
%0

Triadic Colors of #ffbfd9

#ffbfd9 #d9ffbf #bfd9ff

Analogous Colors of #ffbfd9

#ffbfd9 #ffc5bf #ffbff9

Monochromatic Colors of #ffbfd9

#ffbfd9

Complementary Color

#ffbfd9 #bfffe5

#ffbfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfd9 Color CSS Codes

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

#ffbfd9 Text Font Color

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

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


#ffbfd9 Background Color

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

This div background color is #ffbfd9


#ffbfd9 Border Color

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

This div border color is #ffbfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfd9

Related Colors

#ffbfd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.