Color Hex Logo

#ffbfd0 Color Hex

#FFBFD0
(255,191,208)
0 Favorites   0 Comments

Color spaces of #ffbfd0

RGB 255191208
HSL0.961.000.87
HSV344°25°100°
CMYK 0.000.250.18   0.00
XYZ71.256063.075768.0937
Yxy63.07570.35200.3116
Hunter Lab79.420221.16524.7598
CIE-Lab83.482225.41550.4884

#ffbfd0 color RGB value is (255,191,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11010000
Octal 377 277 320
Decimal 255 191 208
Hex FF BF D0

RGB Percentages of Color #ffbfd0

%38.99
%29.20
%31.80

CMYK Percentages of Color #ffbfd0

%0
%25
%18
%0

Triadic Colors of #ffbfd0

#ffbfd0 #d0ffbf #bfd0ff

Analogous Colors of #ffbfd0

#ffbfd0 #ffcebf #ffbff0

Monochromatic Colors of #ffbfd0

#ffbfd0

Complementary Color

#ffbfd0 #bfffee

#ffbfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfd0 Color CSS Codes

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

#ffbfd0 Text Font Color

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

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


#ffbfd0 Background Color

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

This div background color is #ffbfd0


#ffbfd0 Border Color

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

This div border color is #ffbfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfd0

Related Colors

#ffbfd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.