Color Hex Logo

#f0bedb Color Hex

#F0BEDB
(240,190,219)
0 Favorites   0 Comments

Color spaces of #f0bedb

RGB 240190219
HSL0.900.630.84
HSV325°21°94°
CMYK 0.000.210.09   0.06
XYZ67.134860.466675.1507
Yxy60.46660.33110.2982
Hunter Lab77.760318.0286-2.8681
CIE-Lab82.091222.4801-7.6252

#f0bedb color RGB value is (240,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 11011011
Octal 360 276 333
Decimal 240 190 219
Hex F0 BE DB

RGB Percentages of Color #f0bedb

%36.98
%29.28
%33.74

CMYK Percentages of Color #f0bedb

%0
%21
%9
%6

Triadic Colors of #f0bedb

#f0bedb #dbf0be #bedbf0

Analogous Colors of #f0bedb

#f0bedb #f0bec2 #ecbef0

Monochromatic Colors of #f0bedb

#f0bedb

Complementary Color

#f0bedb #bef0d3

#f0bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bedb Color CSS Codes

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

#f0bedb Text Font Color

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

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


#f0bedb Background Color

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

This div background color is #f0bedb


#f0bedb Border Color

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

This div border color is #f0bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bedb


Comments

No comments written yet.

Please login to write comment.