Color Hex Logo

#fbe0cf Color Hex

#FBE0CF
(251,224,207)
0 Favorites   0 Comments

Color spaces of #fbe0cf

RGB 251224207
HSL0.060.850.90
HSV23°18°98°
CMYK 0.000.110.18   0.02
XYZ77.701878.325570.0545
Yxy78.32550.34370.3464
Hunter Lab88.50171.839615.0195
CIE-Lab90.92826.623211.7002

#fbe0cf color RGB value is (251,224,207).

#fbe0cf hex color red value is 251, green value is 224 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fbe0cf hue: 0.06 , saturation: 0.85 and the lightness value of fbe0cf is 0.90.

The process color (four color CMYK) of #fbe0cf color hex is 0.00, 0.11, 0.18, 0.02. Web safe color of #fbe0cf is #ffcccc. Color #fbe0cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 11001111
Octal 373 340 317
Decimal 251 224 207
Hex FB E0 CF

RGB Percentages of Color #fbe0cf

%36.80
%32.84
%30.35

CMYK Percentages of Color #fbe0cf

%0
%11
%18
%2

Triadic Colors of #fbe0cf

#fbe0cf #cffbe0 #e0cffb

Analogous Colors of #fbe0cf

#fbe0cf #fbf6cf #fbcfd4

Monochromatic Colors of #fbe0cf

#fbe0cf

Complementary Color

#fbe0cf #cfeafb

#fbe0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe0cf Color CSS Codes

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

#fbe0cf Text Font Color

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

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


#fbe0cf Background Color

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

This div background color is #fbe0cf


#fbe0cf Border Color

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

This div border color is #fbe0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe0cf

#fbe0cf Color Palettes


Comments

No comments written yet.

Please login to write comment.