Color Hex Logo

#f5cbca Color Hex

#F5CBCA
(245,203,202)
0 Favorites   0 Comments

Color spaces of #f5cbca

RGB 245203202
HSL0.000.680.88
HSV18°96°
CMYK 0.000.170.18   0.04
XYZ69.672866.388665.0192
Yxy66.38860.34650.3302
Hunter Lab81.479210.04669.7229
CIE-Lab85.194214.64676.0541

#f5cbca color RGB value is (245,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001011 11001010
Octal 365 313 312
Decimal 245 203 202
Hex F5 CB CA

RGB Percentages of Color #f5cbca

%37.69
%31.23
%31.08

CMYK Percentages of Color #f5cbca

%0
%17
%18
%4

Triadic Colors of #f5cbca

#f5cbca #caf5cb #cbcaf5

Analogous Colors of #f5cbca

#f5cbca #f5e1ca #f5cadf

Monochromatic Colors of #f5cbca

#f5cbca

Complementary Color

#f5cbca #caf4f5

#f5cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cbca Color CSS Codes

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

#f5cbca Text Font Color

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

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


#f5cbca Background Color

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

This div background color is #f5cbca


#f5cbca Border Color

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

This div border color is #f5cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cbca


Comments

No comments written yet.

Please login to write comment.