Color Hex Logo

#fbe3cd Color Hex

#FBE3CD
(251,227,205)
0 Favorites   0 Comments

Color spaces of #fbe3cd

RGB 251227205
HSL0.080.850.89
HSV29°18°98°
CMYK 0.000.100.18   0.02
XYZ78.272279.855269.0458
Yxy79.85520.34450.3515
Hunter Lab89.3617-0.034416.7425
CIE-Lab91.61994.783313.7254

#fbe3cd color RGB value is (251,227,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 11001101
Octal 373 343 315
Decimal 251 227 205
Hex FB E3 CD

RGB Percentages of Color #fbe3cd

%36.75
%33.24
%30.01

CMYK Percentages of Color #fbe3cd

%0
%10
%18
%2

Triadic Colors of #fbe3cd

#fbe3cd #cdfbe3 #e3cdfb

Analogous Colors of #fbe3cd

#fbe3cd #fbfacd #fbcdce

Monochromatic Colors of #fbe3cd

#fbe3cd

Complementary Color

#fbe3cd #cde5fb

#fbe3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe3cd Color CSS Codes

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

#fbe3cd Text Font Color

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

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


#fbe3cd Background Color

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

This div background color is #fbe3cd


#fbe3cd Border Color

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

This div border color is #fbe3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe3cd

Related Colors


Comments

No comments written yet.

Please login to write comment.