Color Hex Logo

#fbe4cc Color Hex

#FBE4CC
(251,228,204)
0 Favorites   0 Comments

Color spaces of #fbe4cc

RGB 251228204
HSL0.090.850.89
HSV31°19°98°
CMYK 0.000.090.19   0.02
XYZ78.426180.355768.5034
Yxy80.35570.34510.3535
Hunter Lab89.6413-0.704917.4399
CIE-Lab91.84424.123114.5634

#fbe4cc color RGB value is (251,228,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 11001100
Octal 373 344 314
Decimal 251 228 204
Hex FB E4 CC

RGB Percentages of Color #fbe4cc

%36.75
%33.38
%29.87

CMYK Percentages of Color #fbe4cc

%0
%9
%19
%2

Triadic Colors of #fbe4cc

#fbe4cc #ccfbe4 #e4ccfb

Analogous Colors of #fbe4cc

#fbe4cc #fbfbcc #fbcdcc

Monochromatic Colors of #fbe4cc

#fbe4cc

Complementary Color

#fbe4cc #cce3fb

#fbe4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4cc Color CSS Codes

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

#fbe4cc Text Font Color

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

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


#fbe4cc Background Color

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

This div background color is #fbe4cc


#fbe4cc Border Color

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

This div border color is #fbe4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4cc

#fbe4cc Color Palettes


Comments

No comments written yet.

Please login to write comment.