Color Hex Logo

#fbcfbc Color Hex

#FBCFBC
(251,207,188)
0 Favorites   0 Comments

Color spaces of #fbcfbc

RGB 251207188
HSL0.050.890.86
HSV18°25°98°
CMYK 0.000.180.25   0.02
XYZ71.173668.765757.0988
Yxy68.76570.36120.3490
Hunter Lab82.92518.085517.2229
CIE-Lab86.387912.715715.2490

#fbcfbc color RGB value is (251,207,188).

#fbcfbc hex color red value is 251, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fbcfbc hue: 0.05 , saturation: 0.89 and the lightness value of fbcfbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 10111100
Octal 373 317 274
Decimal 251 207 188
Hex FB CF BC

RGB Percentages of Color #fbcfbc

%38.85
%32.04
%29.10

CMYK Percentages of Color #fbcfbc

%0
%18
%25
%2

Triadic Colors of #fbcfbc

#fbcfbc #bcfbcf #cfbcfb

Analogous Colors of #fbcfbc

#fbcfbc #fbefbc #fbbcc9

Monochromatic Colors of #fbcfbc

#fbcfbc

Complementary Color

#fbcfbc #bce8fb

#fbcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfbc Color CSS Codes

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

#fbcfbc Text Font Color

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

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


#fbcfbc Background Color

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

This div background color is #fbcfbc


#fbcfbc Border Color

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

This div border color is #fbcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcfbc


Comments

No comments written yet.

Please login to write comment.