Color Hex Logo

#ffbfcc Color Hex

#FFBFCC
(255,191,204)
0 Favorites   0 Comments

Color spaces of #ffbfcc

RGB 255191204
HSL0.971.000.87
HSV348°25°100°
CMYK 0.000.250.20   0.00
XYZ70.769962.881265.5341
Yxy62.88120.35530.3157
Hunter Lab79.297720.53306.5092
CIE-Lab83.379824.82142.4824

#ffbfcc color RGB value is (255,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11001100
Octal 377 277 314
Decimal 255 191 204
Hex FF BF CC

RGB Percentages of Color #ffbfcc

%39.23
%29.38
%31.38

CMYK Percentages of Color #ffbfcc

%0
%25
%20
%0

Triadic Colors of #ffbfcc

#ffbfcc #ccffbf #bfccff

Analogous Colors of #ffbfcc

#ffbfcc #ffd2bf #ffbfec

Monochromatic Colors of #ffbfcc

#ffbfcc

Complementary Color

#ffbfcc #bffff2

#ffbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfcc Color CSS Codes

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

#ffbfcc Text Font Color

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

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


#ffbfcc Background Color

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

This div background color is #ffbfcc


#ffbfcc Border Color

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

This div border color is #ffbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfcc

Related Colors


Comments

No comments written yet.

Please login to write comment.