Color Hex Logo

#fbc7bf Color Hex

#FBC7BF
(251,199,191)
0 Favorites   0 Comments

Color spaces of #fbc7bf

RGB 251199191
HSL0.020.880.87
HSV24°98°
CMYK 0.000.210.24   0.02
XYZ69.611165.117758.1903
Yxy65.11770.36080.3375
Hunter Lab80.695512.763813.7323
CIE-Lab84.544417.314811.0492

#fbc7bf color RGB value is (251,199,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 10111111
Octal 373 307 277
Decimal 251 199 191
Hex FB C7 BF

RGB Percentages of Color #fbc7bf

%39.16
%31.05
%29.80

CMYK Percentages of Color #fbc7bf

%0
%21
%24
%2

Triadic Colors of #fbc7bf

#fbc7bf #bffbc7 #c7bffb

Analogous Colors of #fbc7bf

#fbc7bf #fbe5bf #fbbfd5

Monochromatic Colors of #fbc7bf

#fbc7bf

Complementary Color

#fbc7bf #bff3fb

#fbc7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc7bf Color CSS Codes

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

#fbc7bf Text Font Color

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

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


#fbc7bf Background Color

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

This div background color is #fbc7bf


#fbc7bf Border Color

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

This div border color is #fbc7bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,199,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 #fbc7bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc7bf

Related Colors


Comments

No comments written yet.

Please login to write comment.