Color Hex Logo

#ffbfcb Color Hex

#FFBFCB
(255,191,203)
0 Favorites   0 Comments

Color spaces of #ffbfcb

RGB 255191203
HSL0.971.000.87
HSV349°25°100°
CMYK 0.000.250.20   0.00
XYZ70.650362.833464.9043
Yxy62.83340.35610.3167
Hunter Lab79.267520.37706.9406
CIE-Lab83.354624.67462.9816

#ffbfcb color RGB value is (255,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11001011
Octal 377 277 313
Decimal 255 191 203
Hex FF BF CB

RGB Percentages of Color #ffbfcb

%39.29
%29.43
%31.28

CMYK Percentages of Color #ffbfcb

%0
%25
%20
%0

Triadic Colors of #ffbfcb

#ffbfcb #cbffbf #bfcbff

Analogous Colors of #ffbfcb

#ffbfcb #ffd3bf #ffbfeb

Monochromatic Colors of #ffbfcb

#ffbfcb

Complementary Color

#ffbfcb #bffff3

#ffbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfcb Color CSS Codes

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

#ffbfcb Text Font Color

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

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


#ffbfcb Background Color

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

This div background color is #ffbfcb


#ffbfcb Border Color

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

This div border color is #ffbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfcb

Related Colors

#ffbfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.