Color Hex Logo

#f8dedb Color Hex

#F8DEDB
(248,222,219)
0 Favorites   0 Comments

Color spaces of #f8dedb

RGB 248222219
HSL0.020.670.92
HSV12°97°
CMYK 0.000.100.12   0.03
XYZ77.618977.313577.8499
Yxy77.31350.33340.3321
Hunter Lab87.92813.69759.0554
CIE-Lab90.46578.45054.7224

#f8dedb color RGB value is (248,222,219).

#f8dedb hex color red value is 248, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f8dedb hue: 0.02 , saturation: 0.67 and the lightness value of f8dedb is 0.92.

The process color (four color CMYK) of #f8dedb color hex is 0.00, 0.10, 0.12, 0.03. Web safe color of #f8dedb is #ffcccc. Color #f8dedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011110 11011011
Octal 370 336 333
Decimal 248 222 219
Hex F8 DE DB

RGB Percentages of Color #f8dedb

%35.99
%32.22
%31.79

CMYK Percentages of Color #f8dedb

%0
%10
%12
%3

Triadic Colors of #f8dedb

#f8dedb #dbf8de #dedbf8

Analogous Colors of #f8dedb

#f8dedb #f8eddb #f8dbe7

Monochromatic Colors of #f8dedb

#f8dedb

Complementary Color

#f8dedb #dbf5f8

#f8dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dedb Color CSS Codes

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

#f8dedb Text Font Color

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

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


#f8dedb Background Color

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

This div background color is #f8dedb


#f8dedb Border Color

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

This div border color is #f8dedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,222,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8dedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8dedb;
  -webkit-box-shadow: 1px 1px 3px 2px #f8dedb;
  box-shadow:         1px 1px 3px 2px #f8dedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,222,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dedb

#f8dedb Color Palettes


Comments

No comments written yet.

Please login to write comment.