Color Hex Logo

#f5cbde Color Hex

#F5CBDE
(245,203,222)
0 Favorites   0 Comments

Color spaces of #f5cbde

RGB 245203222
HSL0.920.680.88
HSV333°17°96°
CMYK 0.000.170.09   0.04
XYZ72.196967.398378.3112
Yxy67.39830.33130.3093
Hunter Lab82.096513.30680.9112
CIE-Lab85.704717.8262-3.8388

#f5cbde color RGB value is (245,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001011 11011110
Octal 365 313 336
Decimal 245 203 222
Hex F5 CB DE

RGB Percentages of Color #f5cbde

%36.57
%30.30
%33.13

CMYK Percentages of Color #f5cbde

%0
%17
%9
%4

Triadic Colors of #f5cbde

#f5cbde #def5cb #cbdef5

Analogous Colors of #f5cbde

#f5cbde #f5cdcb #f5cbf3

Monochromatic Colors of #f5cbde

#f5cbde

Complementary Color

#f5cbde #cbf5e2

#f5cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cbde Color CSS Codes

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

#f5cbde Text Font Color

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

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


#f5cbde Background Color

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

This div background color is #f5cbde


#f5cbde Border Color

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

This div border color is #f5cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cbde


Comments

No comments written yet.

Please login to write comment.