Color Hex Logo

#f5cbcd Color Hex

#F5CBCD
(245,203,205)
0 Favorites   0 Comments

Color spaces of #f5cbcd

RGB 245203205
HSL0.990.680.88
HSV357°17°96°
CMYK 0.000.170.16   0.04
XYZ70.031666.532166.9085
Yxy66.53210.34420.3270
Hunter Lab81.567210.51318.4622
CIE-Lab85.267115.10524.5640

#f5cbcd color RGB value is (245,203,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001011 11001101
Octal 365 313 315
Decimal 245 203 205
Hex F5 CB CD

RGB Percentages of Color #f5cbcd

%37.52
%31.09
%31.39

CMYK Percentages of Color #f5cbcd

%0
%17
%16
%4

Triadic Colors of #f5cbcd

#f5cbcd #cdf5cb #cbcdf5

Analogous Colors of #f5cbcd

#f5cbcd #f5decb #f5cbe2

Monochromatic Colors of #f5cbcd

#f5cbcd

Complementary Color

#f5cbcd #cbf5f3

#f5cbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cbcd Color CSS Codes

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

#f5cbcd Text Font Color

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

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


#f5cbcd Background Color

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

This div background color is #f5cbcd


#f5cbcd Border Color

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

This div border color is #f5cbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cbcd


Comments

No comments written yet.

Please login to write comment.