Color Hex Logo

#ffbfdc Color Hex

#FFBFDC
(255,191,220)
0 Favorites   0 Comments

Color spaces of #ffbfdc

RGB 255191220
HSL0.921.000.87
HSV333°25°100°
CMYK 0.000.250.14   0.00
XYZ72.789163.688976.1669
Yxy63.68890.34230.2995
Hunter Lab79.805323.1475-0.7232
CIE-Lab83.803527.2648-5.4660

#ffbfdc color RGB value is (255,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11011100
Octal 377 277 334
Decimal 255 191 220
Hex FF BF DC

RGB Percentages of Color #ffbfdc

%38.29
%28.68
%33.03

CMYK Percentages of Color #ffbfdc

%0
%25
%14
%0

Triadic Colors of #ffbfdc

#ffbfdc #dcffbf #bfdcff

Analogous Colors of #ffbfdc

#ffbfdc #ffc2bf #ffbffc

Monochromatic Colors of #ffbfdc

#ffbfdc

Complementary Color

#ffbfdc #bfffe2

#ffbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfdc Color CSS Codes

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

#ffbfdc Text Font Color

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

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


#ffbfdc Background Color

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

This div background color is #ffbfdc


#ffbfdc Border Color

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

This div border color is #ffbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfdc


Comments

No comments written yet.

Please login to write comment.