Color Hex Logo

#f3bcdb Color Hex

#F3BCDB
(243,188,219)
0 Favorites   0 Comments

Color spaces of #f3bcdb

RGB 243188219
HSL0.910.700.85
HSV326°23°95°
CMYK 0.000.230.10   0.05
XYZ67.731660.135675.0553
Yxy60.13560.33380.2963
Hunter Lab77.547120.1988-3.1018
CIE-Lab81.911824.5685-7.8596

#f3bcdb color RGB value is (243,188,219).

#f3bcdb hex color red value is 243, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f3bcdb hue: 0.91 , saturation: 0.70 and the lightness value of f3bcdb is 0.85.

The process color (four color CMYK) of #f3bcdb color hex is 0.00, 0.23, 0.10, 0.05. Web safe color of #f3bcdb is #ffcccc. Color #f3bcdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111100 11011011
Octal 363 274 333
Decimal 243 188 219
Hex F3 BC DB

RGB Percentages of Color #f3bcdb

%37.38
%28.92
%33.69

CMYK Percentages of Color #f3bcdb

%0
%23
%10
%5

Triadic Colors of #f3bcdb

#f3bcdb #dbf3bc #bcdbf3

Analogous Colors of #f3bcdb

#f3bcdb #f3bcc0 #f0bcf3

Monochromatic Colors of #f3bcdb

#f3bcdb

Complementary Color

#f3bcdb #bcf3d4

#f3bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bcdb Color CSS Codes

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

#f3bcdb Text Font Color

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

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


#f3bcdb Background Color

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

This div background color is #f3bcdb


#f3bcdb Border Color

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

This div border color is #f3bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bcdb


Comments

No comments written yet.

Please login to write comment.