Color Hex Logo

#fbe2cb Color Hex

#FBE2CB
(251,226,203)
0 Favorites   0 Comments

Color spaces of #fbe2cb

RGB 251226203
HSL0.080.860.89
HSV29°19°98°
CMYK 0.000.100.19   0.02
XYZ77.759579.213767.6913
Yxy79.21370.34610.3526
Hunter Lab89.00210.198617.2079
CIE-Lab91.33095.003314.3582

#fbe2cb color RGB value is (251,226,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11001011
Octal 373 342 313
Decimal 251 226 203
Hex FB E2 CB

RGB Percentages of Color #fbe2cb

%36.91
%33.24
%29.85

CMYK Percentages of Color #fbe2cb

%0
%10
%19
%2

Triadic Colors of #fbe2cb

#fbe2cb #cbfbe2 #e2cbfb

Analogous Colors of #fbe2cb

#fbe2cb #fbfacb #fbcbcc

Monochromatic Colors of #fbe2cb

#fbe2cb

Complementary Color

#fbe2cb #cbe4fb

#fbe2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2cb Color CSS Codes

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

#fbe2cb Text Font Color

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

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


#fbe2cb Background Color

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

This div background color is #fbe2cb


#fbe2cb Border Color

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

This div border color is #fbe2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2cb


Comments

No comments written yet.

Please login to write comment.