Color Hex Logo

#fbefcc Color Hex

#FBEFCC
(251,239,204)
0 Favorites   0 Comments

Color spaces of #fbefcc

RGB 251239204
HSL0.120.850.89
HSV45°19°98°
CMYK 0.000.050.19   0.02
XYZ81.549286.601969.5445
Yxy86.60190.34310.3643
Hunter Lab93.0601-6.434620.8343
CIE-Lab94.5691-1.477818.3976

#fbefcc color RGB value is (251,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11001100
Octal 373 357 314
Decimal 251 239 204
Hex FB EF CC

RGB Percentages of Color #fbefcc

%36.17
%34.44
%29.39

CMYK Percentages of Color #fbefcc

%0
%5
%19
%2

Triadic Colors of #fbefcc

#fbefcc #ccfbef #efccfb

Analogous Colors of #fbefcc

#fbefcc #f0fbcc #fbd8cc

Monochromatic Colors of #fbefcc

#fbefcc

Complementary Color

#fbefcc #ccd8fb

#fbefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefcc Color CSS Codes

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

#fbefcc Text Font Color

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

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


#fbefcc Background Color

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

This div background color is #fbefcc


#fbefcc Border Color

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

This div border color is #fbefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefcc

#fbefcc Color Palettes


Comments

No comments written yet.

Please login to write comment.