Color Hex Logo

#ffbfc4 Color Hex

#FFBFC4
(255,191,196)
0 Favorites   0 Comments

Color spaces of #ffbfc4

RGB 255191196
HSL0.991.000.87
HSV355°25°100°
CMYK 0.000.250.23   0.00
XYZ69.834662.507160.6090
Yxy62.50710.36190.3240
Hunter Lab79.061419.31079.8909
CIE-Lab83.182423.66736.4827

#ffbfc4 color RGB value is (255,191,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11000100
Octal 377 277 304
Decimal 255 191 196
Hex FF BF C4

RGB Percentages of Color #ffbfc4

%39.72
%29.75
%30.53

CMYK Percentages of Color #ffbfc4

%0
%25
%23
%0

Triadic Colors of #ffbfc4

#ffbfc4 #c4ffbf #bfc4ff

Analogous Colors of #ffbfc4

#ffbfc4 #ffdabf #ffbfe4

Monochromatic Colors of #ffbfc4

#ffbfc4

Complementary Color

#ffbfc4 #bffffa

#ffbfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfc4 Color CSS Codes

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

#ffbfc4 Text Font Color

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

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


#ffbfc4 Background Color

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

This div background color is #ffbfc4


#ffbfc4 Border Color

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

This div border color is #ffbfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfc4

Related Colors


Comments

No comments written yet.

Please login to write comment.