Color Hex Logo

#f8dbcc Color Hex

#F8DBCC
(248,219,204)
0 Favorites   0 Comments

Color spaces of #f8dbcc

RGB 248219204
HSL0.060.760.89
HSV20°18°97°
CMYK 0.000.120.18   0.03
XYZ74.942074.979167.6493
Yxy74.97910.34440.3446
Hunter Lab86.59052.954214.2927
CIE-Lab89.38327.680811.0354

#f8dbcc color RGB value is (248,219,204).

#f8dbcc hex color red value is 248, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f8dbcc hue: 0.06 , saturation: 0.76 and the lightness value of f8dbcc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011011 11001100
Octal 370 333 314
Decimal 248 219 204
Hex F8 DB CC

RGB Percentages of Color #f8dbcc

%36.96
%32.64
%30.40

CMYK Percentages of Color #f8dbcc

%0
%12
%18
%3

Triadic Colors of #f8dbcc

#f8dbcc #ccf8db #dbccf8

Analogous Colors of #f8dbcc

#f8dbcc #f8f1cc #f8ccd3

Monochromatic Colors of #f8dbcc

#f8dbcc

Complementary Color

#f8dbcc #cce9f8

#f8dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dbcc Color CSS Codes

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

#f8dbcc Text Font Color

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

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


#f8dbcc Background Color

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

This div background color is #f8dbcc


#f8dbcc Border Color

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

This div border color is #f8dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dbcc

Related Colors

#f8dbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.