Color Hex Logo

#f5ddeb Color Hex

#F5DDEB
(245,221,235)
0 Favorites   0 Comments

Color spaces of #f5ddeb

RGB 245221235
HSL0.900.550.91
HSV325°10°96°
CMYK 0.000.100.04   0.04
XYZ78.508077.123589.3458
Yxy77.12350.32050.3148
Hunter Lab87.82005.88781.1539
CIE-Lab90.378410.6044-3.8301

#f5ddeb color RGB value is (245,221,235).

#f5ddeb hex color red value is 245, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f5ddeb hue: 0.90 , saturation: 0.55 and the lightness value of f5ddeb is 0.91.

The process color (four color CMYK) of #f5ddeb color hex is 0.00, 0.10, 0.04, 0.04. Web safe color of #f5ddeb is #ffccff. Color #f5ddeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011101 11101011
Octal 365 335 353
Decimal 245 221 235
Hex F5 DD EB

RGB Percentages of Color #f5ddeb

%34.95
%31.53
%33.52

CMYK Percentages of Color #f5ddeb

%0
%10
%4
%4

Triadic Colors of #f5ddeb

#f5ddeb #ebf5dd #ddebf5

Analogous Colors of #f5ddeb

#f5ddeb #f5dddf #f3ddf5

Monochromatic Colors of #f5ddeb

#f5ddeb

Complementary Color

#f5ddeb #ddf5e7

#f5ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ddeb Color CSS Codes

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

#f5ddeb Text Font Color

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

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


#f5ddeb Background Color

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

This div background color is #f5ddeb


#f5ddeb Border Color

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

This div border color is #f5ddeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,221,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5ddeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5ddeb;
  -webkit-box-shadow: 1px 1px 3px 2px #f5ddeb;
  box-shadow:         1px 1px 3px 2px #f5ddeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,221,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ddeb

Related Colors

#f5ddeb Color Palettes


Comments

No comments written yet.

Please login to write comment.