Color Hex Logo

#f8cddb Color Hex

#F8CDDB
(248,205,219)
0 Favorites   0 Comments

Color spaces of #f8cddb

RGB 248205219
HSL0.950.750.89
HSV340°17°97°
CMYK 0.000.170.12   0.03
XYZ73.328968.733676.4199
Yxy68.73360.33560.3146
Hunter Lab82.905712.79563.3823
CIE-Lab86.372017.3221-1.2340

#f8cddb color RGB value is (248,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001101 11011011
Octal 370 315 333
Decimal 248 205 219
Hex F8 CD DB

RGB Percentages of Color #f8cddb

%36.90
%30.51
%32.59

CMYK Percentages of Color #f8cddb

%0
%17
%12
%3

Triadic Colors of #f8cddb

#f8cddb #dbf8cd #cddbf8

Analogous Colors of #f8cddb

#f8cddb #f8d5cd #f8cdf1

Monochromatic Colors of #f8cddb

#f8cddb

Complementary Color

#f8cddb #cdf8ea

#f8cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8cddb Color CSS Codes

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

#f8cddb Text Font Color

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

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


#f8cddb Background Color

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

This div background color is #f8cddb


#f8cddb Border Color

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

This div border color is #f8cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8cddb


Comments

No comments written yet.

Please login to write comment.