Color Hex Logo

#f0bbdf Color Hex

#F0BBDF
(240,187,223)
0 Favorites   0 Comments

Color spaces of #f0bbdf

RGB 240187223
HSL0.890.640.84
HSV319°22°94°
CMYK 0.000.220.07   0.06
XYZ67.024859.393677.7436
Yxy59.39360.32830.2909
Hunter Lab77.067220.3724-5.8633
CIE-Lab81.507524.7526-10.6414

#f0bbdf color RGB value is (240,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 11011111
Octal 360 273 337
Decimal 240 187 223
Hex F0 BB DF

RGB Percentages of Color #f0bbdf

%36.92
%28.77
%34.31

CMYK Percentages of Color #f0bbdf

%0
%22
%7
%6

Triadic Colors of #f0bbdf

#f0bbdf #dff0bb #bbdff0

Analogous Colors of #f0bbdf

#f0bbdf #f0bbc5 #e7bbf0

Monochromatic Colors of #f0bbdf

#f0bbdf

Complementary Color

#f0bbdf #bbf0cc

#f0bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbdf Color CSS Codes

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

#f0bbdf Text Font Color

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

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


#f0bbdf Background Color

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

This div background color is #f0bbdf


#f0bbdf Border Color

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

This div border color is #f0bbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,187,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbdf


Comments

No comments written yet.

Please login to write comment.