Color Hex Logo

#fbccbf Color Hex

#FBCCBF
(251,204,191)
0 Favorites   0 Comments

Color spaces of #fbccbf

RGB 251204191
HSL0.040.880.87
HSV13°24°98°
CMYK 0.000.190.24   0.02
XYZ70.780567.456558.5801
Yxy67.45650.35960.3427
Hunter Lab82.131910.098815.2041
CIE-Lab85.734014.697012.7387

#fbccbf color RGB value is (251,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 10111111
Octal 373 314 277
Decimal 251 204 191
Hex FB CC BF

RGB Percentages of Color #fbccbf

%38.85
%31.58
%29.57

CMYK Percentages of Color #fbccbf

%0
%19
%24
%2

Triadic Colors of #fbccbf

#fbccbf #bffbcc #ccbffb

Analogous Colors of #fbccbf

#fbccbf #fbeabf #fbbfd0

Monochromatic Colors of #fbccbf

#fbccbf

Complementary Color

#fbccbf #bfeefb

#fbccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccbf Color CSS Codes

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

#fbccbf Text Font Color

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

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


#fbccbf Background Color

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

This div background color is #fbccbf


#fbccbf Border Color

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

This div border color is #fbccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccbf


Comments

No comments written yet.

Please login to write comment.