Color Hex Logo

#fbcebf Color Hex

#FBCEBF
(251,206,191)
0 Favorites   0 Comments

Color spaces of #fbcebf

RGB 251206191
HSL0.040.880.87
HSV15°24°98°
CMYK 0.000.180.24   0.02
XYZ71.258968.413458.7396
Yxy68.41340.35910.3448
Hunter Lab82.71249.035815.7929
CIE-Lab86.212713.652013.4167

#fbcebf color RGB value is (251,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 10111111
Octal 373 316 277
Decimal 251 206 191
Hex FB CE BF

RGB Percentages of Color #fbcebf

%38.73
%31.79
%29.48

CMYK Percentages of Color #fbcebf

%0
%18
%24
%2

Triadic Colors of #fbcebf

#fbcebf #bffbce #cebffb

Analogous Colors of #fbcebf

#fbcebf #fbecbf #fbbfce

Monochromatic Colors of #fbcebf

#fbcebf

Complementary Color

#fbcebf #bfecfb

#fbcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcebf Color CSS Codes

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

#fbcebf Text Font Color

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

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


#fbcebf Background Color

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

This div background color is #fbcebf


#fbcebf Border Color

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

This div border color is #fbcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcebf

Related Colors


Comments

No comments written yet.

Please login to write comment.