Color Hex Logo

#fbefcb Color Hex

#FBEFCB
(251,239,203)
0 Favorites   0 Comments

Color spaces of #fbefcb

RGB 251239203
HSL0.130.860.89
HSV45°19°98°
CMYK 0.000.050.19   0.02
XYZ81.429786.554068.9147
Yxy86.55400.34370.3654
Hunter Lab93.0344-6.575521.2054
CIE-Lab94.5487-1.622118.8840

#fbefcb color RGB value is (251,239,203).

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

The process color (four color CMYK) of #fbefcb color hex is 0.00, 0.05, 0.19, 0.02. Web safe color of #fbefcb is #ffffcc. Color #fbefcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11001011
Octal 373 357 313
Decimal 251 239 203
Hex FB EF CB

RGB Percentages of Color #fbefcb

%36.22
%34.49
%29.29

CMYK Percentages of Color #fbefcb

%0
%5
%19
%2

Triadic Colors of #fbefcb

#fbefcb #cbfbef #efcbfb

Analogous Colors of #fbefcb

#fbefcb #effbcb #fbd7cb

Monochromatic Colors of #fbefcb

#fbefcb

Complementary Color

#fbefcb #cbd7fb

#fbefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefcb Color CSS Codes

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

#fbefcb Text Font Color

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

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


#fbefcb Background Color

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

This div background color is #fbefcb


#fbefcb Border Color

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

This div border color is #fbefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefcb

Related Colors

#fbefcb Color Palettes


Comments

No comments written yet.

Please login to write comment.