Color Hex Logo

#fbe2cf Color Hex

#FBE2CF
(251,226,207)
0 Favorites   0 Comments

Color spaces of #fbe2cf

RGB 251226207
HSL0.070.850.90
HSV26°18°98°
CMYK 0.000.100.18   0.02
XYZ78.242579.406970.2347
Yxy79.40690.34330.3485
Hunter Lab89.11050.786415.6465
CIE-Lab91.41815.593712.3969

#fbe2cf color RGB value is (251,226,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11001111
Octal 373 342 317
Decimal 251 226 207
Hex FB E2 CF

RGB Percentages of Color #fbe2cf

%36.70
%33.04
%30.26

CMYK Percentages of Color #fbe2cf

%0
%10
%18
%2

Triadic Colors of #fbe2cf

#fbe2cf #cffbe2 #e2cffb

Analogous Colors of #fbe2cf

#fbe2cf #fbf8cf #fbcfd2

Monochromatic Colors of #fbe2cf

#fbe2cf

Complementary Color

#fbe2cf #cfe8fb

#fbe2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2cf Color CSS Codes

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

#fbe2cf Text Font Color

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

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


#fbe2cf Background Color

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

This div background color is #fbe2cf


#fbe2cf Border Color

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

This div border color is #fbe2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2cf


Comments

No comments written yet.

Please login to write comment.