Color Hex Logo

#fbebcc Color Hex

#FBEBCC
(251,235,204)
0 Favorites   0 Comments

Color spaces of #fbebcc

RGB 251235204
HSL0.110.850.89
HSV40°19°98°
CMYK 0.000.060.19   0.02
XYZ80.391184.285569.1584
Yxy84.28550.34380.3604
Hunter Lab91.8071-4.358619.6018
CIE-Lab93.57440.550117.0019

#fbebcc color RGB value is (251,235,204).

#fbebcc hex color red value is 251, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fbebcc hue: 0.11 , saturation: 0.85 and the lightness value of fbebcc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11001100
Octal 373 353 314
Decimal 251 235 204
Hex FB EB CC

RGB Percentages of Color #fbebcc

%36.38
%34.06
%29.57

CMYK Percentages of Color #fbebcc

%0
%6
%19
%2

Triadic Colors of #fbebcc

#fbebcc #ccfbeb #ebccfb

Analogous Colors of #fbebcc

#fbebcc #f4fbcc #fbd4cc

Monochromatic Colors of #fbebcc

#fbebcc

Complementary Color

#fbebcc #ccdcfb

#fbebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebcc Color CSS Codes

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

#fbebcc Text Font Color

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

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


#fbebcc Background Color

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

This div background color is #fbebcc


#fbebcc Border Color

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

This div border color is #fbebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebcc


Comments

No comments written yet.

Please login to write comment.