Color Hex Logo

#f5cbdd Color Hex

#F5CBDD
(245,203,221)
0 Favorites   0 Comments

Color spaces of #f5cbdd

RGB 245203221
HSL0.930.680.88
HSV334°17°96°
CMYK 0.000.170.10   0.04
XYZ72.063367.344877.6073
Yxy67.34480.33210.3103
Hunter Lab82.063913.13561.3745
CIE-Lab85.677817.6607-3.3467

#f5cbdd color RGB value is (245,203,221).

#f5cbdd hex color red value is 245, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f5cbdd hue: 0.93 , saturation: 0.68 and the lightness value of f5cbdd is 0.88.

The process color (four color CMYK) of #f5cbdd color hex is 0.00, 0.17, 0.10, 0.04. Web safe color of #f5cbdd is #ffcccc. Color #f5cbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001011 11011101
Octal 365 313 335
Decimal 245 203 221
Hex F5 CB DD

RGB Percentages of Color #f5cbdd

%36.62
%30.34
%33.03

CMYK Percentages of Color #f5cbdd

%0
%17
%10
%4

Triadic Colors of #f5cbdd

#f5cbdd #ddf5cb #cbddf5

Analogous Colors of #f5cbdd

#f5cbdd #f5cecb #f5cbf2

Monochromatic Colors of #f5cbdd

#f5cbdd

Complementary Color

#f5cbdd #cbf5e3

#f5cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cbdd Color CSS Codes

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

#f5cbdd Text Font Color

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

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


#f5cbdd Background Color

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

This div background color is #f5cbdd


#f5cbdd Border Color

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

This div border color is #f5cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cbdd


Comments

No comments written yet.

Please login to write comment.