Color Hex Logo

#fbe1cc Color Hex

#FBE1CC
(251,225,204)
1 Favorites   0 Comments

Color spaces of #fbe1cc

RGB 251225204
HSL0.070.850.89
HSV27°19°98°
CMYK 0.000.100.19   0.02
XYZ77.608078.719368.2307
Yxy78.71930.34560.3506
Hunter Lab88.72390.869616.5114
CIE-Lab91.10715.663913.5202

#fbe1cc color RGB value is (251,225,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11001100
Octal 373 341 314
Decimal 251 225 204
Hex FB E1 CC

RGB Percentages of Color #fbe1cc

%36.91
%33.09
%30.00

CMYK Percentages of Color #fbe1cc

%0
%10
%19
%2

Triadic Colors of #fbe1cc

#fbe1cc #ccfbe1 #e1ccfb

Analogous Colors of #fbe1cc

#fbe1cc #fbf9cc #fbcccf

Monochromatic Colors of #fbe1cc

#fbe1cc

Complementary Color

#fbe1cc #cce6fb

#fbe1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1cc Color CSS Codes

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

#fbe1cc Text Font Color

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

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


#fbe1cc Background Color

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

This div background color is #fbe1cc


#fbe1cc Border Color

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

This div border color is #fbe1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1cc

#fbe1cc Color Palettes


Comments

No comments written yet.

Please login to write comment.