Color Hex Logo

#f0bbdb Color Hex

#F0BBDB
(240,187,219)
0 Favorites   0 Comments

Color spaces of #f0bbdb

RGB 240187219
HSL0.900.640.84
HSV324°22°94°
CMYK 0.000.220.09   0.06
XYZ66.491759.180474.9363
Yxy59.18040.33150.2950
Hunter Lab76.928819.6571-3.9042
CIE-Lab81.390724.0730-8.6648

#f0bbdb color RGB value is (240,187,219).

#f0bbdb hex color red value is 240, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f0bbdb hue: 0.90 , saturation: 0.64 and the lightness value of f0bbdb is 0.84.

The process color (four color CMYK) of #f0bbdb color hex is 0.00, 0.22, 0.09, 0.06. Web safe color of #f0bbdb is #ffcccc. Color #f0bbdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 11011011
Octal 360 273 333
Decimal 240 187 219
Hex F0 BB DB

RGB Percentages of Color #f0bbdb

%37.15
%28.95
%33.90

CMYK Percentages of Color #f0bbdb

%0
%22
%9
%6

Triadic Colors of #f0bbdb

#f0bbdb #dbf0bb #bbdbf0

Analogous Colors of #f0bbdb

#f0bbdb #f0bbc1 #ebbbf0

Monochromatic Colors of #f0bbdb

#f0bbdb

Complementary Color

#f0bbdb #bbf0d0

#f0bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbdb Color CSS Codes

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

#f0bbdb Text Font Color

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

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


#f0bbdb Background Color

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

This div background color is #f0bbdb


#f0bbdb Border Color

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

This div border color is #f0bbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,187,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 #f0bbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbdb


Comments

No comments written yet.

Please login to write comment.