Color Hex Logo

#f8d5cb Color Hex

#F8D5CB
(248,213,203)
0 Favorites   0 Comments

Color spaces of #f8d5cb

RGB 248213203
HSL0.040.760.88
HSV13°18°97°
CMYK 0.000.140.18   0.03
XYZ73.285171.856866.5071
Yxy71.85680.34630.3395
Hunter Lab84.76845.974512.8205
CIE-Lab87.899610.64609.4435

#f8d5cb color RGB value is (248,213,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11010101 11001011
Octal 370 325 313
Decimal 248 213 203
Hex F8 D5 CB

RGB Percentages of Color #f8d5cb

%37.35
%32.08
%30.57

CMYK Percentages of Color #f8d5cb

%0
%14
%18
%3

Triadic Colors of #f8d5cb

#f8d5cb #cbf8d5 #d5cbf8

Analogous Colors of #f8d5cb

#f8d5cb #f8eccb #f8cbd8

Monochromatic Colors of #f8d5cb

#f8d5cb

Complementary Color

#f8d5cb #cbeef8

#f8d5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8d5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8d5cb Color CSS Codes

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

#f8d5cb Text Font Color

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

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


#f8d5cb Background Color

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

This div background color is #f8d5cb


#f8d5cb Border Color

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

This div border color is #f8d5cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,213,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 #f8d5cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8d5cb


Comments

No comments written yet.

Please login to write comment.