Color Hex Logo

#fbc4bf Color Hex

#FBC4BF
(251,196,191)
0 Favorites   0 Comments

Color spaces of #fbc4bf

RGB 251196191
HSL0.010.880.87
HSV24°98°
CMYK 0.000.220.24   0.02
XYZ68.927663.750757.9624
Yxy63.75070.36160.3344
Hunter Lab79.844014.368112.8495
CIE-Lab83.835818.889010.0397

#fbc4bf color RGB value is (251,196,191).

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

The process color (four color CMYK) of #fbc4bf color hex is 0.00, 0.22, 0.24, 0.02. Web safe color of #fbc4bf is #ffcccc. Color #fbc4bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 10111111
Octal 373 304 277
Decimal 251 196 191
Hex FB C4 BF

RGB Percentages of Color #fbc4bf

%39.34
%30.72
%29.94

CMYK Percentages of Color #fbc4bf

%0
%22
%24
%2

Triadic Colors of #fbc4bf

#fbc4bf #bffbc4 #c4bffb

Analogous Colors of #fbc4bf

#fbc4bf #fbe2bf #fbbfd8

Monochromatic Colors of #fbc4bf

#fbc4bf

Complementary Color

#fbc4bf #bff6fb

#fbc4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4bf Color CSS Codes

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

#fbc4bf Text Font Color

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

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


#fbc4bf Background Color

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

This div background color is #fbc4bf


#fbc4bf Border Color

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

This div border color is #fbc4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4bf

#fbc4bf Color Palettes


Comments

No comments written yet.

Please login to write comment.