Color Hex Logo

#f8dccb Color Hex

#F8DCCB
(248,220,203)
0 Favorites   0 Comments

Color spaces of #f8dccb

RGB 248220203
HSL0.060.760.88
HSV23°18°97°
CMYK 0.000.110.18   0.03
XYZ75.084175.454767.1068
Yxy75.45470.34500.3467
Hunter Lab86.86472.278715.0011
CIE-Lab89.60567.014211.8762

#f8dccb color RGB value is (248,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011100 11001011
Octal 370 334 313
Decimal 248 220 203
Hex F8 DC CB

RGB Percentages of Color #f8dccb

%36.96
%32.79
%30.25

CMYK Percentages of Color #f8dccb

%0
%11
%18
%3

Triadic Colors of #f8dccb

#f8dccb #cbf8dc #dccbf8

Analogous Colors of #f8dccb

#f8dccb #f8f3cb #f8cbd1

Monochromatic Colors of #f8dccb

#f8dccb

Complementary Color

#f8dccb #cbe7f8

#f8dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dccb Color CSS Codes

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

#f8dccb Text Font Color

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

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


#f8dccb Background Color

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

This div background color is #f8dccb


#f8dccb Border Color

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

This div border color is #f8dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dccb

Related Colors


Comments

No comments written yet.

Please login to write comment.