Color Hex Logo

#fbe3d5 Color Hex

#FBE3D5
(251,227,213)
0 Favorites   0 Comments

Color spaces of #fbe3d5

RGB 251227213
HSL0.060.830.91
HSV22°15°98°
CMYK 0.000.100.15   0.02
XYZ79.263080.251574.2633
Yxy80.25150.33910.3433
Hunter Lab89.58321.165813.5576
CIE-Lab91.79765.98649.8084

#fbe3d5 color RGB value is (251,227,213).

#fbe3d5 hex color red value is 251, green value is 227 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fbe3d5 hue: 0.06 , saturation: 0.83 and the lightness value of fbe3d5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 11010101
Octal 373 343 325
Decimal 251 227 213
Hex FB E3 D5

RGB Percentages of Color #fbe3d5

%36.32
%32.85
%30.82

CMYK Percentages of Color #fbe3d5

%0
%10
%15
%2

Triadic Colors of #fbe3d5

#fbe3d5 #d5fbe3 #e3d5fb

Analogous Colors of #fbe3d5

#fbe3d5 #fbf6d5 #fbd5da

Monochromatic Colors of #fbe3d5

#fbe3d5

Complementary Color

#fbe3d5 #d5edfb

#fbe3d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe3d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe3d5 Color CSS Codes

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

#fbe3d5 Text Font Color

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

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


#fbe3d5 Background Color

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

This div background color is #fbe3d5


#fbe3d5 Border Color

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

This div border color is #fbe3d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe3d5


Comments

No comments written yet.

Please login to write comment.