Color Hex Logo

#f5bccb Color Hex

#F5BCCB
(245,188,203)
0 Favorites   0 Comments

Color spaces of #f5bccb

RGB 245188203
HSL0.960.740.85
HSV344°23°96°
CMYK 0.000.230.17   0.04
XYZ66.418959.690764.5207
Yxy59.69070.34840.3131
Hunter Lab77.259818.24884.5679
CIE-Lab81.669822.70790.4089

#f5bccb color RGB value is (245,188,203).

#f5bccb hex color red value is 245, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f5bccb hue: 0.96 , saturation: 0.74 and the lightness value of f5bccb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111100 11001011
Octal 365 274 313
Decimal 245 188 203
Hex F5 BC CB

RGB Percentages of Color #f5bccb

%38.52
%29.56
%31.92

CMYK Percentages of Color #f5bccb

%0
%23
%17
%4

Triadic Colors of #f5bccb

#f5bccb #cbf5bc #bccbf5

Analogous Colors of #f5bccb

#f5bccb #f5cabc #f5bce8

Monochromatic Colors of #f5bccb

#f5bccb

Complementary Color

#f5bccb #bcf5e6

#f5bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bccb Color CSS Codes

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

#f5bccb Text Font Color

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

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


#f5bccb Background Color

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

This div background color is #f5bccb


#f5bccb Border Color

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

This div border color is #f5bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bccb


Comments

No comments written yet.

Please login to write comment.